.banner-container{background-color:#d6e0ff;padding:2rem 0;width:100%;overflow:hidden}.featured-title{text-align:center;color:#141414;font-weight:500;font-size:30px;margin-bottom:1rem}.desktop-marquee-container{position:relative;width:100%;overflow:hidden;padding:.5rem 0;margin:0 auto}.desktop-marquee-row{position:relative;margin-bottom:.75rem;height:80px;overflow:hidden}.desktop-marquee-content{display:flex;position:absolute;animation:marqueeScroll 50s linear infinite;width:max-content;padding:0 .5rem}.desktop-marquee-row:nth-child(2) .desktop-marquee-content{animation-direction:reverse}.desktop-logo-wrapper{display:flex;justify-content:center;align-items:center;background-color:transparent;border-radius:8px;transition:transform .3s ease;margin:0 .75rem;width:140px;height:80px}.desktop-logo-wrapper:hover{transform:scale(1.05)}.logos-grid{display:none}@keyframes marqueeScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.marquee-container{position:relative;width:100%;display:none;padding:10px}.marquee-row{position:relative;margin-bottom:.75rem;height:70px;overflow:visible}.marquee-content{display:flex;position:absolute;left:0;animation:marqueeScroll 20s linear infinite;width:max-content}.marquee-logo{display:flex;justify-content:center;align-items:center;margin:0 15px;height:70px}.marquee-logo img{max-height:100%;object-fit:contain}@media (min-width:1201px){.desktop-marquee-container{max-width:95%}.desktop-logo-wrapper{margin:0 1rem;width:160px;height:90px}.desktop-marquee-row{height:90px;margin-bottom:.5rem}}@media (max-width:992px){.featured-title{font-size:26px}.desktop-logo-wrapper{margin:0 .75rem;width:120px;height:70px}.desktop-marquee-row{height:70px;margin-bottom:.75rem}}@media (max-width:768px){.featured-title{font-size:22px}.desktop-marquee-container{display:none}.marquee-container{display:block}.marquee-row{height:60px}.marquee-logo{height:50px}.banner-container{padding-bottom:0}}@media (max-width:576px){.marquee-row{height:50px}.marquee-logo{margin:0 10px;height:50px}}