/* Import Components Brands Page */

@import url(../components/hero-general.css);
@import url(../components/brands-archive.css);
@import url(../components/brands-knowledge.css);
@import url(../components/brands-faq.css);

/* Style Brands Page */

.sec-content-archive {
    margin: 50px auto;
    width: 100%;
    height: auto;
    position: relative;
}

.sec-bg-color {
    width: 100%;
    height: auto;
    background-color: #F1F5F9;
    padding-top: 50px;
    padding-bottom: 1px;
    position: relative;
    z-index: 0;
}

.brands-page .hero-general .site-button {
    --button: #fff;
    color: #223558;
    margin-top: -20px;
}

.brands-page .hero-general .site-button::before  {
    background-image:
        linear-gradient(0deg, #ffffff, #ffffff),
        radial-gradient(
            40% 70% at calc(var(--x) * 1%) calc(var(--y) * 1%),
            rgba(255,255,255, var(--a)) 0%,
            transparent 90%
        );
}

/* All Media Queris Brands Page */

@media screen and (max-width: 992px) {
    .sec-content-archive {
        margin-top: 0;
    }
}