/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.elementor-kit-10 a.btn-outline_white {
    color: #fff;
}
.elementor-kit-10 a.btn-outline_white:hover {
    color: #000;
}

/* Brand Rank */
.brand-rank-wrap{
    margin-bottom: 20px;
    padding-bottom: clamp(5rem,14vw,12.5rem);
}
.brand-rank-wrap .brand-rank{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.brand-rank-wrap .brand-rank .left{
    width: 40%;
}
.brand-rank-wrap .brand-rank .right{
    width: 50%;
}
.brand-rank-wrap .item-list-brands{
    display: none;
    margin-bottom: 25px;
}
.brand-rank-wrap .item-list-brands.active{
    display: block;
}
.brand-rank-wrap .item-list-brands{
    padding: 0 25px;
}
.brand-rank-wrap .brand-rank .item-brend{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 31px 0;
    border-bottom: 1px solid #000;
}
.brand-rank-wrap .brand-rank .item-brend:last-child{
    border-bottom: 0;
}
.brand-rank-wrap .brand-rank .brand-rank_name{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*font-weight: 500;
    font-size: 40px;
    line-height: 105%;*/
}
.brand-rank-wrap .brand-rank .brand-rank_name .number{
    margin-right: 25px;
}
.brand-rank .main-cta__text{
    margin-top: 30px;
    margin-bottom: 10px;
}
.brand-rank .select-list-category{
    margin-top: 30px;
}
.brand-rank-wrap .select2-container--default .select2-selection--single{
    background: #000;
    border-radius: 0;
    height: auto;
    border: 0;
}
.brand-rank-wrap .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff;
    /*font-size: 40px;*/
    padding: 30px 50px 30px 25px;
}
.brand-rank-wrap .select2-container--default .select2-selection--single .select2-selection__arrow{
    background: url("landing-assets/img/arrow.svg") no-repeat center;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    right: 25px;
}
.brand-rank-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b,
.page-template-page-landing header.elementor-sticky__spacer{
    display: none;
}
.brand-rank .brand-rank_name,
.brand-rank-wrap .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 2.5rem !important;
}
.page-template-page-landing header{
    position: static !important;
    top: 0 !important;
    transition: none !important;
    transform: none !important;
}

.page-template-page-landing header.sticky-header > .elementor-container {
    min-height: var(--header-height)!important;
    transform: none !important;
}

.page-template-page-landing .elementor-1126 .sticky-header .elementor-element.elementor-element-1f92f89 img {
    width: 100%!important;
    max-width: 235px!important;
    transition: none!important;
    content: unset!important;
    transform: none !important;
}
.page-template-page-landing .elementor-location-header{
    z-index: 9;
    position: relative;
}
.page-template-page-landing.elementor-kit-10 a:hover {
    color: #fff;
}
.page-template-page-landing.elementor-kit-10 .sticky-subnav__link:hover{
    color:initial;
}

@media (max-width: 1023px){
.brand-rank-wrap .brand-rank {
    flex-wrap: wrap;
}
.brand-rank-wrap .brand-rank .left,
.brand-rank-wrap .brand-rank .right {
    width: 100%;
}
.brand-rank-wrap .brand-rank .right {
    margin-top: 25px;
}
.brand-rank__img-sm{
    display: none;
}
.brand-rank .brand-rank_name,
.brand-rank-wrap .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 1.25rem !important;
}
.brand-rank-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 15px 40px 15px 25px;
}
.brand-rank-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-size: contain;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    right: 15px;
}
.brand-rank-wrap .brand-rank .item-brend {
    padding: 20px 0;
}
}