figure {
    margin: 0;
}
.wpcf7-not-valid-tip, .wpcf7-response-output, .checkbox > p:first-child {
    display: none !important;
}
.category-child {
    display: none;
}
.category-child.active {
    display: block;
}
#form-contact .checkbox {
    margin-top: 24px;
}
.form-contact-button > p {
    width: 100%;
    display: flex;
    justify-content: center;
}
.error--checkbox::before {
    border: solid 1px #EE493E !important;
}
.checkbox .active > label:first-child::after {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: var(--kmnd-body-background-accent);
    display: block;
    position: absolute;
    left: 3px;
    top: 5px;
}
.kmnd-main--default {
    min-height: unset !important;
}
.kmnd-main--404 {
    padding-bottom: 124px;
}
@media screen and (max-width: 576px) {
    .kmnd-main--404 {
        padding-bottom: 64px;
    }
}
.hide-link > a {
    display: none;
}