<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wpcf7 input:not([type="submit"]):not([type="file"]),
.wpcf7 textarea {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #C4C4C4;
    padding: 5px 18px;
}

.wpcf7 input, .wpcf7 label {
    max-width: 100%;
}

.wpcf7 textarea {
    max-width: 100%;
}

.wpcf7-list-item.first {
    margin-left: 0;
}

.wpcf7 input[type="submit"] {
    margin: 0 auto;
    display: block;
    background: #25408F;
    border-radius: 30px;
    color: #fff;
    border: none;
    padding: 0.5em 1em;
}

.wpcf7 input[type="submit"]:disabled {
    background: #ccc;
}

.background-form-page {
    position: absolute;
}

.background-form-page .top-offset {
    margin-top: -600px;
}

@media (max-width: 767px) {
    .background-form-page .blob.big-blob {
        height: 680px;
        background-position: 45% center;
    }
    
    .background-form-page .blob.bottom-right-blob {
        height: 1000px;
        background-position: 57% center;
    }
    
    .background-form-page .blob.bottom-left-blob {
        height: 1000px;
        background-position: 46% center;
    }
    
    .background-form-page .blob.top-offset {
        margin-top: -300px;
    }
}</pre></body></html>