.sponsors{width:100%;height:auto;background-color:#000;padding:64px 0;border-top:1px solid rgba(39,39,42,.5019607843)}.sponsors .content{max-width:1400px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:48px;box-sizing:border-box;padding:0 16px}.sponsors .content h2{width:100%;text-align:center;color:#9ca3af;margin:0;font-weight:700;line-height:32px;font-size:24px}.sponsors .content .sponsors-container{display:flex;flex-direction:row;width:100%;gap:48px;justify-content:center;align-items:center;flex-wrap:wrap}.sponsors .content .sponsors-container a{width:140px;height:48px;display:flex;align-items:center;justify-content:center}.sponsors .content .sponsors-container a.fade-in:first-child{animation-delay:0s}.sponsors .content .sponsors-container a.fade-in:nth-child(2){animation-delay:.1s}.sponsors .content .sponsors-container a.fade-in:nth-child(3){animation-delay:.2s}.sponsors .content .sponsors-container a.fade-in:nth-child(4){animation-delay:.3s}.sponsors .content .sponsors-container a.fade-in:nth-child(5){animation-delay:.4s}.sponsors .content .sponsors-container a svg{color:#171717;width:100%;height:100%;transition:all .3s ease}.sponsors .content .sponsors-container a img{width:100%;height:100%;object-fit:contain;transition:all .3s ease}.sponsors .content .sponsors-container a:hover img,.sponsors .content .sponsors-container a:hover svg{transform:scale(1.1)}