<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contactPage {
    margin: 113px auto 96px auto;
}

@media (max-width: 767px) {
    .contactPage {
        margin: 40px auto 56px auto;
    }
}

.contactPage__banner {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(../images/background-contact.jpeg);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/background-contact.jpeg);
    background-size: cover;
    background-position: center;
    color: white;
    padding: 90px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media (max-width: 767px) {
    .contactPage__banner {
        padding: 90px 24px;
    }
}

.contactPage__banner div {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.contactPage__banner div .uptitle {
    color: white;
    text-align: center;
}

.contactPage__banner div h1 {
    font-family: 'Prompt';
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.02em;
}

@media (max-width: 767px) {
    .contactPage__banner div h1 {
        line-height: 38px;
        font-size: 30px;
    }
}
</pre></body></html>