.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: var(--color-gold);
}

.kw-logo {
    width: 250px;
    position: absolute;
    left: 5%;
    top: -15px;    
    opacity: 100%;
}

.top-layer {
    position: absolute;
    left: calc(5% + 250px);
    width: calc(95% - 250px);
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    top: 20px;
}

.top-layer li {
    border-right: 1px solid #000;
    padding-left: 15px;
    padding-right: 15px;
}

.top-layer li:last-child {
    border-right: none;
}

.bottom-layer {
    position: absolute;
    left: calc(5% + 250px);
    width: calc(95% - 250px);
    justify-content: center;
    top: 45px;
    line-height: 32px;
    text-align: center;
    list-style: none;
}
