.star{color:silver;animation:5s ease-in-out infinite twinkle}.star:first-child{animation-delay:0s}.star:nth-child(2){animation-delay:.3s}.star:nth-child(3){animation-delay:.6s}.star:nth-child(4){animation-delay:.9s}.star:nth-child(5){animation-delay:1.2s}@keyframes twinkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.star-text{color:silver;margin-left:.5rem;font-weight:700}
.Brochure{color:#d4af37;animation:5s ease-in-out infinite twinkle}@keyframes twinkle{0%,to{opacity:1}50%{opacity:.74}}
.carousel-container{background:#fff;width:100%;margin-top:50px}.carousel-title{text-align:center;color:#6b7280;margin-bottom:40px;font-size:14px}.carousel-title span{color:#000;font-weight:500}.carousel-wrapper{position:relative;overflow:hidden}.carousel-wrapper:before,.carousel-wrapper:after{content:"";z-index:10;pointer-events:none;width:120px;height:100%;position:absolute;top:0}.carousel-wrapper:before{background:linear-gradient(90deg,#fff,#0000);left:0}.carousel-wrapper:after{background:linear-gradient(270deg,#fff,#0000);right:0}.carousel-track{gap:64px;width:max-content;animation:78s linear infinite scroll;display:flex}.carousel-track img{object-fit:contain;opacity:.85;width:48px;height:48px;transition:opacity .3s}.carousel-track img:hover{opacity:1}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
