/* HEADRER - INTRO */

.divider_top {
    position: relative;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.divider_top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 55px;
}

.divider_top .shape-fill {
    fill: #A3D0FA;
    fill: var(--main-backcolor);
}