body.publish-mode{#dlg-as-home-popup{display:none;position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,0.65);align-items:center;justify-content:center;padding:24px}
#dlg-as-home-popup.is-visible{display:flex}
.dlg-as-home-popup__panel{max-width:920px;width:100%;background:#fff;padding:80px 100px;box-shadow:0 24px 80px rgba(0,0,0,0.16);text-align:left}
.dlg-as-home-popup__panel h2{margin:0 0 32px;font-size:32px;line-height:1.1;color:#000}
.dlg-as-home-popup__panel p{margin:0 0 42px;font-size:20px;line-height:1.4;color:#000}
.dlg-as-home-popup__actions{display:flex;flex-wrap:wrap;gap:36px;justify-content:flex-start}
.dlg-as-home-popup__button{padding:14px 42px 14px 24px;border:0;border-radius:999px;font-size:15px;font-weight:600;cursor:pointer;background-image:linear-gradient(to right,#ce1f2f,#841f6d 80%);color:#fff;position:relative}
.dlg-as-home-popup__button:after{content:'';position:absolute;background:url(../../images/icons/chevron-right-white.svg) no-repeat;height:12px;width:7px;top:0;bottom:0;margin:auto;right:24px}
@media(max-width:640px){.dlg-as-home-popup__panel{padding:28px 20px}
.dlg-as-home-popup__button{width:100%}
}
}