.brandTab-title {
    font-size: 48px;
    line-height: 50.4px;
    font-weight: 200;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
}

@media (max-width: 899.98px) {
    .brandTab-title {
        margin-top: 28px;
    }
}

.brandTab-content {
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media (min-width: 900px) {
    .brandTab-title {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 88px;
    }

    .brandTab-content {
        height: 80px;
        -webkit-line-clamp: 4;
    }
}

.brandTab-Link {
    font-size: 12px;
    line-height: 16.38px;
    letter-spacing: -0.02em;
    text-decoration: underline;
    text-underline-offset: 0.18rem;
}

.brandTab-Link:hover {
    text-decoration: underline;
}

.brand-tab-item-wrap {
    gap: 8px;
    scrollbar-width: none;
    justify-content: start;
    overflow-x: auto;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .brand-tab-item-wrap {
        justify-content: flex-start;
        overflow-x: auto;
    }
}

.brand-tab-item-wrap::-webkit-scrollbar {
    display: none;
}

.brand-tab-item {
    font-size: 0.75rem;
    line-height: 16.8px;
    text-transform: uppercase;
    padding: 8px 16px;
    margin-bottom: 4px;
    border-radius: 8px;
    letter-spacing: 0.16em;
    cursor: pointer;
}

@media (max-width: 899.98px) {
    .brand-tab-item {
        white-space: nowrap;
    }

    .brand-tab-container {
        padding: 40px 0;
    }
}

.brand-tab-item.active {
    background: linear-gradient(90deg, #ffe0df, #f9daef 60%, #ece7f9);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.brand-tab-container {
    padding: 40px 0;
}

@media (max-width: 899.98px) {
    .brand-tab-container {
        padding: 40px 0;
    }
}

.brand-tab-content-group {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.brandTabs {
    margin-bottom: 24px;
}

@media (min-width: 900px) {
    .brandTabContent {
        margin: 0 24px;
    }
}

.brand-tab-content-img {
    display: flex;
    justify-content: center;
}

.content-img {
    display: none;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 16/9;
    animation: flash 1s ease;
}

@media (min-width: 900px) {
    .content-img {
        padding: 0 32px;
    }
}

.content-img img {
    border-radius: 20px;
    object-fit: cover;
}

.content-img.active {
    display: block;
}

.brandTabs-content {
    display: none;
    animation: flash 1s ease;
}

.brandTabs-content.active {
    display: block;
}