@font-face{font-family:advanced-popups-icons;font-weight:400;font-style:normal;font-display:swap;src:url(../../plugins/advanced-popups/fonts/advanced-popups-icons.woff) format("woff"),url(../../plugins/advanced-popups/fonts/advanced-popups-icons.ttf) format("truetype"),url(../../plugins/advanced-popups/fonts/advanced-popups-icons.svg) format("svg")}[class*=" adp-icon-"],[class^=adp-icon-]{font-family:advanced-popups-icons!important;text-transform:none;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-variant:normal;line-height:1;font-style:normal}.adp-icon-x:before{content:"\e913"}.adp-popup{--adp-popup-close-color:#000;--adp-popup-wrap-scrollbar-track-background:#f1f1f1;--adp-popup-type-content-close-font-size:1.5rem;--adp-popup-type-notification-text-font-size:90%;--adp-popup-close-light-color:#fff;--adp-popup-wrap-scrollbar-thumb-hover-background:#555;--adp-popup-type-notification-text-link-color:#000;--adp-popup-type-notification-button-border-radius:0;--adp-popup-close-font-size:1.25rem;--adp-popup-close-light-hover-color:hsla(0,0%,100%,.75);--adp-popup-wrap-scrollbar-width:0.625rem;--adp-popup-wrap-scrollbar-thumb-background:#888;--adp-popup-type-notification-button-background:#282828;--adp-popup-wrap-box-shadow:0 0 40px 0 rgba(0,0,0,.075);--adp-popup-close-hover-color:#777;--adp-popup-container-background:#fff;--adp-popup-type-notification-button-color:#fff;--adp-popup-type-notification-text-color:#777}.adp-popup-overlay{--adp-popup-overlay-background:rgba(0,0,0,.25)}.adp-popup-scroll-hidden{overflow:hidden;width:100%}.adp-popup-animated{overflow:hidden!important;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes popupOpenFade{0%{opacity:0}to{opacity:1}}@keyframes popupOpenFade{0%{opacity:0}to{opacity:1}}@-webkit-keyframes popupExitFade{0%{opacity:1}to{opacity:0}}@keyframes popupExitFade{0%{opacity:1}to{opacity:0}}@-webkit-keyframes popupOpenSlide{0%{visibility:visible;transform:translate3d(0,100vh,0)}to{transform:translateZ(0)}}@keyframes popupOpenSlide{0%{visibility:visible;transform:translate3d(0,100vh,0)}to{transform:translateZ(0)}}@-webkit-keyframes popupExitSlide{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100vh,0)}}@keyframes popupExitSlide{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100vh,0)}}@-webkit-keyframes popupOpenZoom{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes popupOpenZoom{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes popupExitZoom{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.1)}}@keyframes popupExitZoom{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.1)}}@-webkit-keyframes popupOpenSlideFade{0%{visibility:visible;opacity:0;transform:translate3d(0,40px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes popupOpenSlideFade{0%{visibility:visible;opacity:0;transform:translate3d(0,40px,0)}to{opacity:1;transform:translateZ(0)}}@-webkit-keyframes popupExitSlideFade{0%{opacity:1;transform:translateZ(0)}to{visibility:hidden;opacity:0;transform:translate3d(0,40px,0)}}@keyframes popupExitSlideFade{0%{opacity:1;transform:translateZ(0)}to{visibility:hidden;opacity:0;transform:translate3d(0,40px,0)}}.popupOpenFade{-webkit-animation-name:popupOpenFade;animation-name:popupOpenFade}.popupExitFade{-webkit-animation-name:popupExitFade;animation-name:popupExitFade}.popupOpenSlide{-webkit-animation-name:popupOpenSlide;animation-name:popupOpenSlide}.popupExitSlide{-webkit-animation-name:popupExitSlide;animation-name:popupExitSlide}.popupOpenZoom{-webkit-animation-name:popupOpenZoom;animation-name:popupOpenZoom}.popupExitZoom{-webkit-animation-name:popupExitZoom;animation-name:popupExitZoom}.popupOpenSlideFade{-webkit-animation-name:popupOpenSlideFade;animation-name:popupOpenSlideFade}.popupExitSlideFade{-webkit-animation-name:popupExitSlideFade;animation-name:popupExitSlideFade}.adp-popup{-webkit-backface-visibility:hidden;max-height:calc(100vh - 1.5rem);display:none;z-index:999999;position:fixed;max-width:calc(100vw - 1.5rem)}@media (min-width:720px){.adp-popup{max-height:calc(100vh - 6rem);max-width:calc(100vw - 6rem)}}.adp-popup.adp-popup-location-top{left:50%;transform:translate3d(-50%,0,0);top:20px}.adp-popup.adp-popup-location-top-left{left:20px;top:20px}.adp-popup.adp-popup-location-top-right{right:20px;top:20px}.adp-popup.adp-popup-location-bottom{left:50%;transform:translate3d(-50%,0,0);bottom:20px}.adp-popup.adp-popup-location-bottom-left{left:20px;bottom:20px}.adp-popup.adp-popup-location-bottom-right{right:20px;bottom:20px}.adp-popup.adp-popup-location-left{left:20px;transform:translate3d(0,-50%,0);top:50%}.adp-popup.adp-popup-location-right{transform:translate3d(0,-50%,0);right:20px;top:50%}.adp-popup.adp-popup-location-center{left:50%;transform:translate3d(-50%,-50%,0);top:50%}.adp-popup .adp-popup-wrap{box-shadow:var(--adp-popup-wrap-box-shadow);overflow-x:hidden;overflow-y:auto;position:relative;width:100%}.adp-popup .adp-popup-wrap::-webkit-scrollbar{width:var(--adp-popup-wrap-scrollbar-width)}.adp-popup .adp-popup-wrap::-webkit-scrollbar-track{background:var(--adp-popup-wrap-scrollbar-track-background)}.adp-popup .adp-popup-wrap::-webkit-scrollbar-thumb{background:var(--adp-popup-wrap-scrollbar-thumb-background)}.adp-popup .adp-popup-wrap::-webkit-scrollbar-thumb:hover{background:var(--adp-popup-wrap-scrollbar-thumb-hover-background)}.adp-popup .adp-popup-container{background:var(--adp-popup-container-background);width:100%}.adp-popup .adp-popup-outer{display:flex;position:relative;flex-direction:column}.adp-popup .adp-popup-thumbnail img{width:100%}.adp-popup .adp-popup-close{right:20px;line-height:1;color:var(--adp-popup-close-color);z-index:2;position:absolute;top:20px;padding:0;font-size:var(--adp-popup-close-font-size);background:#fff0}.adp-popup .adp-popup-close:before{font-family:advanced-popups-icons;transition:color .25s ease;content:"\e913"}.adp-popup .adp-popup-close:hover:before{color:var(--adp-popup-close-hover-color)}.adp-popup.adp-popup-open[data-light-close=true] .adp-popup-close{color:var(--adp-popup-close-light-color)}.adp-popup.adp-popup-open[data-light-close=true] .adp-popup-close:hover:before{color:var(--adp-popup-close-light-hover-color)}.adp-popup.adp-popup-open{display:flex}@media (max-width:720px){.adp-popup.adp-popup-open[data-mobile-disable=true]{display:none}}.adp-popup-overlay{left:0;right:0;display:none;z-index:999998;position:fixed;top:0;height:100%;bottom:0;background:var(--adp-popup-overlay-background);width:100%}.adp-popup-overlay .adp-popup-wrap{box-shadow:none}.adp-popup-open+.adp-popup-overlay{display:block}@media (max-width:719.98px){.adp-popup-type-content{max-height:100vh;max-width:100vw}}.adp-popup-type-content .adp-popup-content{padding:40px}.adp-popup-type-content .adp-popup-close{font-size:var(--adp-popup-type-content-close-font-size)}.adp-popup-type-content .wp-block-cover:first-child:last-child{margin:-40px;width:auto}.adp-popup-type-content.adp-preview-image-yes .adp-popup-close{color:var(--adp-popup-close-light-color)}.adp-popup-type-content.adp-preview-image-yes .adp-popup-close:hover:before{color:var(--adp-popup-close-light-hover-color)}@media (min-width:1024px){.adp-popup-type-content .adp-popup-outer{flex-direction:row}.adp-popup-type-content.adp-preview-image-bottom .adp-popup-close,.adp-popup-type-content.adp-preview-image-left .adp-popup-close{color:var(--adp-popup-close-color)}.adp-popup-type-content.adp-preview-image-bottom .adp-popup-close:hover:before,.adp-popup-type-content.adp-preview-image-left .adp-popup-close:hover:before{color:var(--adp-popup-close-hover-color)}.adp-popup-type-content.adp-preview-image-left .adp-popup-thumbnail{order:1}.adp-popup-type-content.adp-preview-image-right .adp-popup-thumbnail{order:3}.adp-popup-type-content.adp-preview-image-top .adp-popup-outer{flex-direction:column}.adp-popup-type-content.adp-preview-image-top .adp-popup-thumbnail img{left:auto;right:auto;position:relative;top:auto;height:auto;bottom:auto;width:auto}.adp-popup-type-content.adp-preview-image-bottom .adp-popup-outer{flex-direction:column}.adp-popup-type-content.adp-preview-image-bottom .adp-popup-thumbnail{order:3}.adp-popup-type-content.adp-preview-image-bottom .adp-popup-thumbnail img{left:auto;right:auto;position:relative;top:auto;height:auto;bottom:auto;width:auto}.adp-popup-type-content .adp-popup-thumbnail{flex:1 0 50%;position:relative;order:1}.adp-popup-type-content .adp-popup-thumbnail img{left:0;-o-object-fit:cover;object-fit:cover;right:0;display:block;position:absolute;top:0;height:100%;bottom:0;width:100%}.adp-popup-type-content .adp-popup-content{flex:1 0 50%;padding:80px;order:2}.adp-popup-type-content .adp-popup-content:first-child:last-child{flex:1 0 100%}.adp-popup-type-content .wp-block-cover:first-child:last-child{margin:-80px}}.adp-popup-type-notification-bar .adp-popup-outer,.adp-popup-type-notification-box .adp-popup-outer{padding:30px}.adp-popup-type-notification-bar .adp-popup-text,.adp-popup-type-notification-box .adp-popup-text{padding-right:10px;color:var(--adp-popup-type-notification-text-color);font-size:var(--adp-popup-type-notification-text-font-size)}.adp-popup-type-notification-bar .adp-popup-text a,.adp-popup-type-notification-box .adp-popup-text a{text-decoration:underline;color:var(--adp-popup-type-notification-text-link-color)}.adp-popup-type-notification-bar .adp-popup-text a:hover,.adp-popup-type-notification-box .adp-popup-text a:hover{text-decoration:none}.adp-popup-type-notification-bar .adp-popup-button,.adp-popup-type-notification-box .adp-popup-button{margin-top:1.5rem;border-radius:var(--adp-popup-type-notification-button-border-radius);color:var(--adp-popup-type-notification-button-color);background:var(--adp-popup-type-notification-button-background);width:100%}.adp-popup-type-notification-box .adp-popup-close{right:15px;top:15px}.adp-popup-type-notification-bar.adp-popup-location-top{left:0;transform:none;top:0;bottom:auto;max-width:100%;width:100%}.adp-popup-type-notification-bar.adp-popup-location-bottom{left:0;transform:none;top:auto;bottom:0;max-width:100%;width:100%}.adp-popup-type-notification-bar .adp-popup-outer{padding:20px 60px}@media (min-width:720px){.adp-popup-type-notification-bar .adp-popup-outer{margin:0 auto;justify-content:center;flex-wrap:wrap;padding-right:40px;align-items:center;padding-left:40px;flex-direction:row}.adp-popup-type-notification-bar .adp-popup-close{transform:translateY(-50%);top:50%}.adp-popup-type-notification-bar .adp-button{margin-top:0;margin-left:1rem;width:auto}}