/* footer — generated by scripts/split-css.mjs from style.css. Do not edit by hand. */
.footer-copyright p {
    color: #D9D9D9;
    font-family: pfspekk-var-light;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0.5px;
}

footer {
    background-color: #6E2D40;
    padding-bottom: 75px;
}

footer p {
        color: white;
    }

footer a {
        color: white;
        text-decoration: none;
    }

footer a.underline-link {
            text-decoration: underline;
        }

footer a:hover {
            color: white;
        }

footer .footer-elysium-logo {
        padding-top: 70px !important;
        padding-bottom: 65px;
    }

footer .footer-copyright {
        padding-top: 14px;
    }

footer .footer-copyright p {
            padding-left: 15%;
            padding-right: 15%;
            padding-top: 44px;
        }

.footer-container {
    color: white;
    width: 100%;
    display: grid;
    grid-template-rows: auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    padding-bottom: 24px !important;
    margin-bottom: 40px;
    border-bottom: 1px solid white;
    grid-template-columns: 1fr;
    grid-template-areas: "signup" "address" "logos" "weather" "links";
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .footer-container {
        grid-template-columns: 1fr 2fr;
        grid-template-areas: "address signup " "logos logos " "weather ." "links links";
    }
}

@media only screen and (min-width: 1024px) {
  .footer-container {
        padding-bottom: 0 !important;
        grid-template-columns: 32% 47% 21%;
        grid-template-areas: "address signup ." "logos links links" "weather links links" ". links links";
    }
}

.footer-container .footer-address {
    grid-area: address;
}

.footer-container .footer-address p {
        padding-bottom: 25px !important;
        line-height: 115%;
        font-size: 18px;
        font-family: "pfregaltextpro-rega";
        letter-spacing: 0.7px;
    }

.footer-container .footer-signup {
    grid-area: signup;
}

.footer-container .footer-signup input {
        color: white;
        font-size: 16px;
        letter-spacing: 0.7px;
    }

.footer-container .footer-signup input:focus {
            outline: none;
        }

.footer-container .footer-logos {
    grid-area: logos;
}

.footer-container .footer-weather {
    grid-area: weather;
    padding-top: 20px;
    padding-bottom: 30px;
}

.footer-container .footer-weather p {
        padding-bottom: 12px;
    }

.footer-container .footer-weather img {
        width: 38px;
        transform: translate(3px, 11px);
    }

.footer-container .footer-links {
    grid-area: links;
    display: grid;
    grid-column-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col-1 col-2" "col-3 col-4";
}

@media (min-width: 768px) {
  .footer-container .footer-links {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-areas: "col-1 col-2 col-3 col-4";
    }
}

.footer-container .footer-links .column-1 {
    grid-area: col-1;
}

.footer-container .footer-links .column-2 {
    grid-area: col-2;
}

.footer-container .footer-links .column-3 {
    grid-area: col-3;
}

.footer-container .footer-links .column-4 {
    grid-area: col-4;
}

.footer-container .footer-links li {
    padding-bottom: 23px;
    line-height: 20px;
}

.footer-signup {
    position: relative;
    /*form width for mobile 100%*/
}

.footer-signup p {
        font-size: 15px;
        padding-top: 8px;
        line-height: 130%;
    }

.footer-signup .NewsletterEmailAddress {
        background-color: #6E2D40;
        border: none;
        padding-bottom: 13px;
        border-bottom: 1px solid white;
    }

.footer-signup .NewsletterEmailAddress::placeholder {
            color: white;
        }

.footer-signup .btnSendNewsLetter {
        background-color: #6E2D40;
        color: white;
        border: none;
    }

.footer-signup .btnSendNewsLetter:hover {
            cursor: pointer;
        }

.footer-signup .NewsletterEmailAddress, .footer-signup .footer-signup p {
        width: 100%;
        max-width: 100%;
    }

.footer-signup .btnSendNewsLetter {
        position: absolute;
        top: 0;
        right: 0;
        transform: translateX(0);
    }

@media (min-width: 768px) {
  .footer-signup .btnSendNewsLetter {
        position: relative;
        transform: translateX(-75px);
    }
  .footer-signup .NewsletterEmailAddress, .footer-signup .footer-signup p {
        width: calc(100% - 90px);
        max-width: 440px;
    }
}

.sticky-footer-smallscreens {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 48px;
    background-color: white;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.sticky-footer-smallscreens .check-in-icon {
        display: block;
        background-image: url("/img/icons/check-in_gold.svg");
        position: absolute;
        right: 72px;
    }

.sticky-footer-smallscreens .check-in-icon:hover {
            background-image: url("/img/icons/check-in_hover_gold.svg");
        }

.sticky-footer-smallscreens .gift-icon {
        display: block;
        background-image: url("/img/icons/gift-icon_gold.svg");
        position: absolute;
        right: 24px;
    }

.sticky-footer-smallscreens .gift-icon:hover {
            background-image: url("/img/icons/gift-icon_hover_gold.svg");
        }

@media only screen and (min-width: 1024px) {
  .sticky-footer-smallscreens {
        display: none;
    }
}

#lottieSignature {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}
