.targeted-popup-wrapper{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:calc(100vw - 48px);aspect-ratio:4/5;background:#fff;z-index:10010;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.targeted-popup-body{position:relative;width:100%;height:100%}.targeted-popup-header{position:absolute;top:0;left:0;width:100%;height:12%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 5%;-webkit-box-sizing:border-box;box-sizing:border-box}.targeted-popup-title{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;margin:0;font-size:clamp(14px,4vw,16px);font-weight:600;color:#222;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;padding-right:15px}.targeted-popup-close{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;background:rgba(0,0,0,0);border:none;font-size:clamp(22px,6vw,26px);line-height:1;color:#333;cursor:pointer;padding:5px}.targeted-popup-content{position:absolute;top:12%;left:5%;width:90%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.targeted-popup-link{display:block;width:100%;aspect-ratio:1/1;max-height:100%}.targeted-popup-img{width:100%;height:100%;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.targeted-popup-footer{position:absolute;bottom:4%;left:0;width:100%;height:9%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 5%;-webkit-box-sizing:border-box;box-sizing:border-box}.targeted-popup-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;padding:0 15px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#de5485;color:#fff;text-decoration:none;font-weight:600;font-size:clamp(13px,3.6vw,16px);border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.targeted-popup-cta__label{display:inline-block;max-width:100%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;vertical-align:middle}.targeted-popup-cta:active{-webkit-transform:scale(0.98);transform:scale(0.98);opacity:.9}