.panel-footer {
    background-image: url("https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/elymn/background_7d3041cb_9dc0_47a1_bf17_46b2da1d5e05_86966611-332f-4fba-a9b2-67f092aa6451.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 0px 102%;
    position: relative;
    padding-top: 30px;
}

.panel-footer::after {
    content: "";
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(237,239,240,1) 0%, rgba(237,239,240,0) 40%);
}

.panel-footer .cta-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
        justify-content: center;
    row-gap: 24px;
    margin: 0 auto 42px;

}

.panel-footer .cta-container > div {
    min-height: 130px;
    width: 50%;
}

@media (min-width: 40em) {
    .panel-footer {
        padding-top: 55px;
        background-image: url(https://assets.simpleviewinc.com/simpleview/image/upload/c_fill,h_2000,q_65,w_1024/v1/clients/elymn/background_7d3041cb-9dc0-47a1-bf17-46b2da1d5e05.png);
        background-position: 0px 80%;
    }

    .panel-footer::after {
        height: 45px;
    }

    .panel-footer .cta-container {
        grid-template-columns: repeat( auto-fill, minmax(200px, 1fr) );
    }
}

@media (min-width: 45em) {
    .panel-footer .cta-container {
        flex-wrap: nowrap;
    }

    .panel-footer .cta-container > div {
        width: 100%;
    }
}


@media (min-width: 64em) {
    .panel-footer { 
        background-image: url(https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/elymn/background_89772950-b823-4ed3-a2aa-2af527c06cf9.png);
        background-position: 0px 74%;
    }

    .panel-footer .cta-container {
        max-width: 1050px;
        /*grid-template-columns: repeat(4, 1fr);*/
        grid-template-columns: repeat( auto-fill, minmax(250px, 1fr) );
        column-gap: 23px;
        margin-bottom: 0;
    } 
}

@media (min-width: 1440px) {
    .panel-footer { 
        background-position: 0 80%;
        background-size: cover;
    }
}

@media (min-width: 1920px) {
    .panel-footer { 
        background-position: 0 75%;
    }
}
.panel-footer .attributions {
    background-color: var(--dark-blue);
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-5);
    max-width: 1025px;
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    gap: 58px;
    padding-top: var(--space-6);
    padding-bottom: 30px;
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        padding-top: 142px;
        padding-bottom: 64px;
        gap: 10px;
        max-width: 1007px;
    }   
}

.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
    text-align: center;
}

.panel-footer .client-details {
    display: grid;
    grid-auto-rows: min-content;
    place-items: center;
}

.panel-footer .client-details .explore-logo-mobile{
    width: 155px;
}

@media (min-width: 64em) {
    .panel-footer .client-details {
        order: 1;
    }

    .panel-footer .client-details .explore-logo-mobile{
        display: none;
    }
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 100px;
}
.panel-footer .logo-footer {
    margin-bottom: 13px;
}
.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 64em) {
    .panel-footer .logo-footer {
        margin-bottom: 22px;
    }

    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        width: 140px;
    }
}

.panel-footer .client-details .contentRender_name_plugins_core_textbox {
    margin-bottom: 22px;
    max-width: 200px;
}

.panel-footer .client-details .contentRender_name_plugins_core_textbox p,
.panel-footer .client-details .contentRender_name_plugins_core_textbox a {
    font-family: "cera-pro-regular", sans-serif;
    color: var(--white);
    font-size: var(--text-base);
    line-height: 1.3em;
    margin-bottom: 0;
    text-decoration: none;
}

.panel-footer .client-details .contentRender_name_plugins_core_textbox i.fas {
    margin-right: 4px;
}

@media (min-width: 64em) {
    .panel-footer .client-details .contentRender_name_plugins_core_textbox {
        max-width: none;
        margin-bottom: 9px;
    }

    .panel-footer .client-details .contentRender_name_plugins_core_textbox p,
    .panel-footer .client-details .contentRender_name_plugins_core_textbox a {
        line-height: var(--leading-snug);
        margin-bottom: 7px;
    }
}
.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 64em) {
    .panel-footer .social-media {
        order: 2;  
        margin-left: 30px;  
        margin-bottom: 15px;
        align-items: flex-end;
    } 
}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    max-width: 1310px;
}

.panel-footer .attribution-content-container .explore-logo-desktop {
    display: none;
}

@media (min-width: 64em) {
    .panel-footer .attribution-content-container {
        height: 64px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .panel-footer .attribution-content-container .explore-logo-desktop {
        display: block;
        width: 153px;
    }
}

.panel-footer .attribution-content-container p {
    font-size: 12px;
    margin-bottom: 2px;
    line-height: var(--leading-snug);
    color: var(--white);
}

@media (min-width: 64em) {
    .panel-footer .attribution-content-container p {
        margin-left: 50px;
        margin-bottom: 0;
        font-size: var(--text-sm);
    } 
}

.panel-footer .made-by-sv {
    display: block;
    width: 160px;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 64em) {
    .panel-footer .made-by-sv {
        width: 194px;
        margin-right: 4px;
    }
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
