body:not(.cq-wcm-edit) .deprecated-browser__popup{align-items:center;background:hsla(0,0%,100%,.9);display:none;height:100vh;justify-content:center;left:0;opacity:0;position:fixed;top:0;width:100vw;z-index:9999}body:not(.cq-wcm-edit) .deprecated-browser--active{animation:fadeIn .3s ease-in 1 forwards;display:flex}body:not(.cq-wcm-edit) .deprecated-browser--inactive{animation:fadeOut .3s ease-out 1}body:not(.cq-wcm-edit) .deprecated-browser__container{box-shadow:0 0 50px 0 rgba(0,0,0,.15);max-height:700px;max-width:800px;overflow-y:auto;width:100%;-webkit-overflow-scrolling:touch}.cq-wcm-edit .deprecated-browser__popup{display:block;position:relative}.cq-wcm-edit .deprecated-browser__close{display:none}.deprecated-browser__container{background-color:#fff;border:1px solid #d8d8dc;border-radius:4px;position:relative}.deprecated-browser__close{cursor:pointer;padding:20px;position:absolute;right:0;top:0}.deprecated-browser__close:before{background-image:url(clientlibs_main/resources/images/icons/tooltips-close.svg);background-repeat:no-repeat;content:"";display:block;height:14px;width:14px}@keyframes fadeIn{to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media (max-width:800px){body:not(.cq-wcm-edit) .deprecated-browser__popup{align-items:start}body:not(.cq-wcm-edit) .deprecated-browser__container{margin-top:80px;max-height:70%;max-height:calc(100% - 160px);max-width:600px}}@media (max-width:600px){body:not(.cq-wcm-edit) .deprecated-browser__container{border:none;border-radius:0;height:100vh;margin-top:0;max-height:100%;max-width:100%}body:not(.cq-wcm-edit) .deprecated__parsys{padding-bottom:60px}}