.cbgs-zoom-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.cbgs-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    transform-origin: center center;
}

.cbgs-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.cbgs-bg-slider {
    position: relative;
    overflow: hidden;
}

.cbgs-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    will-change: opacity;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
}

.cbgs-section-bg.is-active {
    opacity: 1;
}

.cbgs-section-bg-parent > .et_pb_row,
.cbgs-section-bg-parent > .et_pb_module {
    position: relative;
    z-index: 1;
}

.et_pb_fullwidth_header_0.cbgs-bg-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background: linear-gradient(0deg,rgba(27, 60, 51, 1) 0%, rgba(27, 60, 51, 0) 15%);
    z-index: 100;
}

.cbgs-bg-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background: linear-gradient(0deg,rgba(27, 60, 51, 1) 0%, rgba(27, 60, 51, 0) 15%, rgba(27, 60, 51, 0) 85%, rgba(27, 60, 51, 1) 100%);
    z-index: 100;
}