.grad-divider {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 0;
    font-size: 0;
    position: relative;
    z-index: 0;
}

.grad-dark-surface {
    height: 110px;
    background: linear-gradient(to bottom, #00091A, #F4F8FC);
}

.grad-surface-white {
    height: 80px;
    background: linear-gradient(to bottom, #F4F8FC, #FFFFFF);
}

.grad-white-surface {
    height: 80px;
    background: linear-gradient(to bottom, #FFFFFF, #F4F8FC);
}

.grad-surface-dark {
    height: 110px;
    background: linear-gradient(to bottom, #F4F8FC, #00091A);
}

.grad-dark-white {
    height: 110px;
    background: linear-gradient(to bottom, #00091A, #FFFFFF);
}

.grad-white-dark {
    height: 110px;
    background: linear-gradient(to bottom, #FFFFFF, #00091A);
}