.hero-primary {
    padding: 32px 16px 16px;
}

.hero-primary .hero-primary--container {
    max-width: 1328px;
    width: 100%;
    margin: auto;
}

.hero-primary .hero-primary--container h1 {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.hero-primary .hero-primary--container p+* {
    margin-top: 16px;
}

.hero-primary .hero-primary--container h1+* {
    margin-top: 16px;
}

.hero-primary .hero-primary--container p+p {
    margin-top: 0;
}

@media screen and (min-width: 992px) {

    .hero-primary .hero-primary--container h1,
    .hero-primary .hero-primary--container .uptitle {
        max-width: 1073px;
    }
}

.hero-primary--content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-primary--content .content-desc {
    position: relative;
    z-index: 1;
    background-color: #FFF;
}

.bg .hero-primary--content .content-desc {
    background-color: var(--ocre-light);
}

@media screen and (min-width: 992px) {
    .hero-primary--content .content-desc {
        padding: 0 0 32px 32px;
        border-radius: 0 0 0 8px;
        max-width: 632px;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
}

.hero-primary--content .content-image {
    width: 100%;
    height: 200px;
}

@media screen and (min-width: 992px) {
    .hero-primary--content .content-image {
        margin-top: 40px;
        height: 500px;
    }
}

.hero-primary--content .content-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.hero-primary.bg {
    background-color: var(--ocre-light);
}

/*# sourceMappingURL=style.css.map */


.acf-block-preview .hero-primary {
    padding: 32px 16px 16px;
}

.acf-block-preview .hero-primary .acf-block-preview .hero-primary--container {
    max-width: 1328px;
    width: 100%;
    margin: auto;
}

.acf-block-preview .hero-primary .acf-block-preview .hero-primary--container h1 {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.acf-block-preview .hero-primary .acf-block-preview .hero-primary--container p+* {
    margin-top: 16px;
}

.acf-block-preview .hero-primary .acf-block-preview .hero-primary--container h1+* {
    margin-top: 16px;
}

.acf-block-preview .hero-primary .acf-block-preview .hero-primary--container p+p {
    margin-top: 0;
}

@media screen and (min-width: 992px) {

    .acf-block-preview .hero-primary .acf-block-preview .hero-primary--container h1,
    .acf-block-preview .hero-primary .acf-block-preview .hero-primary--container .uptitle {
        max-width: 1073px;
    }
}

.acf-block-preview .hero-primary--content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.acf-block-preview .hero-primary--content .content-desc {
    position: relative;
    z-index: 1;
    background-color: #FFF;
}

.acf-block-preview .bg .hero-primary--content .content-desc {
    background-color: var(--ocre-light);
}

@media screen and (min-width: 992px) {
    .acf-block-preview .hero-primary--content .content-desc {
        padding: 0 0 32px 32px;
        border-radius: 0 0 0 8px;
        max-width: 632px;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
}

.acf-block-preview .hero-primary--content .content-image {
    width: 100%;
    height: 200px;
}

@media screen and (min-width: 992px) {
    .acf-block-preview .hero-primary--content .content-image {
        margin-top: 40px;
        height: 500px;
    }
}

.acf-block-preview .hero-primary--content .content-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.acf-block-preview .hero-primary.bg {
    background-color: var(--ocre-light);
}

/*# sourceMappingURL=style.css.map */