.SPONSORS{
}

.SPONSORS .sponsor-tier{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
}

.SPONSORS .sponsor-tier-title{
    text-align: center;
}
.SPONSORS .sponsor-tier-title.line-text{
    display: flex;
    align-items: center;
    gap: 3rem;
}

.SPONSORS .sponsor-tier-title.line-text::before,
.SPONSORS .sponsor-tier-title.line-text::after {
    display: block;
    content: '';
    flex: 1;
    height: 1px;
    background-color: #f1f1f1;
}

.SPONSORS .sponsor-list{
    justify-content: center;
    align-items: center;
}

.SPONSORS .sponsor-tier .sponsor-item{
    cursor: pointer;
}

.SPONSORS .sponsor-tier .sponsor-item img{
    max-height: 150px;
    width: 100%;
    object-fit: cover;
}

.SPONSORS .sponsor-tier .sponsor-item img:hover{
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

.SPONSORS .sponsor-tier .sponsor-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.SPONSORS .sponsor-tier .sponsor-item::marker{
    all: unset;
}

.MODAL .profile.sponsor{
    padding-left: 0 !important;
}

.MODAL .profile.sponsor .b-image{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: 240px;
    background: #fff;
}

.MODAL .profile.sponsor .info{
    display: flex;
    flex-direction: column;
    padding: 80px;
}

.MODAL .profile.sponsor .info img{
    align-self: center;
    height: 100%;
    max-width: 280px;
    max-height: 180px;
    margin-bottom: 40px;
    background: #fff;
}

.MODAL .profile.sponsor .b-image img{
    height: auto;
    object-fit: contain;
}
