.panel-footer {
    --surface-foreground: var(--gray-500);
    --surface-background: var(--primary-color-900);
    --text: var(--gray-100);
    color: var(--text);
    background-color: var(--surface-foreground);
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-5);
    max-width: 100%;
    text-align: center;
}

.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
}

/* Attributions */

.panel-footer .attributions {
    background-color: #f3f0f1;
    display: flex;
    flex-wrap: wrap;
    padding-top: 13px;
    row-gap: 13px;
}

@media(min-width: 40em) {
    .panel-footer .attributions {
        padding-bottom: 13px;
    }
}

@media (min-width: 64em) {
    .panel-footer .attributions {
        flex-wrap: unset;
        padding: 0;
    }
}

/* Logos */

.panel-footer .attributions .logos {
    display: flex;
    padding: 0 19px 11px 19px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 14px;
}

@media(min-width: 40em) {
    .panel-footer .attributions .logos {
        width: unset;
        padding-bottom: 0;
    }
}

.panel-footer .attributions .logos > div:first-child {
    width: 141px;
}

.panel-footer .attributions .logos > div:nth-child(2) {
    width: 86px;
}

.panel-footer .attributions .logos > div:nth-child(3) {
    width: 68px;
}

.panel-footer .attributions .logos :is(p, img) {
    margin: 0 0;
    margin-right: -24px;
}

.panel-footer .attributions .logos img {
    margin-right: -24px;
}

/* Attribution content container */

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 9px;
    padding-bottom: 7px;
    width: 50%;
    padding-left:  0;
    padding-right: 2px;
}

.panel-footer .attribution-content-container p {
    font-size: 10px;
    line-height: calc(11/10);
    text-align:  left;
    color:  var(--gray-dark);
}

@media (min-width: 40em) {
    .panel-footer .attribution-content-container {
        flex-direction: row;
        align-items: center;
        margin-left: 0;
        margin-right: auto;
        max-width: 169px;
    }   
}

@media (min-width: 64em) {
    .panel-footer .attribution-content-container p {
        font-size: 11px;
        line-height: calc(13/11);
    }

    .panel-footer .attribution-content-container {
        max-width: 195px;
        min-width: 120px;
        border-left: 2px solid #c3c0c9;
        padding: 0;
        padding-left: 12px;
        padding-right: min(calc(37 * (100vw - 1024px) / 416), 37px);
        margin: 8px 0;
        order: 1;
    }
}

/* Footer content container */
.panel-footer .footer-content-container {
    --border-right: 2px solid rgba(247, 247, 255, .4);
    display: grid;
    column-gap: 18px;
    grid-template-columns: min-content 1fr;
    padding: 0 22px;
    padding-right: 19px;
    padding-top: 33px;
    padding-bottom: 25px;
    position: relative;
    background-size: auto 1084px;
    background-position: 60% 87.5%;
}

.panel-footer .footer-content-container:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,.4);
    pointer-events: none;
}

@media (min-width: 40em) {
    .panel-footer .footer-content-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        grid-template-columns: min(38%, 501px) auto 1fr;
        text-align: left;
        padding-top: 40px;
        padding-left: 43px;
        padding-right: 36px;
        padding-bottom: 41px;
        column-gap: 32px;
        background-size: 100%;
        background-position: 31% 82%;
    }
}

/* Logo */
.panel-footer .footer-content-container .logo {
    grid-column: 1 / -1;
    display:  flex;
    justify-content:  center;
    max-width: 335px;
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 285px;
}

.panel-footer .logo-footer {
    margin-bottom: 26px;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

@media (min-width: 64em) {
    .panel-footer .logo-footer {
        margin-bottom: 22px;
    }

    .panel-footer .footer-content-container .logo {
        grid-column: unset;
        border-right:  var(--border-right);
        z-index:  1;
        justify-content: flex-start;
        padding-top: 26px;
        max-width:  unset;
    }

    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        width: 393px;
        width: min(calc(30vw), 393px)
    }

    .panel-footer .attributions .logos {
        gap: 0;
        padding-bottom: 10px;
        padding-top: 12px;
        padding-right: 13px;
        padding-left: 7px;
        padding-right: min(calc(5px + 8 * (100vw - 1024px)/416), 13px);
        justify-content:  flex-end;
        width: 100%;
    }

    .panel-footer .attributions .logos > div + div {
        margin-left: 20px;
    }

    .panel-footer .attributions .logos > div:first-child {
        width: 127px;
    }

    .panel-footer .attributions .logos > div:nth-child(2) {
        width: 79px;
    }

    .panel-footer .attributions .logos > div:nth-child(3) {
        width: 68px;
    }
}


