/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Grid */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 

.hb_grid_wrapper { width: 100%; }

.hb_gridrow { display: flex; margin-bottom: 16px; gap: 16px}
.hb_gridrow:last-child { margin-bottom: 0; }

.one_one_one_one,
.one_one_one,
.two_one_one,
.one_one_two,
.one_three,
.one_two,
.three_one,
.two_one,
.one_two_one,
.two_two { height: 465px; position: relative; border-radius: 24px; overflow: hidden }

.hb_col_image { border-radius: 24px; height: 465px; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.hb_col_img { border-radius: 24px; }

.hb_col_image { border-radius: 24px; opacity: 1; transition: scale .3s ease-in-out; -moz-transition: scale .3s ease-in-out; -o-transition: scale .3s ease-in-out; -webkit-transition: scale .3s ease-in-out; }
.hb_1col:hover .hb_col_img .hb_col_image,
.hb_2col:hover .hb_col_img .hb_col_image,
.hb_3col:hover .hb_col_img .hb_col_image { scale: 1.015; }

.hb_col_img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(31, 34, 31, 0.08) 0%, rgba(31, 34, 31, 0.40) 80%, rgba(31, 34, 31, 0.64) 100%);
    z-index: 1;
}

.hb_1col { flex-grow: 1; }
.hb_2col { flex-grow: 2.1; }
.hb_3col { flex-grow: 2.75; }

.hb_1col.one_two,
.hb_1col.two_one {
    width: 40%
}
.hb_2col.one_two,
.hb_2col.two_one {
    width: 60%
}

.hb_1col.one_two_one {
    width: 30%;
    flex-grow: 1;
}
.hb_2col.one_two_one {
    width: 40%;
    flex-grow: 1;
}

.hb_1col.one_one_one {
    width: 33.3%;
}


.hb_2col .hb_block_link,
.hb_3col .hb_block_link,
.hb_1col .hb_block_link {
    color: #fff;
    background-color: transparent;
    border: 0;
    text-align: left;
    padding: 16px 24px;
    display: block;
    bottom: 0;
    position: absolute;
    width: 100%;
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    font-family: "Playfair Display", serif;
    transition: none;
    z-index: 2;
}

/* ========== Media Queries ========== */
@media (min-width: 640px) {

}
@media (min-width: 768px) {

}
@media (min-width: 1024px) {

}
@media (min-width: 1280px) {

}
@media (min-width: 1536px) {

}