html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    color: #111111;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: #4d5d53;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header__inner,
.site-footer__inner,
.site-closing {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    background: #f5f0e8;
}

.site-header--legacy {
    position: relative;
    z-index: 5;
    height: 86px;
    background: #000000;
    color: #ffffff;
}

.site-header__inner {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 86px;
    padding: 0;
}

.site-header--legacy .site-header__inner {
    width: min(1310px, calc(100% - 32px));
}

.site-legacy-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 640px;
    min-height: 477px;
    padding: 38px 52px 34px;
    color: #ffffff;
    background: #5f1714;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.site-legacy-panel__logo {
    display: block;
    max-width: 500px;
    margin: 0 auto 42px;
}

.site-legacy-panel__logo img {
    width: 100%;
}

.site-legacy-panel__contact {
    display: grid;
    gap: 8px;
    margin: 0 0 24px;
    font-size: 1rem;
    font-style: normal;
}

.site-legacy-panel__contact strong {
    font-size: 1.05rem;
}

.site-legacy-panel__contact a {
    color: #ffffff;
    text-decoration: none;
}

.site-legacy-panel__contact a:nth-of-type(1),
.site-legacy-panel__contact a:nth-of-type(2) {
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.2;
}

.site-legacy-panel p {
    margin: 28px 0 0;
    font-size: 1rem;
}

.site-nav ul {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav a {
    color: #ffffff;
    font-size: 1.125rem;
    text-decoration: none;
}

.site-nav .active > a,
.site-nav a:focus,
.site-nav a:hover {
    color: #6bab2e;
    text-decoration: none;
}

.site-main {
    padding: 0;
}

.site-main > .frame,
.site-main > .cb:not(.cb-hero-intro--legacy):not(.cb-subpage-header) {
    width: min(1120px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

.site-closing {
    padding: 34px 0;
    text-align: center;
}

.site-closing p {
    margin: 0 0 8px;
}

.site-closing h2 {
    margin: 0;
}

.site-footer {
    min-height: 322px;
    color: #ffffff;
    background:
        url("../Images/back-footer.jpg");
    background-size: cover;
    font-size: 0.95rem;
    line-height: 1.45;
}

.site-footer__inner {
    display: grid;
    grid-template-columns: minmax(340px, 0.95fr) minmax(260px, 0.78fr) minmax(120px, 0.34fr);
    column-gap: 96px;
    row-gap: 28px;
    width: min(895px, calc(100% - 32px));
    margin: 0 auto;
    padding: 38px 0 110px;
}

.site-footer__logos {
    display: flex;
    align-items: flex-start;
    gap: 26px;
}

.site-footer__logos img {
    flex: 0 1 auto;
    width: auto;
    max-width: 33.33%;
    height: auto;
}

.site-footer__contact,
.site-footer__nav {
    display: grid;
    align-content: start;
}

.site-footer__contact {
    gap: 6px;
    min-width: 0;
    font-style: normal;
}

.site-footer__contact strong {
    font-weight: 700;
}

.site-footer__contact a,
.site-footer__nav a {
    color: #ffffff;
    text-decoration: none;
}

.site-footer__contact a:focus,
.site-footer__contact a:hover,
.site-footer__nav a:focus,
.site-footer__nav a:hover {
    color: #c9a09a;
}

.site-footer__contact > a {
    overflow-wrap: anywhere;
}

.site-footer__nav {
    gap: 14px;
}

.cb {
    margin: 0 0 48px;
}

.cb h1,
.cb h2,
.cb h3 {
    line-height: 1.25;
}

.cb-hero-intro--legacy {
    position: relative;
    display: block;
    min-height: 70vh;
    margin: 0;
    overflow: hidden;
    color: #ffffff;
    background: #12190d;
}

.cb-hero-intro__background,
.cb-hero-intro__shade {
    position: absolute;
    inset: 0;
}

.cb-hero-intro__background {
    background-position: center center;
    background-size: cover;
}

.cb-hero-intro__shade {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.18) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
}

.cb-hero-intro__overlay {
    position: relative;
    z-index: 1;
    width: min(1310px, calc(100% - 32px));
    margin: 0 auto;
    padding: 390px 0 90px 730px;
}

.cb-hero-intro__overlay h1 {
    max-width: 470px;
    margin: 0 0 34px;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.04;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
}

.cb-hero-intro__overlay .cb-richtext {
    max-width: 470px;
    color: #ffffff;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.35;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.72);
}

.cb-hero-intro__overlay .cb-richtext p {
    margin: 0;
}

.cb-hero-intro__scroll {
    position: absolute;
    z-index: 2;
    bottom: 28px;
    left: 50%;
    width: 38px;
    height: 58px;
    border: 3px solid #ffffff;
    border-radius: 20px;
    transform: translateX(-50%);
}

.cb-hero-intro__scroll::before {
    position: absolute;
    top: 12px;
    left: 50%;
    width: 4px;
    height: 10px;
    background: #ffffff;
    border-radius: 2px;
    content: "";
    transform: translateX(-50%);
}

.cb-subpage-header {
    width: 100%;
    margin: 0 0 48px;
    background: #12190d;
}

.cb-subpage-header__image {
    min-height: clamp(220px, 26vw, 340px);
    background-position: center center;
    background-size: cover;
}

.cb-hero-intro__media,
.cb-card__media,
.cb-content-card__media,
.cb-person__media {
    margin: 0;
}

.cb-card-grid,
.cb-person-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.cb-card,
.cb-person,
.cb-content-card,
.cb-notice-box,
.cb-note {
    border: 1px solid #e3ded5;
    border-radius: 6px;
    background: #ffffff;
}

.cb-card__body,
.cb-person__body,
.cb-content-card__body {
    padding: 18px;
}

.cb-content-card-list {
    display: grid;
    gap: 24px;
}

.cb-content-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.35fr) minmax(0, 0.65fr);
    overflow: hidden;
}

