.elementor-18772 .elementor-element.elementor-element-5cc65ba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:050px;--padding-left:20px;--padding-right:20px;}.elementor-18772 .elementor-element.elementor-element-3c21ac8 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-18772 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-18772{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-18772 .dialog-close-button{display:flex;}#elementor-popup-modal-18772 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-18772 .elementor-element.elementor-element-5cc65ba{--content-width:100vw;--flex-wrap:nowrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18772 .elementor-element.elementor-element-3c21ac8 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-3c21ac8 */.elementor-18772 .elementor-element.elementor-element-3c21ac8 {
    body {
    background-color: #f3f4f6;
    padding: 1rem;
    font-family: Arial, sans-serif;
}

form {
    max-width: 28rem;
    margin: 0 auto;
    background-color: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 1rem;
}

label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.25rem;
}

input, textarea {
    display: block;
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #D1D5DB;
    border-radius: 0.375rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

input:focus, textarea:focus {
    outline: none;
    border-color: black;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

button {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: black;
    background-color: white;
    border: 1px solid black;
    border-radius: 0.375rem;
    cursor: pointer;
}

button:hover {
    background-color: #f3f4f6;
}
}/* End custom CSS */