.white-shape-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.white-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(146% + 1.1px);
    height: 80px;
}

.white-shape-divider-bottom .shape-fill {
    fill: #FFFFFF;
}


.blue-shape-divider-top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.blue-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(137% + 1.3px);
    height: 55px;
}

.blue-shape-divider-top .shape-fill {
    fill: #EDFBFF;
}

.blue-shape-divider-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.blue-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(137% + 1.3px);
    height: 59px;
}

.blue-shape-divider-bottom .shape-fill {
    fill: #EDFBFF;
}


.green-shape-divider-top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.green-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(137% + 1.3px);
    height: 69px;
}

.green-shape-divider-top .shape-fill {
    fill: #EDFDF0;
}


.green-shape-divider-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.green-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(137% + 1.3px);
    height: 45px;
}

.green-shape-divider-bottom .shape-fill {
    fill: #EDFDF0;
}


.yellow-shape-divider-top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.yellow-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(137% + 1.2px);
    height: 100px;
}

.yellow-shape-divider-top .shape-fill {
    fill: #FCFFED;
}
