.slash {
    height: 10px;
    background-image: repeating-linear-gradient(135deg,
            rgba(4, 30, 66, .9),
            rgba(4, 30, 66, .9),
            transparent 1px,
            transparent 5px);
    border-radius: 999px;
}

.sticky-cta {
    position: fixed;
    right: 8px;
    bottom: 0;
    z-index: 40;
}

.sticky-cta>a {
    display: none;
}

@media (min-width: 1024px) {
    .sticky-cta {
        right: 18px;
    }

    .sticky-cta>a {
        display: block;
    }
}