.menu {
    /*   white-space: nowrap;*/
    padding-inline-start: 0px;
}

.menu li {
    display: inline-block;
    line-height: 26px;
    margin: 0 9px 0 -10px;
    padding: 0 20px;
    position: relative;
}

.arrows {
    /*   white-space: nowrap;*/
    padding-inline-start: 0px;
    margin-right: 100px;
}

.arrows li {
    display: inline-block;
    line-height: 26px;
    margin: 0 9px 0 -10px;
    padding: 0 20px;
    position: relative;
}

.arrows li::before,
.arrows li::after {
    border-right: 1px solid #666666;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transform: skewX(45deg);
}

.arrows li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}

.arrows li:last-of-type::before,
.arrows li:last-of-type::after {
    display: none;
}

.arrows li a {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
}

.arrows li:nth-of-type(1) a {
    color: hsl(0, 0%, 70%);
}

.arrows li:nth-of-type(2) a {
    color: hsl(0, 0%, 65%);
}

.arrows li:nth-of-type(3) a {
    color: hsl(0, 0%, 50%);
}

.arrows li:nth-of-type(4) a {
    color: hsl(0, 0%, 45%);
}