.mobile-only-popup{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);z-index:9999;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2rem;backdrop-filter:blur(4px)}.mobile-only-popup .popup-content{background:#fff;border-radius:16px;padding:2rem;max-width:400px;width:100%;text-align:center;-webkit-box-shadow:0 8px 32px rgba(0,0,0,.3);box-shadow:0 8px 32px rgba(0,0,0,.3)}.mobile-only-popup .popup-content .popup-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:#f9a23b;border-radius:50%;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}.mobile-only-popup .popup-content .popup-icon svg{width:32px;height:32px;fill:#fff}.mobile-only-popup .popup-content h2{font-family:"Inter Tight";font-size:1.5rem;font-weight:700;color:#141615;margin:0 0 1rem 0}.mobile-only-popup .popup-content p{font-family:"Inter Tight";font-size:1rem;font-weight:400;color:#7a7a7a;margin:0 0 1.5rem 0;line-height:1.5}.mobile-only-popup .popup-content .popup-close{background:#135ca4;color:#fff;border:none;border-radius:8px;padding:.75rem 2rem;font-family:"Inter Tight";font-size:1rem;font-weight:700;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.mobile-only-popup .popup-content .popup-close:hover{background:rgb(16.3524590164,79.1803278689,141.1475409836);-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15)}@media(min-width: 441px){.mobile-only-popup{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}@media(max-width: 440px){.mobile-only-popup{display:none !important}}