@charset "UTF-8";

.half-content-masonry {
    position: relative;
    display: block;
    padding: var( --secPadding );
}

.half-content-masonry.first::before,
.half-content-masonry.first::after {
    content: '';
    position: absolute;
}

.half-content-masonry.first::before {
    width: min( 29.69vw, 570px );
    height: min( 38.59vw, 741px );
    top: 0;
    right: 0;
    background-image: url( '/wp-content/uploads/2025/12/News-Accent-Top-Right.png.webp' );
    background-size: min( 29.69vw, 570px );
}

.half-content-masonry.first::after {
    width: min( 40.26vw, 773px );
    height: min( 47.92vw, 920px );
    bottom: 0;
    left: 0;
    background-image: url( '/wp-content/uploads/2025/12/News-Accent-Bottom-Left.png.webp' );
    background-size: min( 47.92vw, 920px );
    z-index: -1;
}

.half-content-masonry .container {
    column-gap: 14px;
    overflow: visible;
}

.half-content-masonry a {
    text-decoration: underline;
}

.col {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0;
    justify-content: space-between;
}

.colReverse {
    flex-direction: column-reverse;
}

.half-content-masonry h2 {
    font-size: var( --h2-font-size );
    line-height: var( --h2-line-height );
    font-weight: var( --heading-font-weight );
}

.nTxtTop {
    padding: var( --secPadding);
}

.text {
    display: flex;
    min-height: clamp( 300px, 38.02vw, 730px );
    align-items: center;
}

.image {
    width: 100%;
    margin: 0;
}

.nTxtBtm {
    padding: var( --secPadding );
}

.half-content-masonry .image img,
.half-content-masonry .video .cVidWrap {
    border-radius: 60px;
    box-shadow: var( --shadyMid );
    overflow: hidden;
}

.align-left img {
    float: right;
}

@media ( max-width: 1024px ) {
    .half-content-masonry {
        padding-bottom: 0;
    }

    .half-content-masonry.first::before,
    .half-content-masonry.first::after {
        display: none;
    }

    .half-content-masonry .image img {
        border-radius: clamp( 30px, 5.21vw, 100px );
    }

    .half-content-masonry h2 {
        /* font-size: 44px; */
    }
    
    .half-content-masonry .container.flex {
        flex-wrap: wrap;
        padding: 0 32px;
        margin-top: 10px;
    }

    .half-content-masonry .container.flex .col {
        flex-direction: column;
        width: 100%;
    }

    .nTxtTop,
    .nTxtBtm {
        padding: 48px 0 100px;
    }
}

@media (max-width: 567px) {
        .half-content-masonry .container.flex {
            flex-direction: column;
        }
}