@media (max-width: 1024px) {
  body.static-mobile-menu-active {
    overflow: hidden;
  }

  .static-mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 999998;
    background: rgba(14, 38, 63, 0.58);
  }

  [data-elementor-id="2217"].static-mobile-menu-open {
    display: block !important;
    position: fixed !important;
    inset: 0 0 0 auto;
    z-index: 999999;
    width: min(88vw, 380px) !important;
    height: 100dvh;
    overflow-y: auto;
    padding: 72px 28px 32px;
    background: #fff;
    box-shadow: -12px 0 36px rgba(14, 38, 63, 0.22);
  }

  [data-elementor-id="2217"].static-mobile-menu-open .static-mobile-menu-close {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0e263f;
    font: 400 38px/42px Arial, sans-serif;
    cursor: pointer;
  }
}
