body {
    background-image: url(/templates/exit-lag/lp/discord/img/bg.jpg);
}
.hero {
    background-image: url(/templates/exit-lag/lp/discord/img/bg_hero_discord.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 7.5rem 0;
}

.hero .hero_content h1 {
    text-shadow: -2px 2px 0px #000, 0px 0px 20px #000;
}

.hero .hero_content .logos .separator {
    height: 1.75rem;
    width: 1px;
    background-color: #fff;
}

.hero .hero_content .promo {
    color: var(--exl-myaccount-email-confirmation-text);
    font-size: 1.125rem;
}

.title_separator {
    width: 100%;
    max-width: 340px;
    height: 4px;
    background: linear-gradient(90deg, rgba(182, 1, 30, 0.00) 5%, #B6011E 50%, rgba(182, 1, 30, 0.00) 96%);
    margin: 1.125rem auto;
}

.how_to .video video {
    width: 100%;
    height: auto;
}

.compare h4 {
    color: #7B7C7C;
}

.compare .video {
    position: relative;
}

.compare .video .badges {
    position: absolute;
    left: -30px;
    bottom: 30px;
}

.compare .video .badges img {
    display: block;
}

.compare .video video{
    max-width: 100%;
    height: auto;
    border: solid 8px #353435;
    border-radius: 10px;
}

.compare .active .video .badges {
    left: auto;
    right: -30px;
    text-align: right;
}

.compare .active .video .badges img {
    margin-left: auto;
}

.compare .active .video .badges img:first-child {
    margin-right: -25px;
}

.compare small {
    color: #7B7C7C;
    font-size: 10px;
}

.compare .active .title span {
    color: #92D600;
}

.compare .active .video video {
    border-color: #D30000;
    box-shadow: 0px 2px 80px 0px rgba(211, 22, 0, 0.51);
}

.software_features .slider .slick-arrow {
    color: white;
    font-size: 3rem;
    z-index: 1;
    background: transparent;
    border: 0;
    outline: none;
    padding: 0;
    margin: 0;
    width: 3rem;
    height: 3rem;
}

.software_features .slider .slick-arrow:before {
    display: none;
}

.influencer_card {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #464646;
}

.influencer_card .card_header {
    background-image: url(/templates/exit-lag/lp/discord/img/bg_pro_2.png);
    background-size: cover;
    background-position: center center;
    padding-top: 1rem;
}

.influencer_card .card_body {
    background: linear-gradient(247deg, #1D1D1D 0%, #464646 100%);
}

.influencer_card.horizontal .card_body {
    background: none;
}

.influencer_card .card_body .description {
    color: #B6011E;
    text-shadow: 0px 0px 20px rgba(255, 60, 91, 0.85);
    border-right: solid 3px #B6011E;
    padding-right: 0.875rem;
}

.influencer_card.horizontal .card_body .description {
    border-right: 0;
    border-left: solid 3px #B6011E;
    padding-right: 0;
    padding-left: 0.5rem;
}

.influencer_card .card_body small {
    color: #B9B9B9;
}

.btn-activate {
    background-image: url(/templates/exit-lag/lp/discord/img/bg_btn.jpg);
    background-color: #B6011E;
    background-size: cover;
    background-position: center;
    font-size: 2rem;
    border-radius: 1rem;
    border: 3px solid #B6011E;
    box-shadow: 0px 0px 30px 7px rgba(182, 1, 30, 0.33);
    text-shadow: 0px 5px 1px rgba(0, 0, 0, 0.17);
}

.discord_features .discord_feature {
    border-radius: 20px;
    border: 4px solid #1F1E1F;
    background-size: cover;
    background-position: top center;
    min-height: 577px;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.discord_features .discord_feature:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, #161616, transparent);
    z-index: -1;
}

.discord_features .discord_feature .content {
    min-height: 160px;
}

.discord_features .discord_feature .cta_feature {
    color: #B6011E;
    text-shadow: 0px 0px 20px rgba(255, 60, 91, 0.85);
}

.promo_faq .card {
    border-radius: 20px;
    background: #525252;
    border: 0;
    color: white;
}

.promo_faq .card .btn {
    outline: none!important;
    border: none!important;
}

.promo_faq .card .card-body {
    background-color: #363636;
}

footer {
    color: #C9C9C9;
}

@media (max-width: 767.98px) {
    .hero {
        padding: 3rem 0;
    }
    .discord_features .discord_feature:before {
        height: 100%;
        background: linear-gradient(to top, #161616, transparent);
    }
}