@keyframes rsgPopupZoom{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.rsg-gallery,.rsg-gallery *{box-sizing:border-box}.rsg-gallery{position:relative;width:100%;padding:var(--rsg-section-padding);border-radius:var(--rsg-section-radius);overflow:visible;background:var(--rsg-section-bg)}.rsg-gallery .rsg-background-layer{position:absolute;inset:0;pointer-events:none;background:var(--rsg-section-overlay);border-radius:var(--rsg-section-radius);z-index:0}.rsg-gallery>:not(.rsg-background-layer){position:relative;z-index:1}.rsg-gallery .rsg-gallery-wrap{max-width:100%;width:100%;margin:0 auto;padding:10px 15px;display:grid;gap:56px 34px}.rsg-desktop-cols-2 .rsg-gallery-wrap,.rsg-gallery .rsg-gallery-wrap{grid-template-columns:repeat(2,minmax(0,1fr))}.rsg-gallery .rsg-card{position:relative;min-height:285px;background:var(--rsg-card-bg);border-radius:var(--rsg-card-radius);padding:20px;overflow:hidden;transition:.35s ease;box-shadow:0 0 0 1px rgb(29 36 54/.04) inset}.rsg-gallery .rsg-title{font-size:16px;line-height:1.55;color:var(--rsg-text);font-weight:700;margin:0 78px 0 0;padding:0}.rsg-gallery .rsg-line{width:45px;height:2px;background:var(--rsg-primary);margin:0 0 14px}.rsg-gallery .rsg-card-nav{position:absolute;right:20px;top:20px;display:flex;gap:3px;z-index:2}.rsg-gallery button{font-family:Arial,sans-serif;appearance:none;-webkit-appearance:none}.rsg-gallery .rsg-card-nav button{position:relative;width:31px;height:31px;border-radius:20px}.rsg-gallery .rsg-card-nav button,.rsg-gallery .rsg-popup-close,.rsg-gallery .rsg-popup-nav{border:0;background:var(--rsg-primary);color:#fff;cursor:pointer;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important;font-size:0!important;line-height:1!important}.rsg-gallery .rsg-card-nav .rsg-next::before,.rsg-gallery .rsg-card-nav .rsg-prev::before{position:absolute;left:50%;top:50%;transform:translate(-50%,-54%);font-size:24px;line-height:1;font-weight:400;color:#fff}.rsg-gallery .rsg-card-nav .rsg-prev::before{content:"‹"}.rsg-gallery .rsg-card-nav .rsg-next::before{content:"›"}.rsg-gallery .rsg-card-nav button:hover,.rsg-gallery .rsg-popup-close:hover,.rsg-gallery .rsg-popup-nav:hover{background:var(--rsg-hover);color:#fff}.rsg-gallery .rsg-images{overflow:hidden;width:100%}.rsg-gallery .rsg-track{display:flex;gap:28px;transition:transform .35s ease;will-change:transform}.rsg-gallery .rsg-img-box,.rsg-gallery .rsg-media-box{height:var(--rsg-img-h);overflow:hidden;background:var(--rsg-media-bg);border-radius:var(--rsg-media-radius);padding:5px;flex:0 0 calc(50% - 14px);position:relative}.rsg-desktop-visible-2 .rsg-img-box{flex-basis:calc(50% - 14px)}.rsg-gallery .rsg-img-box img{object-fit:cover;user-select:none}.rsg-gallery .rsg-media-trigger{cursor:zoom-in}.rsg-gallery .rsg-img-box img,.rsg-gallery .rsg-video-trigger{width:100%;height:100%;display:block;border-radius:var(--rsg-media-radius)}.rsg-gallery .rsg-video-trigger{border:0;padding:0!important;margin:0!important;background:#111827;cursor:pointer;position:relative;overflow:hidden;box-shadow:none!important}.rsg-gallery .rsg-video-placeholder{width:100%;height:100%;border-radius:var(--rsg-media-radius);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:linear-gradient(135deg,#171923,#303747);font-size:14px;font-weight:700;padding:12px}.rsg-gallery .rsg-play-icon{position:absolute;left:50%;top:50%;width:54px;height:54px;transform:translate(-50%,-50%);border-radius:50%;background:var(--rsg-primary);box-shadow:0 10px 26px rgb(0 0 0/.28);pointer-events:none}.rsg-gallery .rsg-play-icon::before{content:"";position:absolute;left:21px;top:16px;width:0;height:0;border-top:11px solid #fff0;border-bottom:11px solid #fff0;border-left:16px solid #fff}.rsg-gallery .rsg-popup{position:fixed;inset:0;width:100vw;height:100vh;background:rgb(0 0 0/.88);z-index:999999;display:none;align-items:center;justify-content:center;padding:18px}.rsg-gallery .rsg-popup-box{position:relative;width:auto;max-width:calc(100vw - 36px);max-height:calc(100vh - 36px);background:var(--rsg-card-bg);border-radius:var(--rsg-popup-radius);padding:14px;box-shadow:0 20px 70px rgb(0 0 0/.45);animation:rsgPopupZoom .22s ease;display:flex;align-items:center;justify-content:center}.rsg-gallery .rsg-popup-content,.rsg-gallery .rsg-popup-media{width:auto;max-width:calc(100vw - 64px);max-height:calc(100vh - 64px)}.rsg-gallery .rsg-popup-media{max-height:calc(100vh - 130px);display:flex;align-items:center;justify-content:center}.rsg-gallery .rsg-popup-caption{display:none;margin:10px auto 0;max-width:var(--rsg-popup-width);color:var(--rsg-text);text-align:center;font-size:14px;line-height:1.5}.rsg-gallery .rsg-popup-thumbs{display:flex;justify-content:center;gap:8px;max-width:min(var(--rsg-popup-width),calc(100vw - 64px));margin:12px auto 0;overflow-x:auto;padding:2px 0}.rsg-gallery .rsg-popup-close{position:absolute;right:-12px;top:-12px;width:42px;height:42px;border-radius:50%;z-index:3;box-shadow:0 8px 22px rgb(0 0 0/.3)!important}.rsg-gallery .rsg-popup-close::before{content:"×";position:absolute;left:50%;top:50%;transform:translate(-50%,-54%);font-size:30px;line-height:1;font-weight:400;color:#fff}.rsg-gallery .rsg-popup-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;z-index:2;box-shadow:0 8px 22px rgb(0 0 0/.25)!important}.rsg-gallery .rsg-popup-prev{left:-18px}.rsg-gallery .rsg-popup-next{right:-18px}.rsg-gallery .rsg-popup-next::before,.rsg-gallery .rsg-popup-prev::before{font-size:30px;line-height:1;color:#fff;transform:translateY(-2px)}.rsg-gallery .rsg-popup-prev::before{content:"‹"}.rsg-gallery .rsg-popup-next::before{content:"›"}@media (max-width:768px){.rsg-gallery .rsg-gallery-wrap{gap:28px;padding:10px}.rsg-mobile-cols-1 .rsg-gallery-wrap{grid-template-columns:repeat(1,minmax(0,1fr))}.rsg-gallery .rsg-card{min-height:auto;padding:16px 10px 10px}.rsg-gallery .rsg-title{font-size:15px;margin-right:70px}.rsg-gallery .rsg-track{gap:14px}.rsg-gallery .rsg-img-box,.rsg-gallery .rsg-media-box{height:var(--rsg-mobile-img-h)}.rsg-mobile-visible-1 .rsg-img-box{flex-basis:100%}.rsg-gallery .rsg-card-nav{right:10px;top:0}.rsg-gallery .rsg-popup{padding:10px}.rsg-gallery .rsg-popup-box{max-width:calc(100vw - 20px);max-height:calc(100vh - 20px);padding:10px}.rsg-gallery .rsg-popup-content,.rsg-gallery .rsg-popup-media{max-width:calc(100vw - 40px)}.rsg-gallery .rsg-popup-media{max-height:calc(100vh - 130px)}.rsg-gallery .rsg-popup-close{right:-7px;top:-7px;width:36px;height:36px}.rsg-gallery .rsg-popup-close::before{font-size:27px}.rsg-gallery .rsg-popup-nav{width:36px;height:36px}.rsg-gallery .rsg-popup-prev{left:-8px}.rsg-gallery .rsg-popup-next{right:-8px}}.ripg-wrap{position:relative;width:100%;height:var(--ripg-height,100vh);min-height:220px;background:var(--ripg-bg,#111);z-index:var(--ripg-z,1);border-radius:var(--ripg-radius,0);color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.ripg-overflow-hidden{overflow:hidden}.ripg-container{position:absolute;inset:0;overflow:hidden;touch-action:pan-y}.ripg-overlay{position:absolute;inset:0;pointer-events:none;background:var(--ripg-overlay-color,#000);opacity:var(--ripg-overlay-opacity,0);z-index:2}.ripg-copy,.ripg-loading{position:absolute;backdrop-filter:blur(8px)}.ripg-loading{top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;padding:10px 14px;border-radius:999px;background:rgb(0 0 0/.46);color:#fff;font-size:14px;line-height:1.3;transition:opacity .25s ease,visibility .25s ease}.ripg-copy{z-index:6;font-size:13px;line-height:1.4;border-radius:8px;right:18px;bottom:18px;padding:8px 10px;background:rgb(255 255 255/.9);color:#111;box-shadow:0 6px 20px rgb(0 0 0/.18)}@media (max-width:767px){.ripg-wrap{min-height:180px}.ripg-loading{font-size:12px;padding:8px 11px}.ripg-copy{font-size:11px}}