.crosslink-13 {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden !important;
    background-color: var(--off-white);
}
.crosslink-13 * {
    -webkit-user-drag: none;
}
.crosslink-13 a {
    text-decoration: none !important;
    margin-left: -30px;
    margin-right: -30px;
    color: var(--mid-grey);
    font-weight: 600;
    cursor: default;
}
.crosslink-13 a .image-16by9 {
    width: 450px;
    height: auto;
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
}
.crosslink-13 a:hover {
    color: var(--blue);
}
.crosslink-13 .top_row,
.crosslink-13 .bottom_row {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.crosslink-13 .top_row {
    margin-bottom: 25px;
    animation: marquee_left 400s linear infinite;
}
.crosslink-13 .bottom_row {
    animation: marquee_right 400s linear infinite;
}
.crosslink-13 .top_row:hover,
.crosslink-13 .bottom_row:hover {
    /*animation-play-state: paused;*/
}


.crosslink-13 .top_row a:nth-of-type(5n) .image-16by9::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--navy);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.crosslink-13 .top_row a:nth-of-type(10n) .image-16by9::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--rose);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.crosslink-13 .bottom_row a:nth-of-type(5n) .image-16by9::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--sky);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.crosslink-13 .bottom_row a:nth-of-type(10n) .image-16by9::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--rose);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.crosslink-13 .top_row a.special-item,
.crosslink-13 .bottom_row a.special-item {
    cursor: default;
}

@keyframes marquee_left {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-1000%, 0);
    }
}
@keyframes marquee_right {
    0% {
        transform: translate(-1000%, 0);
    }
    100% {
        transform: translate(100%, 0);
    }
}
@media(max-width: 1499.98px) {
    .crosslink-13 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .crosslink-13 a {
        font-size: 130px;
        line-height: 65px;
    }
    .crosslink-13 a .image-16by9 {
        width: 360px;
    }
    .crosslink-13 a {
        margin-left: -25px;
        margin-right: -25px;
    }
    .crosslink-13 .top_row {
        margin-bottom: 18px;
    }
}
@media(max-width: 1199.98px) {
    .crosslink-13 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .crosslink-13 a {
        font-size: 100px;
        line-height: 50px;
    }
}
@media(max-width: 767.98px) {
    .crosslink-13 .top_row,
    .crosslink-13 .bottom_row {
        animation-duration: 200s;
    }
    .crosslink-13 a .image-16by9 {
        width: 200px;
    }
    .crosslink-13 a {
        margin-left: -14px;
        margin-right: -14px;
    }
    .crosslink-13 .top_row {
        margin-bottom: 10px;
    }
}
@media(max-width: 575px) {
    .crosslink-13 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .crosslink-13 a {
        font-size: 62px;
        line-height: 80px;
    }
}