.ts-a9b0f184-container {
    background-color: #5b5bf1;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    font-family: sans-serif;
}
.ts-a9b0f184-slide {
    display: none;
    animation: fade_a9b0f184 0.5s;
}
.ts-a9b0f184-slide.active {
    display: block;
}
@keyframes fade_a9b0f184 { 
    from { opacity: 0; } 
    to { opacity: 1; } 
}
.ts-a9b0f184-icon { 
    font-size: 60px; 
    color: #4df0ff; 
    line-height: 1; 
    margin-bottom: 20px; 
    font-family: Georgia, serif; 
    font-weight: bold;
}
.ts-a9b0f184-quote { 
    font-size: 28px; 
    font-weight: bold; 
    margin-bottom: 30px; 
    max-width: 800px; 
    margin-left: auto; 
    margin-right: auto; 
    line-height: 1.4;
}
.ts-a9b0f184-name { 
    font-weight: bold; 
    font-size: 16px; 
    margin-bottom: 5px; 
}
.ts-a9b0f184-title { 
    font-size: 14px; 
    opacity: 0.8; 
    margin-bottom: 40px; 
}
.ts-a9b0f184-nav { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 20px; 
}
.ts-a9b0f184-prev, 
.ts-a9b0f184-next { 
    background: rgba(255,255,255,0.2); 
    border: none; 
    color: #fff; 
    padding: 10px 15px; 
    cursor: pointer; 
    border-radius: 4px; 
    font-size: 18px;
}
.ts-a9b0f184-prev:hover, 
.ts-a9b0f184-next:hover { 
    background: rgba(255,255,255,0.4); 
}
.ts-a9b0f184-dots { 
    display: flex; 
    gap: 8px; 
}
.ts-a9b0f184-dot { 
    width: 15px; 
    height: 5px; 
    background: rgba(255,255,255,0.5); 
    cursor: pointer; 
    border-radius: 2px; 
}
.ts-a9b0f184-dot.active { 
    background: #4df0ff; 
}