.popup:not(.popupShow){height:0;overflow:hidden;opacity:0;visibility:hidden}.popupShow.popup{position:fixed;top:0;left:0;width:100%;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:1;visibility:visible;overflow-Y:auto;background-color:rgba(0,0,0,.25);padding:50px 15px;z-index:1600;-webkit-transition:opacity .15s ease 0s,visibility .15s ease 0s;transition:opacity .15s ease 0s,visibility .15s ease 0s}@media (max-width:991px){.popupShow.popup{outline:1px dashed #0f0;padding-bottom:95px}}@media (max-width:767px){.popupShow.popup{padding:25px 15px;padding-right:30px}}@media (max-width:576px){.popupShow.popup{padding:75px 15px}}.popup__closeBtnOverlay{cursor:-webkit-zoom-out!important;cursor:zoom-out!important;position:fixed;top:0;left:0;width:100%;height:100%;background-color:transparent;padding:0;border:none;z-index:4}.popup .container{text-align:center}.popup .content{position:relative;width:auto;max-width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:25}.popup .popup__closeBtn{position:absolute;top:5px;right:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:23px;height:23px;font-size:30px;line-height:23px;color:var(--color-000);padding:0;background-color:transparent;border:none;z-index:10;z-index:2}.popup .popup__closeBtn .icon{pointer-events:none;-ms-touch-action:none;touch-action:none}