.chat-popup-wrapper{justify-content:center;align-items:center;padding:72px 16px 16px;display:flex}.chat-popup-modal{background:#1f1f1f;border-radius:20px;flex-direction:row;width:100%;max-width:460px;height:clamp(400px,75vh,560px);animation:.32s cubic-bezier(.22,1,.36,1) forwards fadeUp;display:flex;overflow:hidden}.chat-popup-brand{display:none}.chat-header-desktop{display:block}.chat-header-mobile{display:none}@media (min-width:768px){.chat-popup-wrapper{padding:80px 16px 16px}.chat-popup-modal{max-width:720px;height:clamp(480px,80vh,660px)}.chat-popup-brand{flex-shrink:0;width:260px;height:100%;display:flex}}@media (min-width:1024px){.chat-popup-modal{max-width:860px}.chat-popup-brand{width:320px}}@media (min-width:1280px){.chat-popup-modal{max-width:1000px}.chat-popup-brand{width:400px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}
.marquee-wrapper{flex-direction:column;align-items:center;gap:28px;max-width:1120px;margin:0 auto;display:flex}.marquee-heading{text-align:center}.marquee-track-right{will-change:transform;animation:30s linear infinite scrollRight}.marquee-track-left{will-change:transform;animation:40s linear infinite scrollLeft}.marquee-item{flex-shrink:0;padding:0 1.5rem}.marquee-container:before,.marquee-container:after{content:"";z-index:2;pointer-events:none;width:65%;position:absolute;top:0;bottom:0}.marquee-container:before{background:linear-gradient(90deg,#101010 20%,#57c78500 80%);left:0}.marquee-container:after{background:linear-gradient(270deg,#101010 20%,#57c78500 80%);right:0}@media screen and (max-width:767px){.marquee-container:before,.marquee-container:after{width:35%}}@keyframes scrollRight{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollLeft{0%{transform:translate(-50%)}to{transform:translate(0)}}