/* Social Media */
.panel-footer .footer-content-container .social-media {
    padding-top: 2px;
    padding-right: 16px;
}

.panel-footer .social-media {
    display: flex;
    justify-content: center;
}

.panel-footer .social-media .social-links {
    color: var(--gray-dark);
    max-width: 321px;
    flex-wrap: wrap;
    gap: 8px  14px;
    position:  relative;
    padding-top: 26px;
    padding-bottom: 21px;
}

.panel-footer .social-media .social-network {
    padding: 0;
}

.panel-footer .social-media .social-link {
    background-color: #a2d8c8;
    display:  block;
    --size: 37px;
    width: var(--size);
    height:  var(--size);
    border-radius:  50%;
    font-size: 21px;
    display: grid;
    place-items: center;
    text-decoration: none;
}

.panel-footer .attributions .social-media {
    display: none;
}

.panel-footer .social-links .fa-youtube {
    width: 28px;
    position: relative;
}

.panel-footer .social-links .fa-youtube:before {
    content: '';
    background-image: url(/includes/public/assets/shared/youtube.svg);
    position: absolute;
    background-repeat: no-repeat;
    height: 20px;
    width: 24px;
    top: calc(50% + 1px);
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (hover: hover) {
    .panel-footer .social-media .social-links a:hover {
        color: var(--gray);
    }
}

@media (min-width: 64em) {
    .panel-footer .social-media .social-links {
        flex-wrap: nowrap;
        gap: 0;
        padding: 0 0;
        height: 100%;
    }

    .panel-footer .social-media .social-network {
        width: 52px;
        display: flex;
        justify-content: center;
    } 

    .panel-footer .social-media .social-link {
        border-radius: 0;
        font-size: 30px;
        margin-right: 0;
        text-align: center;
    }

    .panel-footer .social-links .fa-facebook-f {
        transform: translateX(6px);
    }

    .panel-footer .social-links .fa-instagram {
        font-size: 32px
    }

     .panel-footer .social-links .fa-youtube:before {
        height: 28px;
        width: 35px;
     }

     .panel-footer .social-media {
        display: none;
        padding: 0 32px 0 14px;
        padding-right: min(calc(10px + 22 * (100vw - 1024px)/416), 32px);
        padding-left: min(calc(14 * (100vw - 1024px)/ 416), 14px);
    }

    .panel-footer .attributions .social-media {
        display: flex;
        background-color: #a2d8c8;
    }
}

/* Footer CTAs */
.panel-footer .footer-content-container :is(.ctas, .social-media) {
    border-right: var(--border-right);
    z-index: 1
}


.panel-footer .footer-content-container .ctas {
    padding-right: 21px;
    padding-top: 25px;
}

.panel-footer .footer-content-container .ctas .footer-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 27px;
}

.panel-footer .footer-content-container .ctas .contentRender:last-child .footer-cta {
    margin-bottom: 0;
}

.panel-footer .footer-content-container .ctas a {
    text-decoration: none;
}

.panel-footer .footer-content-container .ctas .title {
    font-size: 20px;
    color: #f7f7ff;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: calc(11/10);
    font-weight: var(--font-weight-black);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 5px;
    width: 155px;
    text-align: center;
    padding-right: 1px;
 }
 
 .panel-footer .footer-content-container .ctas .title:after {
     position: absolute;
     content: '';
     width: 56px;
     height: 8px;
     background-image: url(/includes/public/assets/shared/wave-line-yellow.svg);
     top: 100%;
     left: 50%;
     transform: translateX(-50%);
     background-repeat: no-repeat;
 }

 .panel-footer .footer-content-container .ctas .subtitle {
    color: #f7f7ff;
    font-weight: var(--font-weight-normal);
    font-family: var(--font-script);
    font-size: 23px;
    letter-spacing: -.02em;
    position:  relative;
}

