.support-alert{align-items:center;border:1px solid;border-radius:16px;box-sizing:border-box;display:flex;gap:16px;justify-content:space-between;padding:16px 24px;width:100%}.support-alert-text{font-weight:500}.support-alert-cta,.support-alert-text{font-family:Space Grotesk,sans-serif;font-size:16px;line-height:24px}.support-alert-cta{background:none;border:none;cursor:pointer;font-weight:400;padding:0;text-decoration:underline;transition:opacity .2s ease;white-space:nowrap}.support-alert-cta:hover{opacity:.9}.support-alert-cta:focus{box-shadow:0 0 0 3px rgba(17,43,252,.2);outline:none}.support-popup-overlay{align-items:flex-start;backdrop-filter:blur(12px);background-color:rgba(1,22,66,.4);box-sizing:border-box;display:none;height:100%;justify-content:center;left:0;padding-top:120px;position:fixed;top:0;width:100%;z-index:9999}.support-popup-overlay.active{display:flex}.support-popup-modal{animation:slideIn .3s ease;background:#fff;border:1px solid #b3b9c6;border-radius:16px;box-shadow:0 4px 24px 0 rgba(0,0,0,.1);box-sizing:border-box;display:flex;flex-direction:column;gap:32px;max-width:calc(100% - 48px);padding:24px;width:482px}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.support-popup-header{align-items:center;display:flex;gap:6px;justify-content:space-between}.support-popup-close{align-items:center;background:none;border:none;border-radius:4px;color:#011642;cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;padding:2px;transition:background-color .2s ease;width:24px}.support-popup-close:hover{background-color:#f2f3f6}.support-popup-close:focus{box-shadow:0 0 0 3px rgba(17,43,252,.2);outline:none}.support-popup-spacer{flex-shrink:0;height:24px;width:24px}.support-popup-title{color:#011642;flex:1;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700;line-height:1.1;margin:0;text-align:center}.support-popup-content{display:flex;flex-direction:column;gap:16px;text-align:center}.support-popup-schedule{color:#011642;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;line-height:24px}.support-popup-schedule p{line-height:24px;margin:0}.support-popup-phone{color:#112bfc;font-size:20px;letter-spacing:2.4px;line-height:28px}.support-popup-button,.support-popup-phone{font-family:Space Grotesk,sans-serif;font-weight:500}.support-popup-button{border:2px solid;border-radius:6px;cursor:pointer;font-size:14px;line-height:20px;padding:8px 16px;transition:opacity .2s ease}.support-popup-button:hover{opacity:.9}.support-popup-button:focus{box-shadow:0 0 0 3px rgba(17,43,252,.2);outline:none}@media (max-width:768px){.support-alert{align-items:flex-start;flex-direction:column;gap:8px}.support-alert-cta{align-self:flex-start}.support-popup-overlay{padding-top:60px}.support-popup-modal{width:calc(100% - 32px)}}