.ticker {
    position: fixed !important;
    top: calc(100dvh - 50px) !important;
    z-index: 100000000000;
    left: 8px;
    border-radius: 120px;
    border: 1px solid #242C35;
    background: #242C35;
    box-shadow: 1px 1px 0px 0px #242C35;
    height: 40px;
    width: calc(100% - 16px);
}

.ticker .slick-slide a {
    color: inherit;
/*     text-decoration: underline; */
}

.ticker .slick-slide div div {
    color: #FFFBF3;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: "Garton Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 1.2px;
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
    height: 40px;
}

.ticker svg {
    transform: translateY(7px);
    margin: 0px 30px 0px 20px;
}