/* START_SECTION:custom-marquee (INDEX:13) */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&amp;display=swap');.marquee-wrapper{width:100vw;height:300px;overflow:hidden;background:transparent;padding:1rem 0;box-sizing:border-box;opacity:0;animation:fadeIn 1.5s ease-in forwards}.marquee-track{display:inline-block;white-space:nowrap;animation:marquee 30s linear infinite;will-change:transform;align-items:center;height:100%;line-height:300px}.marquee-wrapper:hover .marquee-track{animation-play-state:paused}.marquee-item{display:inline-flex;align-items:center;margin-right:4rem;text-decoration:none;animation:float 3s ease-in-out infinite;transition:transform .3s;height:100%}.marquee-item img{height:200px;width:auto;margin-right:1.5rem}.marquee-text{font-family:'Dancing Script',cursive;font-size:4.4rem;color:#000;white-space:nowrap;line-height:normal;user-select:none}@keyframes marquee{0%{transform:translateX(33%)}100%{transform:translateX(-100%)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes fadeIn{to{opacity:1}}@media(max-width:768px){.marquee-wrapper{height:200px}.marquee-track{line-height:200px}.marquee-item img{height:120px;margin-right:1rem}.marquee-text{font-size:2.6rem}.marquee-item{margin-right:2rem}}
/* END_SECTION:custom-marquee */