@media (min-width: 375px) {
    .panel-footer .footer-content-container .ctas .subtitle {
        width: max-content;
    }
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container .ctas .footer-cta {
        margin-bottom: 0;
    }

    .panel-footer .footer-content-container .ctas {
        grid-column: 3 / -1;
        grid-row: 1 / 3;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-right:  0;
        border-right: unset;
        flex-wrap: wrap;
        padding-left: 12px;
        padding-right: 14px;
        max-width: 700px;
        padding-top: 11px;
        row-gap: 10px;
    }

    .panel-footer .footer-content-container .ctas .title {
        font-size: 35px;
        font-size: min(calc(20px + 15 * (100vw - 1024px) /416), 35px);
        letter-spacing: .1em;
        width: min(21vw, 293px);
        width: min(calc(178px + 115 * (100vw - 1024px)/416), 293px);
        padding-bottom: 16px;
        padding-right:  0;
        padding-left: 2px;
        margin-bottom: 14px;
        line-height: 1;
    }

    .panel-footer .footer-content-container .ctas .title:after {
        width: 86px;
        height: 40px;
    }

    .panel-footer .footer-content-container .ctas .subtitle {
        font-size: 35px;
        font-size: min(calc(23px + 12 * (100vw - 1024px) / 416) , 35px);
        width: unset;
    }
}

/* Footer Nav */
.panel-footer .footer-content-container .footer-nav {
    padding-left: 2px;
    padding-top: 25px;
    padding-bottom: 23px;
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container .footer-nav {
        grid-row: 1 / 3;
        grid-column: 2 / 3;
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

/* Client Details */
.panel-footer .client-details {
    display: grid;
    grid-auto-rows: min-content;
    gap: var(--space-6);
    place-items: center;
}

.panel-footer .client-details p {
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
}

@media (min-width: 64em) {
    .panel-footer .client-details {
        place-items: flex-start;
    }
}

/* Translate */
.panel-footer .translate .contentRender {
    position: relative;
}

.panel-footer .translate select {
    opacity: 0;
    cursor:  pointer;
    padding:  6px 0;
}

.panel-footer .translate .contentRender:before {
    content: 'translate';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #ffd899;
    transform: translate(-50%, -50%);
    font-size: 12px;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-display);
    pointer-events: none;
    font-weight: var(--font-weight-black);
    color: var(--gray-dark);
    letter-spacing: .025em;
    padding: 9px 44px 8px 33px;
}

.panel-footer .translate .contentRender:after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    color: var(--gray-dark);
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 43px;
    pointer-events: none;
}

.panel-footer .attributions .translate {
    display: flex;
    align-items: center;
    padding-left: 8px;
}

@media (min-width: 64em) {
    .panel-footer .translate select {
        padding:  8px 0;
    }

    .panel-footer .attributions .translate {
        margin-left: 20px;
        margin-left: min(calc(20 * (100vw - 1024px)/416), 20px);
    }

     .panel-footer .translate .contentRender:before {
        font-size: 15px;
        border-radius: 20px;
        padding: 10px 40px 8px 26px;
    }

    .panel-footer .translate .contentRender:after {
        font-size: 15px;
        right: 34px;
    }
}

/* Content */
.panel-footer .content {
    position: relative;
    padding-top: 24px;
}

.panel-footer .content:before {
    --size: 22px;
    content: '';
    background-image: url('https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/ftlauderdale-redesign/asterisk_red_b1fdcb70-2a09-4089-8d1b-2597c73bd7fc.png');
    height: var(--size);
    width: var(--size);
    background-repeat: no-repeat;
    color: var(--red);
    position:  absolute;
    line-height: 1;
    left: 0;
    top: 0;
    background-size:  contain;
}

.panel-footer .content p {
    color: var(--offwhite-alt);
    font-size: 13px;
    line-height: calc(17/13);
    font-style: italic;
    font-weight: var(--font-weight-medium);
    text-align: left;
    margin-bottom: 7px;
}

@media (min-width: 64em) {
    .panel-footer .content {
        padding-left: 42px;
        padding-top: 7px;
        border-right:  var(--border-right);
        margin-left: 51px;
        padding-right: 33px;
    }

    .panel-footer .content:before {
        --size: 36px;
    }

    .panel-footer .content p {
        font-size: 15px;
        line-height: calc(17/15);
        text-align: left;
        margin-bottom: 10px;
        letter-spacing: .02em;
    }
}

/* Made By SV Logo */
.panel-footer .made-by-sv {
    display: block;
    width: 115px;
    transform: translateY(-1px);
}

.panel-footer .made-by-sv img {
    display: block;
}

@media (min-width: 64em) {
    .panel-footer .made-by-sv {
        margin-left: 15px;
        width: 104px;
        transform: translateY(0);
    }
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
