.header-cta-wr .cta {
    padding: 17px 32px;
}

.header-cta-wr .cta:after {
    display: none;
}

.ctaBorder:hover {
    color: #fff;
}

.ctaBorder {
    border: 1px solid var(--colors--purple);
    background-color: var(--white);
    color: var(--colors--purple);
}

.pillars-box {
    padding-top: 0;
}

.section-purple:last-of-type {
    display: none;
}

.hero-wr {
    align-items: center;
}

.hero-right {
    background: rgba(0, 0, 0, 0.1);
}

.hero-left {
    max-width: 630px;
    width: 50%
}

.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.swiper-slide {
    display: flex;
    height: auto;
}

.brands-wr {
    display: grid;
    grid-auto-flow: column;
}

.trusted-left {
    width: 25%;
}

.trusted-right {
    width: 70%;
}

.glance-wr {
    margin-top: 50px;
}

.glance-block {
    margin-top: 0px;
}

.footer-top {
    grid-template-columns: 70px repeat(5, 1fr);
}

.section-header-ad .cta {
    padding: 10px 25px 8px;
    font-weight: 400;
}

.section-header-ad .cta:after {
    display: none;
}

.section-header-ad a.mobile {
    color: var(--white);
    text-decoration: underline;
}

.section-header-ad a.mobile:hover {
    text-decoration: none;
}

.section-header-ad {
    text-align: center;
    padding: 15px 20px;
    font-size: 1rem;
    background-color: var(--colors--purple);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin-bottom: -1px;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

@media screen and (max-width: 1200px) {

    .brands-wr {
        display: flex;
    }
}

@media screen and (max-width: 1180px) {
    .footer-top {
        grid-template-columns: repeat(3, auto);
        grid-gap: 40px;
    }
}

@media screen and (max-width: 1024px) {
    br {
        display: none;
    }
}

@media screen and (max-width: 991px) {

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .section-header-ad {
        display: block;
    }

    .section-header-ad .mobile {
        display: inline-block
    }

    .content.hero-c {
        background: var(--colors--purple) url(../images/pillar-bg.jpg) no-repeat center / cover;
    }

    .content.hero-c .cta {
        background-color: var(--white);
        color: var(--colors--purple);
    }

    .trusted-left {
        width: 35%;
    }

    .trusted-right {
        width: 60%;
    }
}

@media screen and (max-width: 640px) {
    .hero-wr {
        flex-flow: column;
    }

    .hero-left {
        grid-column-gap: 40px;
        grid-row-gap: 20px;
        width: 100%;
    }

    .trusted-right-top p,
    .hero-text {
        font-size: 1.1rem
    }

    .pillars-wr {
        grid-template-columns: 1fr;
    }

    .trusted-wr {
        flex-direction: column;
    }

    .trusted-right,
    .trusted-left {
        width: 100%;
    }

    .glance-wr {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr;
    }

    .footer-top {
        grid-template-columns: repeat(1, auto);
    }

    .footer-links {
        flex-direction: column;
        grid-row-gap: 5px;
    }
}