body:not(.cq-wcm-edit) .deprecated-browser__popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(255,255,255,.9);z-index:9999;display:none;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;opacity:0}body:not(.cq-wcm-edit) .deprecated-browser--active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-animation:fadeIn .3s ease-in 1 forwards;animation:fadeIn .3s ease-in 1 forwards}body:not(.cq-wcm-edit) .deprecated-browser--inactive{-webkit-animation:fadeOut .3s ease-out 1;animation:fadeOut .3s ease-out 1}body:not(.cq-wcm-edit) .deprecated-browser__container{width:100%;max-width:800px;max-height:700px;-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.15);box-shadow:0 0 50px 0 rgba(0,0,0,.15);overflow-y:auto;-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{position:absolute;right:0;top:0;padding:20px;cursor:pointer}.deprecated-browser__close:before{content:'';background-image:url(clientlibs_main/css/icons/tooltips-close.svg);background-repeat:no-repeat;display:block;width:14px;height:14px}@-webkit-keyframes fadeIn{to{opacity:1}}@keyframes fadeIn{to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@media(max-width:800px){body:not(.cq-wcm-edit) .deprecated-browser__popup{-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start}body:not(.cq-wcm-edit) .deprecated-browser__container{margin-top:80px;max-width:600px;max-height:70%;max-height:calc(100% -(80px * 2))}}@media(max-width:600px){body:not(.cq-wcm-edit) .deprecated-browser__container{margin-top:0;max-width:100%;max-height:100%;height:100vh;border:0;border-radius:0}body:not(.cq-wcm-edit) .deprecated__parsys{padding-bottom:60px}}