<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contacts-container {
    background-color: var(--blue);
    width: 100%;
    height: 100%;
}
.contacts-container {
    background-color: var(--blue);
    height: 100vh;
    align-items: center;
}
.contacts-left {
    width: 40vw;
    margin-right: 5vw;
    color: var(--beige);
}
.contacts-right {
    width: calc(100% - 40vw);
}
.contacts-left .section-description {
    margin-top: 5vw;
}
.contacts-right .form-row &gt; *:first-child {
    margin-right: 0;
}
.contacts-wrap .wpcf7-list-item-label {
    color: var(--beige);
}
.contacts-right .wpcf7-acceptance {
    color: var(--beige);
}
.contacts-right .wpcf7-acceptance input::before {
    border-color: var(--beige);
}
.contacts-right .wpcf7-acceptance input.active::before {
    background-color: var(--beige);
}
.newsletter-container.moveup {
    margin-top: -5vw;
}</pre></body></html>