.app-footer {
    font-family: Geneva, sans-serif;
    background-color: var(--background);
    color: var(--gray);
    @media (width < 768px) {
        .app-container {
            padding-inline: 30px;
        }
    }

    p, a {
        font-size: 1.2rem;
        @media (width >= 768px) {
            font-size: 1.3rem;
        }
    }
    > div:nth-child(1) {
        display: flex;
        flex-wrap: wrap;
        padding-block: 45px;
        background-color: var(--beige);
        > div {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;

            @media (width < 1024px) {
                &:nth-child(1) {
                    position: relative;
                    padding-bottom: 60px;
                    flex-wrap: wrap;
                    h2 {
                        width: 100%;
                        margin-bottom: 15px;
                        text-align: center;
                    }

                    &::after {
                        content: '';
                        position: absolute;
                        bottom: 30px;
                        left: 20%;
                        right: 20%;
                        height: 1px;
                        background-color: var(--dark-gray);
                    }
                }
            }

            @media (width >= 1024px) {
                width: 50%;
                &:nth-child(1) {
                    border-right: 1px solid var(--dark-gray);
                    padding-right: 30px;
                    h2 {
                        margin-right: 30px;
                    }
                }
            }
        }
    }

    .app-contact-info-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-bottom: 30px;
        @media (width >= 768px) {
            padding-block: 30px;
        }
        img {
            width: 95px;
            margin-right: 30px;
            + div {
                p::first-line {
                    color: var(--dark-gray);
                }
                p:last-child {
                    margin-bottom: 0;
                }
            }
        }

        .app-menu {
            margin-left: auto;
            text-align: right;
            a {
                margin-left: 15px;
            }
        }
        .app-menu-1 {
            text-transform: uppercase;
        }
        .app-menu-2 {
            margin: 30px 0;
        }
    }

    .app-partners {
        border-top: 1px solid var(--dark-beige);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-top: 30px;
        @media (width >= 768px) {
            padding: 45px;
        }
        div {
            width: 100%;
            @media (width >= 1024px) {
                width: 50%;
            }
            h2 {
                text-transform: uppercase;
            }
            &:nth-child(1) {
                p {
                    margin: 5px 30px 15px 0;
                }
            }
            &:nth-child(2) {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                img {
                    height: 30px;
                    opacity: .6;
                    @media (width >= 768px) {
                        height: 60px;
                    }
                }
            }
        }
    }

    .app-min-lg-hidden {
        width: 100%;
        padding: 30px;
        text-align: center;
        display: flex;
        a {
            text-transform: uppercase;
        }
        &:first-child {
            gap: 30px;
            flex-wrap: wrap;
            justify-content: center;
            margin-bottom: 30px;
            border-bottom: 1px solid var(--dark-beige);
        }
        &:last-child {
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            border-top: 1px solid var(--dark-beige);
            padding-bottom: 15px;
            @media (width < 768px) {
                margin-top: 15px;
            }
            p {
                width: 100%;
                margin: -15px 0 15px;
            }
        }
    }
}

.klaviyo-form {
    @media (width < 768px) {
        margin-top: 15px;
        width: 100%;
    }
    @media (width >= 768px) {
        margin-left: 5px;
    }
    @media (width >= 1024px) {
        margin-left: 15px;
    }

    .kl-private-reset-css-Xuajs1 {
        flex-direction: row !important;
    }
    input + div {
        display: none !important;
    }
    input {
        width: 200px !important;
        @media (width >= 1024px) {
            width: 220px !important;
        }
        @media (width >= 1280px) {
            width: 250px !important;
        }
        &:focus-visible {
            outline: none !important;
        }
    }
    button {
        width: 100px;
    }
    input, button, span {
        font-family: Geneva, sans-serif !important;
    }
}