.pkt-popup{--pkt-popup-wrap-scrollbar-width:.625rem;--pkt-popup-wrap-scrollbar-track-background:#f1f1f1;--pkt-popup-wrap-scrollbar-thumb-background:#888;--pkt-popup-wrap-scrollbar-thumb-hover-background:#555;--pkt-popup-wrap-box-shadow:0 0 40px 0 rgba(0,0,0,.075);--pkt-popup-container-background:#fff;--pkt-popup-close-font-size:1.25rem;--pkt-popup-close-color:#000;--pkt-popup-close-hover-color:#777;--pkt-popup-close-light-color:#ffff;--pkt-popup-close-light-hover-color:rgba(255,255,255,.75);--pkt-popup-type-content-close-font-size:1.5rem;--pkt-popup-type-notification-text-font-size:90%;--pkt-popup-type-notification-text-color:#777;--pkt-popup-type-notification-text-link-color:#000;--pkt-popup-type-notification-button-background:#282828;--pkt-popup-type-notification-button-color:#fff;--pkt-popup-type-notification-button-border-radius:0}.pkt-popup-overlay{--pkt-popup-overlay-background:rgba(0,0,0,.25)}.pkt-popup-scroll-hidden{overflow:hidden;width:100%}.pkt-popup-animated{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;overflow:hidden!important}@-webkit-keyframes popupOpenFade{from{opacity:0}to{opacity:1}}@keyframes popupOpenFade{from{opacity:0}to{opacity:1}}@-webkit-keyframes popupExitFade{from{opacity:1}to{opacity:0}}@keyframes popupExitFade{from{opacity:1}to{opacity:0}}@-webkit-keyframes popupOpenSlide{from{transform:translate3d(0,100vh,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes popupOpenSlide{from{transform:translate3d(0,100vh,0);visibility:visible}to{transform:translate3d(0,0,0)}}@-webkit-keyframes popupExitSlide{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100vh,0)}}@keyframes popupExitSlide{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100vh,0)}}@-webkit-keyframes popupOpenZoom{from{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes popupOpenZoom{from{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes popupExitZoom{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.1)}}@keyframes popupExitZoom{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.1)}}@-webkit-keyframes popupOpenSlideFade{from{opacity:0;transform:translate3d(0,40px,0);visibility:visible}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes popupOpenSlideFade{from{opacity:0;transform:translate3d(0,40px,0);visibility:visible}to{opacity:1;transform:translate3d(0,0,0)}}@-webkit-keyframes popupExitSlideFade{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;visibility:hidden;transform:translate3d(0,40px,0)}}@keyframes popupExitSlideFade{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;visibility:hidden;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}.pkt-popup{display:none;position:fixed;z-index:999999;max-width:calc(100vw - 1.5rem);max-height:calc(100vh - 1.5rem);-webkit-backface-visibility:hidden}@media (min-width:720px){.pkt-popup{max-width:calc(100vw - 6rem);max-height:calc(100vh - 6rem)}}.pkt-popup.pkt-popup-location-top{top:20px;left:50%;transform:translate3d(-50%,0,0)}.pkt-popup.pkt-popup-location-top-left{top:20px;left:20px}.pkt-popup.pkt-popup-location-top-right{top:20px;right:20px}.pkt-popup.pkt-popup-location-bottom{bottom:20px;left:50%;transform:translate3d(-50%,0,0)}.pkt-popup.pkt-popup-location-bottom-left{left:20px;bottom:20px}.pkt-popup.pkt-popup-location-bottom-right{right:20px;bottom:20px}.pkt-popup.pkt-popup-location-left{top:50%;left:20px;transform:translate3d(0,-50%,0)}.pkt-popup.pkt-popup-location-right{top:50%;right:20px;transform:translate3d(0,-50%,0)}.pkt-popup.pkt-popup-location-center{top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.pkt-popup .pkt-popup-wrap{position:relative;overflow-x:hidden;overflow-y:auto;width:100%;box-shadow:var(--pkt-popup-wrap-box-shadow)}.pkt-popup .pkt-popup-wrap::-webkit-scrollbar{width:var(--pkt-popup-wrap-scrollbar-width)}.pkt-popup .pkt-popup-wrap::-webkit-scrollbar-track{background:var(--pkt-popup-wrap-scrollbar-track-background)}.pkt-popup .pkt-popup-wrap::-webkit-scrollbar-thumb{background:var(--pkt-popup-wrap-scrollbar-thumb-background)}.pkt-popup .pkt-popup-wrap::-webkit-scrollbar-thumb:hover{background:var(--pkt-popup-wrap-scrollbar-thumb-hover-background)}.pkt-popup .pkt-popup-container{background:var(--pkt-popup-container-background);width:100%}.pkt-popup .pkt-popup-outer{position:relative;display:flex;flex-direction:column}.pkt-popup .pkt-popup-thumbnail img{width:100%}.pkt-popup .pkt-popup-close{position:absolute;background:0 0;color:var(--pkt-popup-close-color);padding:0;line-height:1;font-size:var(--pkt-popup-close-font-size);top:20px;right:20px;z-index:2}.pkt-popup .pkt-popup-close:before{font-family:'premiumkits-icons';transition:color .25s ease;content:"\e913"}.pkt-popup .pkt-popup-close:hover:before{color:var(--pkt-popup-close-hover-color)}.pkt-popup.pkt-popup-open[data-light-close=true] .pkt-popup-close{color:var(--pkt-popup-close-light-color)}.pkt-popup.pkt-popup-open[data-light-close=true] .pkt-popup-close:hover:before{color:var(--pkt-popup-close-light-hover-color)}.pkt-popup.pkt-popup-open{display:flex}@media (max-width:720px){.pkt-popup.pkt-popup-open[data-mobile-disable=true]{display:none}}.pkt-popup-overlay{background:var(--pkt-popup-overlay-background);position:fixed;display:none;top:0;bottom:0;right:0;left:0;width:100%;height:100%;z-index:999998}.pkt-popup-overlay .pkt-popup-wrap{box-shadow:none}.pkt-popup-open+.pkt-popup-overlay{display:block}@media (max-width:719.98px){.pkt-popup-type-content{max-width:100vw;max-height:100vh}}.pkt-popup-type-content .pkt-popup-content{padding:40px}.pkt-popup-type-content .pkt-popup-close{font-size:var(--pkt-popup-type-content-close-font-size)}.pkt-popup-type-content .wp-block-cover:first-child:last-child{margin:-40px;width:initial}.pkt-popup-type-content.pkt-preview-image-yes .pkt-popup-close{color:var(--pkt-popup-close-light-color)}.pkt-popup-type-content.pkt-preview-image-yes .pkt-popup-close:hover:before{color:var(--pkt-popup-close-light-hover-color)}@media (min-width:1024px){.pkt-popup-type-content .pkt-popup-outer{flex-direction:row}.pkt-popup-type-content.pkt-preview-image-left .pkt-popup-close,.pkt-popup-type-content.pkt-preview-image-bottom .pkt-popup-close{color:var(--pkt-popup-close-color)}.pkt-popup-type-content.pkt-preview-image-left .pkt-popup-close:hover:before,.pkt-popup-type-content.pkt-preview-image-bottom .pkt-popup-close:hover:before{color:var(--pkt-popup-close-hover-color)}.pkt-popup-type-content.pkt-preview-image-left .pkt-popup-thumbnail{order:1}.pkt-popup-type-content.pkt-preview-image-right .pkt-popup-thumbnail{order:3}.pkt-popup-type-content.pkt-preview-image-top .pkt-popup-outer{flex-direction:column}.pkt-popup-type-content.pkt-preview-image-top .pkt-popup-thumbnail img{position:relative;top:initial;bottom:initial;right:initial;left:initial;width:initial;height:initial}.pkt-popup-type-content.pkt-preview-image-bottom .pkt-popup-outer{flex-direction:column}.pkt-popup-type-content.pkt-preview-image-bottom .pkt-popup-thumbnail{order:3}.pkt-popup-type-content.pkt-preview-image-bottom .pkt-popup-thumbnail img{position:relative;top:initial;bottom:initial;right:initial;left:initial;width:initial;height:initial}.pkt-popup-type-content .pkt-popup-thumbnail{position:relative;flex:1 0 50%;order:1}.pkt-popup-type-content .pkt-popup-thumbnail img{position:absolute;display:block;top:0;bottom:0;right:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pkt-popup-type-content .pkt-popup-content{padding:80px;flex:1 0 50%;order:2}.pkt-popup-type-content .pkt-popup-content:first-child:last-child{flex:1 0 100%}.pkt-popup-type-content .wp-block-cover:first-child:last-child{margin:-80px}}.pkt-popup-type-notification-box .pkt-popup-outer,.pkt-popup-type-notification-bar .pkt-popup-outer{padding:30px}.pkt-popup-type-notification-box .pkt-popup-text,.pkt-popup-type-notification-bar .pkt-popup-text{padding-right:10px;font-size:var(--pkt-popup-type-notification-text-font-size);color:var(--pkt-popup-type-notification-text-color)}.pkt-popup-type-notification-box .pkt-popup-text a,.pkt-popup-type-notification-bar .pkt-popup-text a{color:var(--pkt-popup-type-notification-text-link-color);text-decoration:underline}.pkt-popup-type-notification-box .pkt-popup-text a:hover,.pkt-popup-type-notification-bar .pkt-popup-text a:hover{text-decoration:none}.pkt-popup-type-notification-box .pkt-popup-button,.pkt-popup-type-notification-bar .pkt-popup-button{background:var(--pkt-popup-type-notification-button-background);margin-top:1.5rem;width:100%;color:var(--pkt-popup-type-notification-button-color);border-radius:var(--pkt-popup-type-notification-button-border-radius)}.pkt-popup-type-notification-box .pkt-popup-close{top:15px;right:15px}.pkt-popup-type-notification-bar.pkt-popup-location-top{width:100%;max-width:100%;top:0;left:0;bottom:auto;transform:none}.pkt-popup-type-notification-bar.pkt-popup-location-bottom{width:100%;max-width:100%;top:auto;left:0;bottom:0;transform:none}.pkt-popup-type-notification-bar .pkt-popup-outer{padding-top:20px;padding-bottom:20px;padding-left:60px;padding-right:60px}@media (min-width:720px){.pkt-popup-type-notification-bar .pkt-popup-outer{justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap;margin:0 auto;padding-left:40px;padding-right:40px}.pkt-popup-type-notification-bar .pkt-popup-close{top:50%;transform:translateY(-50%)}.pkt-popup-type-notification-bar .pkt-button{margin-left:1rem;margin-top:0;width:auto}}