.root-panel > .footer-container {
    position: relative;
    z-index: 12;
}

.cta-cont {
    --color-bg: var(--tertiary-color-600);
    --color-text: var(--gray-100);

    position: relative;
    background: var(--color-bg);
    padding: 28px 24px;
    margin-top: 180px;
}

.cta-cont::before {
    content: '';
    pointer-events: none;
    background-image: url(/includes/public/assets/shared/waves/large-wave-green-white.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    width: 100%;
    height: 90%;
    position: absolute;
    top: -45%;
    left: 0;
    z-index: 0;
}

.cta-cont .cta-circle-graphic {
    position: absolute;
    top: -114px;
    left: 25px;
    height: 107px;
    width: 107px;
    z-index: 1;
}

.cta-cont .cta-left {
    margin-bottom: 32px;
}

@media screen and (min-width: 470px) {
    .cta-cont::before {
        height: 70%;
        top: -60%;
    }

    .cta-cont .cta-circle-graphic {
        top: -155px;
    }
}

@media screen and (min-width: 40em) {
    .cta-cont::before {
        display: block;
        background-image: url(/includes/public/assets/shared/waves/full-width-wave.svg);
        background-position: top left;
        background-size: cover;
        top: -119px;
        left: 0;
        height: 120px;
        width: 100%;
        z-index: 1;
    }

    .cta-cont .inner {
        display: flex;
        justify-content: space-around;
        align-items: center;
        max-width: 1174px;
        margin: 0 auto;
    }

    .cta-cont .cta-left {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 64em) {
    .cta-cont {
        padding: 35px 24px;
    }

    .cta-cont::before {
        height:  150px;
        top: -148px;
    }

    .cta-cont .cta-circle-graphic {
        height: 156px;
        width: 156px;
        top: -164px;
    }

    .cta-cont .inner {
        display: flex;
        justify-content: flex-start;
        gap: 90px;
    }
}

@media screen and (min-width: 1200px) {
    .cta-cont .inner {
        gap: 260px;
    }
}

@media screen and (min-width: 1304px) {
    .cta-cont::before {
        height: 182px;
        top: -157px;
    }

    .cta-cont .cta-circle-graphic {
        top: -164px;
        left: 122px;
    }
}

@media screen and (min-width: 1564px) {
    .cta-cont::before {
        height: 200px;
        top: -180px;
    }
}

@media screen and (min-width: 1740px) {
    .cta-cont::before {
        height: 220px;
        top: -183px;
    }

    .cta-cont .cta-circle-graphic {
        top: -202px;
    }
}

@media screen and (min-width: 1800px) {
    .cta-cont::before {
        height: 250px;
        top: -250px;
    }

    .cta-cont .cta-circle-graphic {
        top: -250px;
    }
}

.testimonials {
    --color-bg: var(--secondary-color-900);
    --color-text: var(--gray-100);
    --font-quote: var(--font-droid);


    position: relative;
    background-color: var(--color-bg);
    padding: 40px 20px;
}

.testimonials .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 60px 80px;
}

.testimonials .quote > p,
.testimonials .citation {
    color: var(--color-text);
    text-align: center;
}

.testimonials .quote {
    margin-bottom: 12px;
    line-height: 1.5;
}

.testimonials .quote > p {
    font-family: var(--font-droid);
    font-style: italic;
    font-size: 0.875rem;
}

.testimonials .citation {
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.testimonials .testimonial img {
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 64em) {
    .testimonials .inner {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 1120px;
        margin: 0 auto;
    }

    .testimonials .testimonial {
        width: 25%;
        align-self: flex-start;
    }

    .testimonials .quote > p {
        font-size: 1rem;
    }

    .testimonials .citation {
        font-size: 0.875rem;
    }
}

/*Footer*/
.panel-footer {
    --surface-foreground:
    var(--secondary-color-900);
    --surface-background:
    var(--secondary-color-900);
    --text:
    var(--gray-100);
    position: relative;
    color: var(--text);
    background-color: var(--surface-foreground);
    /* background-image: url(/includes/public/assets/shared/footer/footer-image.jpg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.panel-footer::after {
    content: '';
    background-color: var(--surface-background);
    height: 100%;
    width: 100%;
    opacity: 0.9;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.panel-footer .attributions {
    background-color: var(--surface-background);
}

.panel-footer .footer-content-container {
    margin: 0 auto;
    padding: 0 28px;
    max-width: 1228px;
    text-align: center;
}

.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 28px;
    max-width: 1168px;
    max-width: 1228px;
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    padding-top: 48px;
    padding-bottom: 48px;
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        display: flex;
        flex-direction: column;
    }   
}

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

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

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

/*Client Details Logo One*/
.panel-footer .client-details .logo-one .logo-footer img,
.panel-footer .client-details .logo-two .logo-footer img {
    width: 100%;
}

/*Footer Nav*/
.panel-footer .footer-nav {
    margin-bottom: 36px;
}

/*Contact*/

.panel-footer .contact {
    margin-bottom: 16px;
}

@media screen and (min-width: 64em) {
    .panel-footer .contact {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        gap: 38px;
        max-width: 960px;
        margin: 0 auto 16px;
    }
}

/*Client Details*/
.panel-footer .client-details {
    position: relative;
    display: flex;
    gap: 36px;
    justify-content: center;
    align-items: center;
    margin-bottom: 58px;
}

.panel-footer .client-details::after {
    content: '';
    height: 1px;
    width: 100%;
    margin: 0 auto;
    background-color: var(--gray-100);
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

@media (min-width: 64em) {
    .panel-footer .client-details {
        place-items: flex-start;
        gap: 100px;
    }   
}

.panel-footer .contact .contact-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
    row-gap: 20px;
    margin-bottom: 20px;
}

.panel-footer .contact .contact-item .icon {
    color: var(--primary-color-600);
    font-size: 1.25rem;
}

.panel-footer .contact .contact-item > p,
.panel-footer .contact .contact-item > a.link {
    font-family: var(--font-proxima-nova);
    font-size: 1rem;
    font-weight: 100;
    color: var(--color-text);
}

@media screen and (min-width: 64em) {
    .panel-footer .contact .contact-item > p,
    .panel-footer .contact .contact-item > a.link {
        font-size: 1.25rem;
    }
}

/*Social Media*/
.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 34px;
}

.panel-footer .social-links {
    gap: 28px;
}

.panel-footer .social-links .social-network {
    background-color: var(--tertiary-color-400);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel-footer .social-links .social-link {
    color: var(--secondary-color-900);
}

.panel-footer .social-links .social-link .social-icon {
    font-size: 1.25rem;
}

@media screen and (min-width: 64em) {
    .panel-footer .social-media {
        justify-content: center;
    }

    .panel-footer .social-links {
        gap: 20px;
    }
}

/*Bottom CTAs*/
.panel-footer .bottom-cta-cont {
    margin-bottom: 8px;
}

.panel-footer .bottom-cta-cont .bottom-cta {
    margin-bottom: 36px;
    text-align: left;
}

@media screen and (min-width: 64em) {
    .panel-footer .bottom-cta-cont {
        display: flex;
        gap: 60px;
        justify-content: flex-start;
        align-items: center;
    }

    .panel-footer .bottom-cta-cont .bottom-cta {
        margin-bottom: 0;
    }
}

/*Logo Bottom*/
.panel-footer .logo-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}

.panel-footer .logo-bottom.desk {
    display: none;
}

@media screen and (min-width: 64em) {
    .panel-footer .logo-bottom.desk {
        display: flex;
        align-items: flex-start;
    }

    .panel-footer .logo-bottom.mobile {
        display: none;
    }

    .panel-footer .logo-bottom.desk {
        width: 270px;
    }
}

.panel-footer .logo-bottom .logo-footer > a > img {
    max-width: 177px;
}

.panel-footer .logo-bottom .text {
    font-family: var(--font-proxima-nova);
    font-size: 1rem;
    line-height: 1.6;
    padding: 0 70px;
}

@media screen and (min-width: 64em) {
    .panel-footer .logo-bottom .text {
        width: 200px;
        text-align: center;
        padding: 0 0 0 34px;
    }

    .panel-footer .logo-bottom .logo-footer > a > img {
        max-width: 100%;
    }
}

.panel-footer .attributions {
    background-color: var(--white-f5);

}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 38px;
    color: var(--secondary-color-900);
}


@media (min-width: 64em) {
    .panel-footer .attribution-content-container {
        flex-direction: row;
        justify-content: center;
        gap: 30px;
        align-items: center;
        padding: 20px 0;
    }
}

@media (min-width: 1700px) {
    .panel-footer .attribution-content-container {
        padding: 20px 7%;
    }
}

.panel-footer .attribution-content-container p {
    font-family: var(--font-proxima-nova);
    font-size: var(--text-sm);
    line-height: 1.2;
    margin-bottom: 17px;
}

@media screen and (min-width: 64em) {
    .panel-footer .attribution-content-container p {
        font-size: 1rem;
        margin-bottom: 0;
    }
}

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

@media screen and (min-width: 64em) {
    .panel-footer .made-by-sv {
        width: 225px;
    }
}

.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;
}
