#pum-509865 {
    visibility: visible !important;
    background-color: rgb(0 0 0 / 45%);
}

#pum-509865 #popmake-509865 {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px;
    overflow: hidden;
}

#pum-509865 #popmake-509865 .popmake-close {
    background-color: #AF9B79;
    width: 26px;
    height: 26px;
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 6px 4px;
    border-radius: 50%;
    line-height: 0;
}

#pum-509865 #popmake-509865 .popmake-close i {
    padding: 0;
    margin: 0;
}

#pum-509865 #popmake-509865 .popmake-content {
    display: flex;
    justify-content: center;
}

#pum-509865 #popmake-509865 .popmake-content .image-section {
    width: 50%;
    background-color: #F7F5F2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#pum-509865 #popmake-509865 .popmake-content .image-section img {
    max-width: 85%;
}

#pum-509865 #popmake-509865 .popmake-content .form-section {
    width: 50%;
    display: flex;
    justify-content: center;
}

#pum-509865 #popmake-509865 .popmake-content .form-section .header {
    background-color: #513F30;
    position: absolute;
    top: -25px;
    z-index: 1;
    border-radius: 0 0 15px 15px;
    padding: 30px 20px 20px;
    width: 340px;
}

#pum-509865 #popmake-509865 .popmake-content .form-section .header h3 {
    margin: 0;
    font-size: 42px;
    font-weight: normal;
    letter-spacing: -2px;
    text-align: center;
    color: white;
}

#pum-509865 #popmake-509865 .popmake-content .form-section .header h3 span {
    font-weight: bold;
}

#pum-509865 #popmake-509865 .popmake-content .form-section .wpcf7 {
    padding-top: 250px;
}

#pum-509865 #popmake-509865 .popmake-content .form-section .wpcf7 form {
    padding-bottom: 0;
    margin: 0;
    text-align: left;
}

#pum-509865 #popmake-509865 .popmake-content .form-section .wpcf7 form input {
    border: 1px solid #00000021;
    border-radius: 50px !important;
}

#pum-509865 #popmake-509865 .popmake-content .form-section .wpcf7 form .wpcf7-submit {
    background-color: #AF9B79 !important;
    border-radius: 50px !important;
    width: 100%;
    margin: 0;
}
@media (max-width: 768px) {
    #pum-509865 {
        max-width: 100vw !important;
        width: 100% !important;
        z-index: 2000000000 !important;
    }

    #pum-509865 #popmake-509865 {
        overflow-y: auto !important;
        max-height: 90vh;
        width: 90%;
        margin: 0 auto;
        padding: 15px;
        box-sizing: border-box;
    }

    #pum-509865 #popmake-509865 .popmake-content {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    #pum-509865 #popmake-509865 .popmake-content .form-section .header h3 {
        font-size: 24px;
    }
    
    #pum-509865 #popmake-509865 .popmake-content .form-section .header {
        padding: 6px 15px;
    }

    #pum-509865 #popmake-509865 .popmake-content .image-section {
        order: 1;
        width: 100%;
        padding: 20px 0;
    }

    #pum-509865 #popmake-509865 .popmake-content .image-section img {
        max-width: 45%;
        height: auto;
    }

    #pum-509865 #popmake-509865 .popmake-content .form-section {
        order: 2;
        width: 100%;
        padding: 0;
        flex-direction: column;
    }

    #pum-509865 #popmake-509865 .popmake-content .form-section .header {
        position: relative;
        top: 0;
        width: 100%;
        border-radius: 0;
        padding: 5px 15px;
        margin-bottom: 10px;
    }

    #pum-509865 #popmake-509865 .popmake-content .form-section .wpcf7 {
        padding-top: 0;
        width: 100%;
        padding-top: 10px;
    }

    #pum-509865 #popmake-509865 .popmake-content .form-section .wpcf7 form {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    #pum-509865 #popmake-509865 .popmake-content .form-section .wpcf7 form input,
    #pum-509865 #popmake-509865 .popmake-content .form-section .wpcf7 form .wpcf7-submit {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    
    #pum-509865 #popmake-509865 .popmake-content .form-section .wpcf7-radio input, .wpcf7-checkbox input
    {
        left: -155px;
    }

    #pum-509865 #popmake-509865 .popmake-content .form-section .wpcf7 form .wpcf7-list-item {
        margin: 5px 0;
    }

    #pum-509865 #popmake-509865 .popmake-content .form-section .wpcf7 form .wpcf7-submit {
        margin-top: 10px;
    }
}