.concrete_pool_wrp {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    height: auto;
    background-color: var(--GnpG5_clr_background);
}

.concrete_pool_wrp > .concrete_pool {
    margin-top: 13em;
}

.concrete_pool {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    z-index: 1;
}

/* .concrete_pool .breadcrumbs {
    width: 174px;
    height: 11px;
    margin-bottom: 20em;
} */

.concrete_pool_wrp .h1 {
    margin-bottom: 13.6875rem;
    text-transform: uppercase;
    font-weight: 600;
}

.concrete_pool_wrp p {
    max-width: 29em;
    margin: 0;
    font-size: 1.25em;
    align-self: flex-end;
}

.concrete_pool_bckgrnd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask-image: linear-gradient(0deg, rgba(17, 59, 71, 0) -14.99%, #113B47 100%);
}

.block.reasons.concrete_pool {
    background-color: var(--GnpG5_clr_pure_wht);
}

.reasons.concrete_pool .reasons_txt .h2 {
    max-width: none;
    font-size: 3em;
    font-weight: 100;
    align-self: flex-end;
    text-transform: uppercase;
    color: var(--GnpG5_clr_pure_black);
}

.block.reasons.concrete_pool .txt_m,
.block.reasons.concrete_pool .txt_l {
    color: var(--GnpG5_clr_pure_black);
}

.present .present_txt {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 7.25em;
    z-index: 1;
    margin-bottom: 13.5em;
}

.concrete_pool .present .present_txt {
    align-items: flex-start;
}

.present .present_txt .h2 {
    width: 18.8em;
    text-transform: uppercase;
    font-weight: 300;
}

.present .present_txt .txt_l {
    width: 24em;
}

.present .present_g_img {
    position: absolute;
    bottom: 0;
    width: 65.5em;
    height: auto;
    aspect-ratio: 1048/840;
    z-index: 0;
}

.concrete_pool.present .present_g_img {
    right: 0;
}

.present_wrp .wave_bckgrnd {
    position: absolute;
    left: 0;
    top: 5em;
    width: 100%;
    height: auto;
    z-index: -1;
}

.reasons .reasons_txt {
    display: flex;
    flex-direction: column;
    gap: 1em;
    z-index: 1;
}
.reasons .reasons_txt .h1 {
    font-size: 12em;
    font-weight: 100;
}

.reasons .reasons_txt .h2 {
    max-width: 14em;
    font-size: 3em;
    font-weight: 100;
    align-self: flex-end;
    text-transform: uppercase;
}

.reasons .reasons_txt .h2 span {
    color: var(--GnpG5_clr_gold);
}

.reasons_wrp {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.reasons_tiles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 1;
}

.reasons_tiles .reason_tile_item {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.reasons_tiles .reason_tile_item:nth-child(even) {
    flex-direction: row-reverse;
}

.reasons_tiles .reason_tile_item > * {
    width: 50%;
    height: auto;
    aspect-ratio: 31 / 20;
    display: flex;
}

.reasons_tiles .reason_tile_item > * > img {
    object-fit: cover;
}

.tile_item_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
    padding: 3.75em 4.5em;
    box-sizing: border-box;
}

.reasons_wrp .wave_bckgrnd {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    scale: -1;
    transform: scale(1, -1) translateY(14em);
    z-index: 0;
}

@media screen and (max-width: 981px) {
    .concrete_pool_wrp {
        min-height: 65em;
        justify-content: flex-end;
    }

    .concrete_pool_wrp .concrete_pool {
        gap: 4em;
        margin-bottom: 2em;
    }

    .concrete_pool_wrp .h1 {
        margin-bottom: 0;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
    }

    .concrete_pool_wrp p {
        max-width: none;
        font-size: 1.25em;
        text-align: center;
        font-weight: 250;
    }

    .reasons.concrete_pool .reasons_txt .h2 {
        font-size: 2.27em;
        font-weight: 400;
    }

    .reasons_tiles .reason_tile_item {
        flex-direction: column;
    }

    .reasons_tiles .reason_tile_item:nth-child(even) {
        flex-direction: column;
    }

    .reasons_tiles .reason_tile_item > * {
        width: 100%;
        height: fit-content;
    }

    .tile_item_txt {
        padding: 2em 0em;
    }

    .block.reasons.concrete_pool .txt_m {
        font-size: 1.626em;
        font-weight: 600;
    }

    .block.reasons.concrete_pool .txt_l {
        font-size: 1.1382em;
    }

    .concrete_pool.present .present_txt {
        gap: 2em;
        margin-bottom: 2em;
    }

    .concrete_pool.present .present_g_img {
        position: relative;
        width: 100%;
        aspect-ratio: 335 / 217;
    }

    .concrete_pool.present .present_txt .h2 {
        font-size: 1.626em;
        line-height: 1.3;
    }

    .concrete_pool.present .present_txt .txt_l {
        font-size: 1.138em;
        font-weight: 200;
    }
}
