.lgq-popup-banner-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);z-index:999999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.lgq-popup-banner-overlay.active{opacity:1;visibility:visible}.lgq-popup-banner-container{position:relative;max-width:1000px;max-height:90vh;width:100%;background-color:rgba(0,0,0,.2);border-radius:25px;overflow:visible;transform:scale(.9);transition:transform .3s ease;height:auto}.lgq-popup-banner-overlay.active .lgq-popup-banner-container{transform:scale(1)}.lgq-popup-banner-close{position:absolute;top:10px;right:10px;width:32px;height:32px;background:rgba(0,0,0,.3);color:#fff;border:none;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;z-index:10;transition:background .3s ease;display:flex;align-items:center;justify-content:center}.lgq-popup-banner-close:hover{background:rgba(0,0,0,.8)}.lgq-popup-banner-slider{position:relative;width:100%;overflow:hidden;border-radius:25px 25px 0 0;height:auto;min-height:auto;transition:height .3s ease}.lgq-popup-banner-slide{display:none;width:100%}.lgq-popup-banner-slide.active{display:block}.lgq-popup-banner-overlay[data-animation-type=fade] .lgq-popup-banner-slide.active{animation:fadeIn .5s ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.lgq-popup-banner-overlay[data-animation-type=slide] .lgq-popup-banner-slider{position:relative;overflow:hidden;height:auto;min-height:auto}.lgq-popup-banner-overlay[data-animation-type=slide] .lgq-popup-banner-slider-wrapper{display:flex;transition:transform .5s ease-in-out;will-change:transform;height:auto}.lgq-popup-banner-overlay[data-animation-type=slide] .lgq-popup-banner-slide{display:block;flex:0 0 100%;width:100%;min-width:100%;position:relative;opacity:1;height:auto}.lgq-popup-banner-slide img{width:100%;height:auto;display:block;max-height:80vh;object-fit:contain;border-radius:25px}.lgq-popup-banner-link{display:block;width:100%}.lgq-popup-banner-prev,.lgq-popup-banner-next{position:absolute;top:50%;transform:translateY(-50%);background:0 0 !important;color:#fff;border:none !important;width:26px;height:26px;font-size:28px;line-height:1;cursor:pointer;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;padding:0 !important;margin:0 !important;z-index:10;box-shadow:none !important;outline:none !important}.lgq-popup-banner-prev{left:15px}.lgq-popup-banner-next{right:15px}.lgq-popup-banner-prev:hover,.lgq-popup-banner-next:hover,.lgq-popup-banner-prev:focus,.lgq-popup-banner-next:focus,.lgq-popup-banner-prev:active,.lgq-popup-banner-next:active{opacity:1;background:0 0 !important;border:none !important;box-shadow:none !important;outline:none !important}.lgq-popup-banner-prev svg,.lgq-popup-banner-next svg{width:100%;height:100%;display:block}.lgq-popup-banner-controls{position:absolute;bottom:15px;left:0;right:0;display:flex;align-items:center;justify-content:center;padding:0 20px;z-index:10;pointer-events:none;transition:bottom .3s ease}.lgq-popup-banner-controls>*{pointer-events:auto}.lgq-popup-banner-dots{display:flex;gap:10px;align-items:center;justify-content:center;flex:1}.lgq-popup-banner-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:all .3s ease;display:block}.lgq-popup-banner-dot.active{background:gold}.lgq-popup-banner-dot:hover{background:rgba(255,255,255,.8)}@media (max-width:768px){.lgq-popup-banner-container{max-width:95%;max-height:95vh}.lgq-popup-banner-close{width:35px;height:35px;font-size:24px;top:5px;right:5px}.lgq-popup-banner-prev,.lgq-popup-banner-next{width:30px;height:30px;font-size:24px}.lgq-popup-banner-prev{left:10px}.lgq-popup-banner-next{right:10px}.lgq-popup-banner-controls{padding:10px;gap:10px}}