.cb-checklist {
    display: grid;
    gap: 10px;
    padding-left: 1.25rem;
}

.cb-note,
.cb-notice-box {
    padding: 22px;
}

.cb-link {
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
}

.cb-person__role {
    margin-top: -6px;
    color: #4d5d53;
    font-weight: 700;
}

@media (max-width: 860px) {
    .site-header__inner,
    .cb-content-card {
        display: block;
    }

    .site-header--legacy {
        height: auto;
    }

    .site-header__inner {
        min-height: 0;
        padding: 18px 0;
    }

    .site-header--legacy .site-header__inner {
        width: min(100%, calc(100% - 32px));
    }

    .site-legacy-panel {
        position: static;
        width: 100%;
        min-height: 0;
        padding: 24px;
    }

    .site-legacy-panel__contact a,
    .site-legacy-panel p {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .site-legacy-panel p {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
        font-size: 0.95rem;
        line-height: 1.45;
    }

    .site-legacy-panel__logo {
        margin-bottom: 30px;
    }

    .site-nav ul {
        flex-wrap: wrap;
        gap: 14px 20px;
        margin: 16px 0;
    }

    .site-nav a {
        font-size: 1rem;
    }

    .cb-hero-intro--legacy {
        min-height: 620px;
    }

    .cb-hero-intro__overlay {
        width: calc(100vw - 32px);
        padding: 48px 0 96px;
    }

    .cb-hero-intro__overlay h1 {
        width: min(100%, 300px);
        max-width: 300px;
        font-size: 1.55rem;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .cb-hero-intro__overlay .cb-richtext {
        width: min(100%, 300px);
        max-width: 300px;
        font-size: 0.82rem;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .cb-subpage-header__image {
        min-height: 180px;
    }

    .cb-card-grid,
    .cb-person-grid {
        grid-template-columns: 1fr;
    }

    .site-footer {
        min-height: 0;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 34px 0 48px;
    }

    .site-footer__logos {
        flex-wrap: wrap;
        gap: 18px 24px;
    }

    .site-footer__logos img {
        max-width: 175px;
    }
}

/* Legacy subpage styling for the TYPO3 v13 relaunch pages. */
.site-header--legacy {
    height: 91px;
}

.site-header--legacy .site-header__inner {
    width: min(1140px, calc(100% - 32px));
    min-height: 91px;
}

.site-legacy-panel {
    left: 0;
    width: 500px;
    min-height: 500px;
    padding: 48px 20px 32px;
    background: linear-gradient(#611515, #420c0c);
    box-shadow: none;
}

.site-legacy-panel__logo {
    max-width: 410px;
    margin-bottom: 46px;
}

.site-legacy-panel__contact {
    gap: 8px;
    margin-bottom: 26px;
}

.site-legacy-panel__contact a:nth-of-type(1),
.site-legacy-panel__contact a:nth-of-type(2) {
    font-size: 1.45rem;
}

.site-legacy-panel p {
    margin-top: 30px;
}

.site-nav ul {
    gap: 22px;
}

.site-nav a {
    font-size: 1.05rem;
}

.cb-subpage-header {
    margin-bottom: 0;
}

.cb-subpage-header__image {
    min-height: 365px;
    background-position: top center;
}

.site-main > .frame-type-text.frame-legacy-intro,
.site-main > .frame-type-text,
.site-main > .cb.cb-info-checklist,
.site-main > .cb.cb-service-list,
.site-main > .cb.cb-content-cards,
.site-main > .cb.cb-contact-persons,
.site-main > .cb.cb-contact-section {
    width: 100%;
    max-width: none;
    margin: 0;
}

.site-main > .cb.cb-info-checklist.cb-info-checklist,
.site-main > .cb.cb-service-list.cb-service-list,
.site-main > .cb.cb-content-cards.cb-content-cards,
.site-main > .cb.cb-contact-persons.cb-contact-persons,
.site-main > .cb.cb-contact-section.cb-contact-section {
    width: 100%;
    max-width: none;
}

.frame-type-text.frame-legacy-intro,
.frame-type-text.frame-layout-0,
.cb-info-checklist,
.cb-service-list,
.cb-content-cards,
.cb-contact-persons,
.cb-contact-section {
    background-color: #e7e1d9;
}

.frame-type-text.frame-legacy-intro {
    min-height: 190px;
    padding: 76px 0 52px;
    background-image: url("../Images/Legacy/feather2.png");
    background-position: 52% center;
    background-repeat: no-repeat;
}

.frame-type-text.frame-legacy-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
    column-gap: 48px;
    align-content: start;
    width: 100%;
}

.frame-type-text.frame-legacy-intro .ce-bodytext {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
    column-gap: 48px;
    width: min(1110px, calc(100% - 64px));
    margin: 0 auto;
}

.frame-type-text.frame-legacy-intro p {
    grid-column: 2;
    justify-self: end;
    width: min(460px, 100%);
    max-width: 460px;
    margin: 0 max(calc((100vw - 1110px) / 2), 32px) 0 0;
    color: #292b2c;
    font-size: 1.05rem;
    line-height: 1.35;
}

.frame-type-text.frame-layout-0 {
    padding: 34px 0 38px;
}

.frame-type-text.frame-layout-0 > * {
    width: min(1110px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

.frame-type-text.frame-layout-0 header {
    width: min(1110px, calc(100% - 32px));
}

.frame-type-text.frame-layout-0 h1,
.frame-type-text.frame-layout-0 h2,
.cb-info-checklist h2,
.cb-service-list h2,
.cb-content-cards h2,
.cb-contact-persons h2,
.cb-contact-section h2 {
    color: #611515;
    font-size: 2.55rem;
    font-weight: 400;
    line-height: 1.1;
}

.frame-type-text.frame-layout-0 h1,
.frame-type-text.frame-layout-0 h2 {
    margin: 0 0 28px;
}

.frame-type-text.frame-layout-0 p,
.cb-info-checklist,
.cb-contact-persons,
.cb-contact-section {
    color: #292b2c;
    font-size: 1.05rem;
    line-height: 1.55;
}

.cb-info-checklist {
    padding: 16px 0 0;
}

.cb-content-cards {
    padding: 50px 0 64px;
    background-image: url("../Images/Legacy/feather2.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

.cb-content-cards > h2,
.cb-content-cards > .cb-richtext,
.cb-content-card-list {
    width: min(1110px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

.cb-content-cards h2 {
    margin-top: 0;
    margin-bottom: 52px;
}

.cb-content-cards > .cb-richtext {
    margin-bottom: 46px;
    color: #292b2c;
    font-size: 1.05rem;
    line-height: 1.55;
}

.cb-content-card-list {
    gap: 120px;
}

.cb-content-card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: 30px;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

.cb-content-card:nth-child(odd) .cb-content-card__body {
    grid-column: 1;
    grid-row: 1;
}

.cb-content-card:nth-child(odd) .cb-content-card__media {
    grid-column: 2;
    grid-row: 1;
}

.cb-content-card__media {
    border-top: 20px solid #611515;
}

.cb-content-card__media img {
    width: 100%;
}

.cb-content-card__body {
    padding: 0;
    color: #292b2c;
    font-size: 1.05rem;
    line-height: 1.35;
}

.cb-content-card h3 {
    margin: 4px 0 30px;
    color: #611515;
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1.15;
}

.cb-content-card .cb-richtext p {
    margin: 0 0 18px;
}

.cb-info-checklist > h2,
.cb-info-checklist > .cb-richtext,
.cb-info-checklist__columns {
    width: min(1110px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

.cb-service-list {
    padding: 58px 0 40px;
}

.cb-service-list > h2,
.cb-service-list > .cb-richtext,
.cb-service-list__columns {
    width: min(1110px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

.cb-service-list h2 {
    margin-top: 0;
    margin-bottom: 34px;
}

.cb-service-list__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px;
}

.cb-service-list__column--left {
    background-image: url("../Images/Legacy/feather2.png");
    background-position: 58% center;
    background-repeat: no-repeat;
    background-size: 300px auto;
}

.cb-info-checklist h2 {
    margin-top: 0;
    margin-bottom: 28px;
}

.cb-info-checklist__columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.94fr);
    gap: 54px;
    margin-top: 26px;
    padding-bottom: 48px;
}

.cb-info-checklist__list {
    background-image: url("../Images/Legacy/feather2.png");
    background-position: 54% center;
    background-repeat: no-repeat;
}

.cb-checklist {
    display: grid;
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: outside;
}

.cb-checklist li {
    position: relative;
    min-height: 24px;
    margin: 0;
    padding-left: 50px;
}

.cb-checklist li::before {
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 28px;
    height: 13px;
    background: url("../Images/tag-li.png") center center / contain no-repeat;
    content: "";
}

.cb-info-checklist__aside {
    display: grid;
    align-content: start;
    gap: 42px;
}

.cb-note {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.cb-info-checklist__media {
    margin: 0;
    border-top: 20px solid #611515;
}

.cb-info-checklist__media img {
    width: 100%;
}

.cb-contact-persons {
    padding: 56px 0 70px;
    background: #ffffff;
}

.cb-contact-persons > h2,
.cb-contact-persons > p,
.cb-person-grid {
    width: min(1110px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

.cb-contact-persons > h2 {
    margin-top: 0;
}

.cb-contact-persons > p {
    max-width: none;
    margin-bottom: 18px;
}

.cb-person-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 30px;
}

.cb-person {
    display: grid;
    grid-template-columns: minmax(150px, 0.42fr) minmax(0, 0.58fr);
    border: 0;
    border-radius: 0;
}

.cb-person__body {
    padding: 16px 18px;
}

.cb-person h3 {
    margin-top: 0;
    color: #611515;
    font-size: 1.45rem;
    font-weight: 400;
}

.cb-contact-section {
    padding: 70px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.cb-contact-section__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
    width: min(1110px, calc(100% - 32px));
    min-height: 760px;
    margin: 0 auto;
}

.cb-contact-section__details,
.cb-contact-section__form {
    padding: 50px 48px;
    background-repeat: no-repeat;
}

.cb-contact-section__details {
    background-image: url("../Images/Legacy/feather1.png");
    background-position: left top;
}

.cb-contact-section__form {
    background-image: url("../Images/Legacy/feather2.png");
    background-position: right top;
}

.cb-contact-section__details h2,
.cb-contact-section__form h2 {
    margin-top: 0;
}

.cb-contact-section__email a {
    color: #611515;
}

.cb-contact-section__form form {
    display: grid;
    gap: 16px;
}

.cb-contact-section__form .form-group {
    display: grid;
    gap: 6px;
    margin: 0;
}

.cb-contact-section__form .form-label {
    margin: 0;
}

.cb-contact-section__form .form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #cfc7bd;
    border-radius: 0;
    background: #ffffff;
    color: #292b2c;
    font: inherit;
}

.cb-contact-section__form .form-check {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 6px;
    align-items: start;
}

.cb-contact-section__form .form-check-input {
    width: auto;
    margin-top: 5px;
}

.cb-contact-section__form .form-text {
    color: #611515;
    font-size: 0.95rem;
}

.cb-contact-section__form .actions {
    margin-top: 4px;
}

.legacy-contact-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 4px;
}

.cb-contact-section__form .btn-toolbar,
.cb-contact-section__form .btn-group {
    display: contents;
}

.cb-contact-section__form .btn-primary,
.cb-contact-section__form button[type="submit"] {
    justify-self: start;
    min-width: 130px;
    padding: 10px 22px;
    border: 0;
    background: #611515;
    color: #ffffff;
    font: inherit;
    cursor: pointer;
}

.cb-contact-section__form button[disabled] {
    cursor: wait;
    opacity: 0.7;
}

.legacy-contact-form__spinner {
    color: #611515;
}

.legacy-contact-form__feedback {
    min-height: 1.5em;
}

.legacy-contact-form__feedback--success {
    color: #2f6b3f;
}

.legacy-contact-form__feedback--error {
    color: #9d1f1f;
}

.cb-contact-section__map {
    width: 100%;
    margin-top: 0;
    background: transparent;
}

.cb-contact-section__map iframe {
    display: block;
    width: 100%;
    height: clamp(360px, 38vw, 520px);
    min-height: 360px;
    border: 0;
}

.site-closing {
    min-height: 415px;
    padding: 116px 16px 80px;
}

.site-closing p {
    margin-bottom: 20px;
}

.site-closing h2 {
    color: #611515;
    font-size: 2.5rem;
    font-weight: 400;
}

.site-footer {
    background-image: url("../Images/Legacy/red-plower-footer.jpg");
}

.site-footer__inner {
    column-gap: 72px;
}

.site-footer__logos {
    flex-wrap: wrap;
}

@media (max-width: 860px) {
    .site-header--legacy {
        height: auto;
    }

    .site-legacy-panel {
        width: 100%;
        min-height: 0;
        padding: 28px 20px;
    }

    .site-legacy-panel__logo {
        max-width: 360px;
    }

    .cb-subpage-header__image {
        min-height: 230px;
    }

    .frame-type-text.frame-legacy-intro {
        display: block;
        padding: 36px 0;
        background-position: center center;
        background-size: 260px auto;
    }

    .frame-type-text.frame-legacy-intro .ce-bodytext {
        display: block;
        width: min(100%, calc(100% - 32px));
    }

    .frame-type-text.frame-legacy-intro p {
        grid-column: 1;
        width: auto;
        max-width: none;
        margin: 0 16px;
    }

    .frame-type-text.frame-layout-0 h1,
    .frame-type-text.frame-layout-0 h2,
    .cb-info-checklist h2,
    .cb-service-list h2,
    .cb-content-cards h2,
    .cb-contact-persons h2,
    .cb-contact-section h2 {
        font-size: 2rem;
    }

    .cb-content-cards {
        padding: 36px 0 48px;
        background-size: 260px auto;
    }

    .cb-content-cards h2 {
        margin-bottom: 34px;
    }

    .cb-content-card-list {
        gap: 52px;
    }

    .cb-content-card,
    .cb-content-card:nth-child(odd) .cb-content-card__body,
    .cb-content-card:nth-child(odd) .cb-content-card__media {
        display: block;
    }

    .cb-content-card__media {
        margin-top: 24px;
    }

    .cb-content-card h3 {
        margin-bottom: 18px;
        font-size: 1.55rem;
    }

    .cb-checklist {
        background-size: 220px auto;
    }

    .cb-info-checklist__columns {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cb-service-list {
        padding: 36px 0 34px;
    }

    .cb-service-list__columns {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .cb-contact-persons > p {
        max-width: none;
        margin-left: auto;
    }

    .cb-person-grid,
    .cb-person,
    .cb-contact-section__inner {
        grid-template-columns: 1fr;
    }

    .cb-contact-section__inner {
        min-height: 0;
    }

    .cb-contact-section__details,
    .cb-contact-section__form {
        padding: 32px 0;
    }

    .site-closing {
        min-height: 0;
        padding: 56px 16px;
    }
}
