#how-to-enter {
    border-radius: 10px;
    background: #111;
    background: linear-gradient(to bottom, #333 0%, #000 100%);
}
#how-to-enter .img-cover {
    object-fit: cover;
    object-position: center;
}
#how-to-enter .step-item {
    background-color: rgba(255, 255, 255, 0.15);
}
#how-to-enter .step-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: #d20000;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
}
#how-to-enter h5 {
    color: rgba(255, 255, 255, 0.90);
    font-weight: 700;
    font-size: 1.2rem;
}
#how-to-enter p,
#how-to-enter p a,
#how-to-enter p a:visited {
    color: rgba(255, 255, 255, 0.50);
    font-size: 1.0rem;
    line-height: 1.4rem;
    font-weight: 200;
}
#how-to-enter p a:hover,
#how-to-enter p a:active,
#how-to-enter p a:focus {
    color: rgba(255, 255, 255, 0.60);
}
.sweeps-banner {
    background-color: rgba(0, 0, 0, 0.90);
    z-index: 777;
}
.sweeps-banner-txt {
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.2;
}
.sweeps-banner .btn {
    border-radius: 2rem;
    padding: .25rem 2rem;
}
.sweeps-banner a:visited,
.sweeps-banner a:hover,
.sweeps-banner a:active {
    color: #fff;
}
.sweeps-ticker {
    background-color: #000;
    overflow: hidden;
    width: 100%;
}
.ticker-left {
    height: 32px;
}
.ticker-left img {
    max-width: 320px;
}
.ticker-wrap {
    width: 100%;
    overflow: hidden;
    height: 32px;
    position: relative;
}
@media (min-width: 576px) {
    .ticker-left img {
        max-width: 360px;
    }
    .ticker-left,
    .ticker-wrap {
        height: 40px;
    }
}
.ticker-content {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    animation: ticker 20s linear infinite;
    will-change: transform;
}
.ticker-item {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 15px;
}
@media (min-width: 576px) {
    .ticker-item {
        font-size: 16px;
    }
}
.list-highlights.sweeps {
    background-color: #FFFBDD;
    border: 1px dashed #d20000;
}
.cta .btn-highlight {
    position: relative;
}
.cta .btn-highlight:after {
    content: '';
    position: absolute;
    left: -50%;
    top: 0;
    background: url(https://clxcdn.com/images/btn-highlight.webp) left top no-repeat;
    width: 200%;
    height: 100%;
    animation: anime 2.5s cubic-bezier(0.43, 0.61, 1, 1) infinite;
    -webkit-animation: anime 2.5s cubic-bezier(0.43, 0.61, 1, 1) infinite;
}
.entry_box {
    display: flex;
    max-width: 280px;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #F8D851 0%, #FFCC3C 20%, #FEF274 37%, #FFCC3C 60%, #FEF274 90%, #FFCC3C 100%);
    overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767px) {
    .entry_box {
        max-width: none;
        flex: 0 0 auto;
    }
}
.gap-sm-3 {
    gap: 0;
}
@media (min-width: 576px) and (max-width: 767px) {
    .gap-sm-3 {
        gap: 2rem;
    }
}
.entry_txt {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px 6px 8px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -0.15px;
}
.entry_card {
    width: 40px;
    height: auto;
}
.entry_no {
    position: relative;
    padding: 6px 8px 6px 2px;
    margin: 0;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.15px;
}
.entry_no:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    width: 0;
    height: auto;
    border-bottom: calc(1.5em + 12px) solid #000;
    border-left: 12px solid transparent;
}
@keyframes ticker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@-webkit-keyframes anime {
    100% {
        background-position: 100% 50%;
    }
    0% {
        background-position: 0% 50%;
    }
}
@-moz-keyframes anime {
    100% {
        background-position: 100% 50%;
    }
    0% {
        background-position: 0% 50%;
    }
}
@-o-keyframes anime {
    100% {
        background-position: 100% 50%;
    }
    0% {
        background-position: 0% 50%;
    }
}
@keyframes anime {
    100% {
        background-position: 100% 50%;
    }
    0% {
        background-position: 0% 50%;
    }
}