.half-image-half-copy-block {
    display: flex;
    flex-wrap: wrap;
}
.half-image-half-copy-block .halfImgHalfCopyMedia {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    position: relative;
}
@media (min-width: 1024px) {
    .half-image-half-copy-block .halfImgHalfCopyMedia {
        flex-basis: 50%;
    }
}
.half-image-half-copy-block .halfImgHalfCopyMedia.isImage {
    aspect-ratio: 4/3;
}
@media (min-width: 768px) {
    .half-image-half-copy-block .halfImgHalfCopyMedia.isImage {
        aspect-ratio: 16/9;
    }
}
@media (min-width: 1024px) {
    .half-image-half-copy-block .halfImgHalfCopyMedia.isImage {
        aspect-ratio: unset;
    }
}
.half-image-half-copy-block .halfImgHalfCopyMedia img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: var(--image-left-position) var(--image-top-position);
    object-position: var(--image-left-position) var(--image-top-position);
    position: absolute;
    top: 0;
    width: 100%;
}
.half-image-half-copy-block .halfImgHalfCopyMedia .halfImgHalfCopyVideo {
    height: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
.half-image-half-copy-block .halfImgHalfCopyMedia .halfImgHalfCopyVideo iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.half-image-half-copy-block .halfImgHalfCopyHalf {
    --paddingX: clamp(16px, 6.633vw, 26px);
    display: flex;
    flex-basis: 100%;
    padding-left: var(--paddingX);
    padding-right: var(--paddingX);
    position: relative;
}
@media (min-width: 1024px) {
    .half-image-half-copy-block .halfImgHalfCopyHalf {
        --paddingX: clamp(26px, 6.633vw, 100px);
        flex-basis: 50%;
    }
}
.half-image-half-copy-block .halfImgHalfCopyHalf .halfImgHalfCopyInner {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    display: flex;
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    text-align: center;
    z-index: 10;
}
@media (min-width: 1024px) {
    .half-image-half-copy-block .halfImgHalfCopyHalf .halfImgHalfCopyInner {
        font-size: 1.125rem;
        line-height: 1.75rem;
        text-align: left;
    }
}
.half-image-half-copy-block .halfImgHalfCopyHalf .halfImgHalfCopyInner {
    line-height: 1.5;
}
@media (min-width: 1024px) {
    .half-image-half-copy-block .halfImgHalfCopyHalf .halfImgHalfCopyInner {
        max-width: calc(var(--container-max-width) / 2);
    }
}
.half-image-half-copy-block .halfImgHalfCopyHalf .halfImgHalfCopyInner li,
.half-image-half-copy-block .halfImgHalfCopyHalf .halfImgHalfCopyInner ol,
.half-image-half-copy-block .halfImgHalfCopyHalf .halfImgHalfCopyInner p,
.half-image-half-copy-block .halfImgHalfCopyHalf .halfImgHalfCopyInner ul {
    line-height: 1.5;
}
.half-image-half-copy-block .halfImgHalfCopyHalf .isOverlay {
    height: calc(100% + 15px);
    top: -15px;
}
@media (min-width: 1024px) {
    .half-image-half-copy-block .halfImgHalfCopyHalf .isOverlay {
        height: 100%;
        top: 0;
        width: calc(100% + 15px);
    }
}
.half-image-half-copy-block.site_zoo .halfImgHalfCopyHalf:before {
    background-color: inherit;
    content: "";
    display: block;
    height: 35px;
    left: 0;
    -webkit-mask-image: url(../images/texture-mask-bottom.png);
    mask-image: url(../images/texture-mask-bottom.png);
    -webkit-mask-position: center left;
    mask-position: center left;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: auto;
    mask-size: auto;
    position: absolute;
    top: -15px;
    transform: rotate(180deg);
    width: 100%;
}
@media (min-width: 1024px) {
    .half-image-half-copy-block.site_zoo .halfImgHalfCopyHalf:before {
        height: 100%;
        -webkit-mask-image: url(../images/texture-mask-left-alt.png);
        mask-image: url(../images/texture-mask-left-alt.png);
        -webkit-mask-repeat: repeat-y;
        mask-repeat: repeat-y;
        top: 0;
        width: 35px;
    }
    .half-image-half-copy-block.site_zoo.copyRight .halfImgHalfCopyHalf:before {
        left: -15px;
        transform: rotate(0deg);
        width: 35px;
    }
    .half-image-half-copy-block.site_zoo.copyLeft .halfImgHalfCopyHalf:before {
        left: auto;
        right: -15px;
        transform: rotate(180deg);
        width: 35px;
    }
}
.half-image-half-copy-block.copyRight {
    flex-direction: row;
}
.half-image-half-copy-block.copyRight .halfImgHalfCopyHalf,
.half-image-half-copy-block.copyRight
    .halfImgHalfCopyHalf
    .halfImgHalfCopyInner {
    justify-content: flex-start;
}
@media (min-width: 1024px) {
    .half-image-half-copy-block.copyRight .halfImgHalfCopyHalf .isOverlay {
        left: -15px;
    }
}
.half-image-half-copy-block.copyLeft {
    flex-direction: row-reverse;
}
.half-image-half-copy-block.copyLeft .halfImgHalfCopyHalf,
.half-image-half-copy-block.copyLeft
    .halfImgHalfCopyHalf
    .halfImgHalfCopyInner {
    justify-content: flex-end;
}
@media (min-width: 1024px) {
    .half-image-half-copy-block.copyLeft .halfImgHalfCopyHalf .isOverlay {
        right: -15px;
    }
}
