#logoMarqueeSection{margin:0 auto;max-width:1920px!important;overflow:hidden}.default-content-container{margin:0 auto;min-height:100vh;padding:4.5rem 5rem;width:100%}div.marquee>a>img{height:100%;max-height:64px;width:auto}.logoMarqueeSection>div>div{min-height:0;padding-bottom:0;padding-top:0}.marquee,.marquee-wrapper{display:inline-block;white-space:nowrap}.marquee{animation-iteration-count:infinite;animation-name:marquee;animation-timing-function:linear;position:relative;transform:translateZ(0)}.marquee a{display:inline-block;padding-right:5.4rem;text-align:center;white-space:nowrap}.marquee-wrapper:hover .marquee{animation-play-state:paused!important}.logo-item__text{background-color:#edeee5;border-radius:20px;color:#000;display:block;font-size:16px;padding:6px 15px 5px;text-align:center}@media (max-width:768px){.default-content-container{padding:2rem 1rem}.marquee a{padding-right:2rem}div.marquee>a>img{max-height:40px;width:auto}}@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}