:root {
    --tc-items-show: 1;
    --tc-gap: 20px;
}

.tc-wrapper-0c0eaa12 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tc-track-0c0eaa12 {
    display: flex;
    gap: var(--tc-gap);
    overflow-x: auto;
    overflow-y: auto;
    scroll-snap-type: both mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.tc-track-0c0eaa12::-webkit-scrollbar {
    display: none;
}

.tc-item-0c0eaa12 {
    flex: 0 0 calc((100% / var(--tc-items-show)) - (var(--tc-gap) * (var(--tc-items-show) - 1) / var(--tc-items-show)));
    scroll-snap-align: start;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.tc-header-0c0eaa12 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.tc-dots-0c0eaa12 {
    display: flex;
    gap: 6px;
    margin-top: 10px;
}

.tc-dots-0c0eaa12 span {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #a62e36;
    border-radius: 50%;
}

.tc-icon-0c0eaa12 svg {
    width: 60px;
    height: 60px;
    fill: #a62e36;
}

.tc-quote-0c0eaa12 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    color: #0a1d37;
    margin-bottom: 40px;
    flex-grow: 1;
}

.tc-footer-0c0eaa12 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}

.tc-author-info-0c0eaa12 {
    display: flex;
    flex-direction: column;
}

.tc-name-0c0eaa12 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #0a1d37;
    text-transform: uppercase;
}

.tc-title-role-0c0eaa12 {
    font-size: 14px;
    color: #c09858;
    text-transform: uppercase;
    font-weight: 500;
}

.tc-image-0c0eaa12 {
    width: 150px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
}

.tc-image-0c0eaa12 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
