body:has(.lets-chat-popup.open){overflow-y:hidden !important}.lets-chat-popup{opacity:0;pointer-events:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:101;display:flex;align-items:center;justify-content:center;transition:.3s}.lets-chat-popup.open{opacity:1;pointer-events:all}.lets-chat-popup__overlay{position:absolute;top:0;left:0;background-color:rgba(0,0,0,.32);width:100%;height:100%;z-index:1}.lets-chat-popup__close{position:absolute;top:1.5rem;right:1.5rem;cursor:pointer}.lets-chat-popup .modal-content{position:relative;z-index:2;max-width:calc(100% - 4rem);width:778px;max-height:calc(100% - 5rem);overflow-y:auto;border-radius:1rem;background-color:#fff;padding:var(--container-padding-block);display:flex;flex-direction:column;gap:40px}.lets-chat-popup .modal-content h2{margin-bottom:24px}.lets-chat-popup .modal-content h5{margin-bottom:24px;font-size:20px}.lets-chat-popup__close{width:1rem;height:1rem;cursor:pointer}.lets-chat-popup__close span{position:absolute;top:50%;left:0;width:100%;height:2px;background-color:rgba(12,25,55,1);transform-origin:center;transition:.3s ease}.lets-chat-popup__close span:first-child{transform:rotate(45deg)}.lets-chat-popup__close span:last-child{transform:rotate(-45deg)}@media (max-width:1024px){.lets-chat-popup .modal-content{max-width:calc(100% - 1rem);max-height:calc(100% - 1rem);margin-inline:auto;height:100%;padding:64px 24px}}