body {
    background-color: rgba(250, 250, 255, 1);
    line-height: 1.555556;
}
.site-header.white {
    background-color: rgba(250, 250, 255, 1);
}
.contacts-page__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 80px;
}
.post__title {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 3rem;
}
.post__content {
    font-size: 1.125rem;
}
img {
    max-width: 100%;
    height: auto;
}
.post__content strong {
	font-weight: 700;
}
.post__content > * {
	margin: 1.66666em 0;
}
.post__content hr {
    border-color: rgba(235, 236, 241, 1);
    border-width: 0 0 1px 0;
    margin: 2.77777em 0;
}
.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
    font-weight: 500;
    line-height: 1.3612;
}
.post__content h1 {
    font-size: 4.375rem;
    margin-top: 0;
    margin-bottom: 1.875rem;
    font-weight: 600;
    line-height: 1.11429;
    color: rgba(32, 36, 55, 1);
}
.post__content h2 {
    font-size: 2.25rem;
}
.post__content h3 {
    font-size: 2rem;
}
.post__content h4 {
    font-size: 1.75rem;
}
.post__content h5 {
    font-size: 1.5rem;
}
.post__content h6 {
    font-size: 1.25rem;
}
.post__content ul {
    margin: 0.9375rem 0;
}
.post__content ul li {
    margin-left: 2.75rem;
}
.post__content ul li::before {
    content: "";
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    background-color: var(--black_rock);
    border-radius: 50%;
    position: absolute;
    top: .75rem;
    left: 0;
}
.post__content p a:not(.cta_button) {
    color: var(--violet_french);
    text-decoration: none;
}
.post__content p a.cta_button.blue {
    background-color: var(--violet_french);
    color: var(--white);
    border-radius: 0;
    font-size: 0.875rem;
    padding: 0.75rem;
}
.post__content > *:last-child {
    margin-bottom: 0;
}
.contacts-page__content {
    width: min(600px, max(315px, 53%));
}
.contacts-page__form {
    width: min(100%, 450px);
    width: min(450px, max(315px, 45%));
    background-color: var(--white);
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.10);
    padding: 1.875rem;
    border-radius: 1.875rem;
}
.contacts-page__form__title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--black_rock);
    margin-bottom: 1.25rem;
}
.wpcf7 .screen-reader-response {
    display: none;
}
.wpcf7 .form-body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.9375rem;
}
.wpcf7 .form-body .form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.625rem;
}
.wpcf7 .form-body .form-row .item-md {
    width: calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
}
.wpcf7 .form-body .form-row .item-lg {
    width: 100%;
}
@media screen and ( max-width: 991px ) {
    .contacts-page__row {
        gap: 50px 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contacts-page__content,
    .contacts-page__form {
        margin: 0 auto;
    }
    .post__content hr {
        margin: 1.875rem 0;
    }
}
@media screen and ( max-width: 767px ) {
    .post__title,
    .post__content h1 {
        font-size: 2.25rem;
        line-height: 1.2777777;
    }
    .post__content h2 {
        font-size: 1.5rem;
    }
    .post__content h3 {
        font-size: 1.375rem;
    }
    .post__content h4 {
        font-size: 1.25rem;
    }
    .post__content h5 {
        font-size: 1.125rem;
    }
    .post__content h6 {
        font-size: 1rem;
    }
    .contacts-page__content p:nth-child(2) {
        margin: 1.875rem 0;
        font-size: 1.25rem;
    }
    .contacts-page__content p:nth-child(2) br {
        display: none;
    }
    .wpcf7 .form-body .form-row {
        gap: 0.9375rem;
    }
    .wpcf7 .form-body .form-row .item-md {
        width: 100%;
        flex: 0 0 100%;
    }
}