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

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

.spa_zone .breadcrumbs {
    width: 174px;
    height: 11px;
    margin-bottom: 20em;
    display: none;
}

.spa_zone .h1 {
    margin-bottom: 13.6875rem;
}

main:has(.spa_zone_main) .block.tiles_wrp > .tile_item {
    padding: 0;
}

main:has(.spa_zone_main) .block.tiles_wrp > .tile_item .info_txt .txt {
    font-weight: 400;
    line-height: 1.33;
}

.spa_zone p {
    max-width: 37rem;
    margin: 0;
    font-size: 1.25em;
    align-self: flex-end;
}

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

.block.tiles_wrp {
    position: relative;
    display: flex;
    flex-direction: column;
}

.block.tiles_wrp .tile_item {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0;
    background-color: var(--GnpG5_clr_background);
}

.tile_item .tile_img {
    position: relative;
    width: 50%;
    aspect-ratio: 1.2;
    display: flex;
}

.tile_item .tile_info {
    position: relative;
    width: 50%;
    padding: 0 7.4375em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2.75em;
}

.tile_info .info_txt {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.75em;
}

.info_txt > .h3 {
    color: var(--GnpG5_clr_river);
}

.block.tiles_wrp .tile_item:nth-child(2n) {
    flex-direction: row-reverse;
    background-color: var(--GnpG5_clr_pure_wht);
}

.block.tiles_wrp .tile_item:nth-child(2n) .tile_info .h2 {
    color: var(--GnpG5_clr_background);
}

.block.tiles_wrp .tile_item:nth-child(2n) .tile_info .info_txt .h3 {
    color: var(--GnpG5_clr_gold);
}

.block.tiles_wrp .tile_item:nth-child(2n) .tile_info .info_txt .txt {
    color: var(--GnpG5_clr_pure_black);
}

.tile_info .btn_frm {
    border-radius: 2.375em;
}

@media screen and (max-width: 981px) {
    .spa_zone_wrp {
        height: auto;
    }

    .spa_zone {
        margin-top: 3em;
        gap: 2em;
    }

    .spa_zone .h1 {
        margin-top: 8em;
        margin-bottom: 0;
        text-align: center;
    }

    .spa_zone p {
        max-width: none;
        align-self: center;
        text-align: center;
        font-weight: 300;
        line-height: 1.44;
    }

    .spa_zone_bckgrnd {
        mask-image: linear-gradient(0deg, rgba(17, 59, 71, 0) 2.01%, #113B47 71%);
    }

    .block.tiles_wrp .tile_item,
    .block.tiles_wrp .tile_item:nth-child(2n) {
        flex-direction: column;
        padding: var(--pad_horiz);
    }

    .tile_item .tile_img {
        width: 100%;
    }

    .tile_item .tile_info {
        width: 100%;
        padding: calc(2 * var(--pad_horiz)) var(--pad_horiz) var(--pad_horiz) var(--pad_horiz);
        gap: 3.25em;
    }

    .tile_info .btn_frm {
        width: -webkit-fill-available;
    }

    .tile_info .h2 {
        font-size: 2.1138em;
        text-transform: uppercase;
    }

    .tile_info .info_txt {
        gap: 2.276em;
    }

    .tile_info .h3 {
        font-size: 1.626em;
        line-height: 1.4;
        text-transform: uppercase;
    }
    
    .tile_info .txt {
        font-size: 1.1382em;
        line-height: 1.4;
        font-weight: 300;
    }
}