html{font-size:16px}:root{--white:#ffffffa2;--black90:#242329;--black75:#33333c;--black65:#565667;--black50:#656572;--black40:#9191a1;--black20:#c5c5cd;--black10:#dddfe3;--black7:#eef0f3;--black5:#f1f2f4;--black4:#f6f7f9;--blue:#1e90ff;--red:#ff0020;--padding-s:24px;--padding-l:48px;--padding-xxl:clamp(3rem,-15.75rem + 25vw,6.75rem);--gradient-white:linear-gradient(180deg,#f6f7f9,#fff 49.48%,#f6f7f9)}@media (max-width:1199.99px){:root{--padding-xxl:48px}}@media (max-width:959.99px){:root{--padding-xxl:48px 16px}}.marquee{display:flex;height:-moz-fit-content;height:fit-content;-webkit-user-select:none;-moz-user-select:none;user-select:none}.marquee:hover .marquee__group{animation-play-state:paused}.marquee-wrapper{display:flex;flex-direction:column;gap:20px;justify-content:center;margin:0 auto;-webkit-mask-image:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent);mask-image:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent);max-width:1440px;padding:48px}.marquee__group{align-items:center;animation:marquee-scroll-x 160s linear infinite;display:flex;flex-shrink:0;justify-content:space-around;min-width:100%}.marquee__item .carousel__item{margin-right:30px}.marquee__item:hover .carousel__item:before{opacity:0}.marquee__item:hover .carousel__item img{filter:brightness(1) contrast(1)}.marquee--reverse .marquee__group{animation-delay:-3s;animation-direction:reverse;animation-duration:60s}.marquee--3 .marquee__group{animation-duration:40s}@media (prefers-reduced-motion:reduce){.marquee__group{animation-play-state:paused}}@keyframes marquee-scroll-x{0%{transform:translate(0)}to{transform:translate(-100%)}}.carousel{gap:24px}.carousel,.carousel__item{align-items:center;display:flex}.carousel__item{background-color:#fff;border:1.5px solid #fff;border-radius:16px;box-shadow:0 .75568px 1.40831px #00000005,0 1.91116px 3.56171px #00000005,0 3.89859px 7.26556px #00000008,0 8.03036px 14.96567px #00000008,0 22px 41px #0000000d;flex-direction:column;flex-shrink:0;height:80px;justify-content:center;padding:12px;position:relative;width:154px}.carousel__item:before{background-color:#565667;border-radius:16px;content:"";height:100%;left:0;mix-blend-mode:color;position:absolute;top:0;transition:opacity .3s;width:100%;z-index:5}.carousel__item:hover:before{opacity:0}.carousel__item:hover img{filter:brightness(1) contrast(1)}.carousel__item img{filter:brightness(1.3) contrast(.3);max-height:44px;transition:filter .3s}
