/* Hero Section Division */
.custom-shape-divider-top-1756331389 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1756331389 svg {
    position: relative;
    display: block;
    width: calc(136% + 1.3px);
    height: 102px;
}

.custom-shape-divider-top-1756331389 .shape-fill {
    fill: #F7F7F7;
}

/* Section 1 Division */
.custom-shape-divider-bottom-1756328445 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1756328445 svg {
    position: relative;
    display: block;
    width: calc(152% + 1.3px);
    height: 110px;
}

.custom-shape-divider-bottom-1756328445 .shape-fill {
    fill: #F7F7F7;
}

@media screen and (max-width: 1160px) {
    .custom-shape-divider-top-1756331389 svg {
        height: 60px;
    }

    .custom-shape-divider-bottom-1756328445 svg {
        height: 60px;
    }

}