@media (min-width:1025px) and (prefers-reduced-motion:no-preference){@supports (animation-timeline:view()){.flb-anim-css .flb-m-rise,.flb-anim-gsap.flb-no-gsap .flb-m-rise{animation:flbRise linear both;animation-timeline:view();animation-range:entry 0% entry 45%}.flb-anim-css .flb-m-rise:nth-child(2){animation-range:entry 8% entry 53%}.flb-anim-css .flb-m-rise:nth-child(3){animation-range:entry 16% entry 61%}.flb-anim-css .flb-m-rise:nth-child(4){animation-range:entry 24% entry 69%}.flb-anim-css .flb-m-stack > .flb-m-card{animation:flbCover linear both;animation-timeline:view();animation-range:exit 0% exit 100%}.flb-anim-css .flb-m-parallax img,.flb-anim-gsap.flb-no-gsap .flb-m-parallax img{animation:flbParallax linear both;animation-timeline:view()}.flb-anim-css .flb-m-wipe{animation:flbWipe linear both;animation-timeline:view();animation-range:entry 10% entry 60%}}}@keyframes flbRise{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes flbCover{to{transform:scale(0.94);filter:brightness(0.88)}}@keyframes flbParallax{from{transform:translateY(-6%)}to{transform:translateY(6%)}}@keyframes flbWipe{from{background-size:0% 100%}to{background-size:100% 100%}}.flb-m-wipe{background-image:linear-gradient(90deg,currentColor,currentColor);background-repeat:no-repeat;background-size:100% 100%}.flb-m-parallax{overflow:hidden}.flb-m-parallax img{will-change:transform}.flb-m-parallax > img{height:112%;object-fit:cover}.flb-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.flb-marquee__track{display:flex;gap:var(--mq-gap,56px);width:max-content;animation:flbMarquee var(--mq-dur,32s) linear infinite}.flb-marquee:hover .flb-marquee__track{animation-play-state:paused}@keyframes flbMarquee{to{transform:translateX(calc(-50% - var(--mq-gap,56px) / 2))}}@media (prefers-reduced-motion:reduce){.flb-marquee__track{animation:none;flex-wrap:wrap;width:auto;justify-content:center}.flb-marquee{mask-image:none;-webkit-mask-image:none}}