h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}
.tgmenu__navbar-wrap > ul > li.active > a::before, .tgmenu__navbar-wrap > ul > li:hover > a::before {
    opacity: 0;
}
.tgmenu__nav .logo-text {
    font-size: 24px;
    font-weight: 600;
}
.team__details-content p, .team__details-content li {
    color: #e9e8e8;
}
.blog-post-meta {
    margin: 20px 0;
}
.footer-logo {
    color: var(--tg-theme-primary);
    font-size: 24px;
    font-weight: 600;
    overflow: hidden;
}
.intro-area, .content-area {
    background-color: #1d2021;
}
.brands-list-wrapper {
    padding-bottom: 40px;
    color: #e9e8e8;
}
.brands-list-wrapper .brand-item {
    padding: 20px 4px;
    margin-bottom: 40px;
    border-radius: 8px;
    border: 1px solid rgba(76, 76, 76, 0.2);
    background-color: #121a23;
    background-image: -webkit-linear-gradient(90deg, #0c0e12 0%, rgba(31, 41, 53, 0.36078) 100%);
    transition: all 0.3s ease-out 0s;
}
.brands-list-wrapper .brand-item:hover, .brands-list-wrapper .brand-item:focus {
    border-color: rgba(69, 248, 130, 0.2);
}
.brands-list-wrapper ul, .brands-list-wrapper ol {
    list-style-type: none;
    padding-left: 0;
}
.brands-list-wrapper .brand-img img {
    width: 100%;
    height: auto;
    opacity: .8;
}
.brands-list-wrapper .brand-name {
    margin: 24px 8px;
    color: #ffffff;
    font-weight: 600;
    display: block;
    text-align: center;
}
.brands-list-wrapper .brand-name:after {
    content: " - ";
    color: #ffffff;
    display: none;
}
.brands-list-wrapper .brand-action {
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands-list-wrapper .brand-action a {
    min-width: 60%;
    text-align: center;
}
.brands-list-wrapper .brand-action .brand-name {
    margin: 24px 8px;
    padding: 16px 32px;
    border: medium none;
    border-radius: 2px;
    cursor: pointer;
    background: #ff189a;
    text-transform: uppercase;
    text-align: center;
}
.brands-list-wrapper .brand-action .brand-name:hover, .brands-list-wrapper .brand-action .brand-name:focus {
    background: #ffa518;
    transition: all 0.3s ease-out 0s;
}
.brands-list-wrapper .brand-bonuses {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}
.brands-list-wrapper .payment-methods {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands-list-wrapper .payment-methods .payment-method img {
    margin: 0 4px;
    opacity: .6;
}
.brands-list-wrapper .payment-methods .payment-method img:hover, .brands-list-wrapper .payment-methods .payment-method img:focus {
    opacity: 1;
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {
    .brands-list-wrapper .payment-methods {
        display: none;
    }
    .brands-list-wrapper ul {
        list-style-type: disc;
        padding-left: 20px;
    }
    .brands-list-wrapper ol {
        list-style-type: decimal;
        padding-left: 20px;
    }
    .brands-list-wrapper li.brand-item span:first-child {
        padding-left: 4px;
    }
    .brands-list-wrapper .brand-img img {
        width: 50px;
        height: 25px;
    }
    .brands-list-wrapper .brand-name {
        margin: 0;
        font-weight: 600;
        display: inline;
        text-align: start;
    }
    .brands-list-wrapper .brand-name:after {
        display: inline;
    }
    .brands-list-wrapper .brand-action {
        display: inline;
    }
    .brands-list-wrapper .brand-action a {
        min-width: 0;
    }
    .brands-list-wrapper .brand-action .brand-name {
        color: #ff189a;
        margin: 0;
        padding: 0;
        border: none;
        cursor: pointer;
        background: none;
        text-transform: none;
        text-align: center;
    }
    .brands-list-wrapper .brand-action .brand-name:hover, .brands-list-wrapper .brand-action .brand-name:focus {
        color: #ffa518;
        background: none;
    }
    .brands-list-wrapper .brand-bonuses {
        display: inline;
    }
}
@media (min-width: 992px) {
    .brands-list-wrapper .payment-methods {
        display: none;
    }
}
@media (min-width: 1200px) {
    .brands-list-wrapper .payment-methods {
        display: inline;
    }
}
@media (min-width: 1400px) {

}