@font-face{font-family:Schabo;src:url(/fonts/SCHABO.woff2) format("woff2");font-style:normal;font-display:swap}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes floating{0%{transform:translate(-50%,-50%)}50%{transform:translate(-50%,-60%)}to{transform:translate(-50%,-50%)}}.carousel-marquee{width:100%;overflow:hidden;position:relative;margin-top:12rem}.carousel-marquee__track{display:flex;width:max-content;animation:marquee-scroll 30s linear infinite;will-change:transform}@media screen and (max-width:800px){.carousel-marquee__track{animation:marquee-scroll 20s linear infinite}}.carousel-marquee__content{display:flex;align-items:center;gap:2.4rem;padding-right:2.4rem}.carousel-marquee__item{position:relative;flex-shrink:0;width:45rem;border-radius:1.6rem;overflow:hidden;background:#d9d9d9;transform-origin:top center;cursor:pointer}.carousel-marquee__item img{transition:transform .3s ease;transition:transform .25s cubic-bezier(.33,0,.67,1);will-change:transform;width:100%!important;height:100%}@media(hover:hover){.carousel-marquee__item:hover img{transform:scale(1.085) rotate(2deg)}}.carousel-marquee__image{object-fit:cover}@media screen and (max-width:800px){.carousel-marquee{margin-top:4rem}.carousel-marquee__item{width:16.366rem}.carousel-marquee__image{width:16.366rem!important;height:auto!important}}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}