/* ==========  ========== */
@font-face {
    font-family: 'Nunito';
    src: url('/_dist/_activo/fonts/Nunito-SemiBold.woff2') format('woff2'), url('/_dist/_activo/fonts/Nunito-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: url('/_dist/_activo/fonts/Nunito-Bold.woff2') format('woff2'), url('/_dist/_activo/fonts/Nunito-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: url('/_dist/_activo/fonts/Nunito-ExtraBold.woff2') format('woff2'), url('/_dist/_activo/fonts/Nunito-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
/* ==========  ========== */

/**/
.ia--promo-catalog-item {
    border: 1px solid var(--prof-black);
    border-radius: 0.375rem;
    background: #ffffff;
}
.ia--promo-catalog-item:not(:last-child) {
    margin-bottom: 0.5rem;
}
.ia--promo-catalog-item .ia--promo-catalog-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding: 1rem 1.5rem;*/
    padding: 0.5rem 0.5rem;
    line-height: 1;
}
.ia--promo-catalog-item .ia--promo-catalog-button [data-hash] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--prof-black);
    cursor: pointer;
    padding-right: 0.5rem;
}
.ia--promo-catalog-item .ia--promo-catalog-button [data-hash].active,
.ia--promo-catalog-item .ia--promo-catalog-button [data-hash]:hover {
    color: var(--prof-red);
}
.ia--promo-catalog-item .ia--promo-catalog-button [data-hash] span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 22px;
    margin-right: 0.5rem;
}
.ia--promo-catalog-item .ia--promo-catalog-button button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px dotted var(--prof-black);
    border-radius: 50%;
    -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--prof-black);
    position: relative;
}
.ia--promo-catalog-item .ia--promo-catalog-button button::after,
.ia--promo-catalog-item .ia--promo-catalog-button button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--prof-black);
    -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.ia--promo-catalog-item .ia--promo-catalog-button button::before {
    width: 8px;
    height: 2px;
}
.ia--promo-catalog-item .ia--promo-catalog-button button::after {
    width: 2px;
    height: 8px;
}
.ia--promo-catalog-item .ia--promo-catalog-button button:hover,
.ia--promo-catalog-item .ia--promo-catalog-button button[aria-expanded="true"] {
    border-color: var(--prof-red);
}
.ia--promo-catalog-item .ia--promo-catalog-button button:hover::after,
.ia--promo-catalog-item .ia--promo-catalog-button button:hover::before,
.ia--promo-catalog-item .ia--promo-catalog-button button[aria-expanded="true"]::after,
.ia--promo-catalog-item .ia--promo-catalog-button button[aria-expanded="true"]::before {
    background-color: var(--prof-red);
}
.ia--promo-catalog-item .ia--promo-catalog-button button[aria-expanded="true"]::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.ia--promo-catalog-item .ia--promo-catalog-button button span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.ia--promo-catalog-item ul {
    padding: 0.5rem 1.5rem 1.5rem;
    margin: 0;
    list-style: none;
}
.ia--promo-catalog-item ul li:not(:last-child) {
    margin-bottom: 0.375rem;
}
.ia--promo-catalog-item ul li [data-hash],
.ia--promo-catalog-item ul li a {
    font-size: 15px;
    color: rgba(var(--prof-black-rgb), 0.75);
    -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}
.ia--promo-catalog-item ul li [data-hash].active,
.ia--promo-catalog-item ul li [data-hash]:hover,
.ia--promo-catalog-item ul li a.active,
.ia--promo-catalog-item ul li a:hover {
    color: var(--prof-red);
}
/**/
@media (min-width: 1360px) {
    .gm_brand_listing_wrap .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/**/
.gm_brand_listing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.gm_brand_listing .prof--listing-wrap {
    width: 100%;
}
@media (max-width: 1199px) {
    .gm_brandleft {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .gm_brand_listing .prof--listing-settings {
        display: none !important;
    }
    .gm_brandleft {
        width: 20%;
        padding-right: calc(var(--prof-gutter-x) * .5);
    }
    .gm_brandleft .ia--filter {
        position: sticky;
        top: 65px;
    }
    .gm_brand_listing .prof--listing-wrap {
        width: 80%;
    }
}
/* ========== banners ========== */
.gmbr_banners_wrp {
    padding-bottom: 10px;
    overflow-x: auto;
    margin-bottom: 10px;
}
.gmbr_banners {
    font-family: 'Nunito';
    font-size: 0;
    width: 1296px;
    min-width: 1296px;
}
.gmbr_banner {
    display: inline-block;
    position: relative;
    height: 124px;
    width: calc((100% - 30px) / 3);
    border-radius: 9px;
    overflow: hidden;
}
.gmbr_banner:not(:last-child) {
    margin-right: 15px;
}
.gmbr_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gmbr_banner_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 13px;
}
.gmbr_banner_link > div {
    width: 272px;
    position: relative;
}
.gmbr_banner_link > div > * {
    position: relative;
    z-index: 2;
}
.gmbr_banner_link > div:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.60);
    filter: blur(32px);
    content: '';
    display: block;
}
.gmbr_banner_title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
.gmbr_banner_txt {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 4px;
}

.gm_banner_btn {
    position: relative;
    margin-left: 15px;
    color: #FFF;
    font-family: 'Nunito';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 5px;
    display: inline-block;
}
.gm_banner_btn span {
    position: relative;
    z-index: 2;
}
.gm_banner_btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 63%;
    height: 30px;
    top: 1px;
    bottom: 0;
    left: -10px;
    transition: all .3s ease;
    margin: auto 0;
    z-index: 1;
    border-radius: 7px;
    background: #B13548;
}
.gmbr_banner_link:hover .gm_banner_btn:after {
    width: 123%;
}

/* ==========  ========== */
/* ==========  ========== */
/* ==========  ========== */