.elementor-1709 .elementor-element.elementor-element-7fe5628{--display:flex;}.elementor-1709 .elementor-element.elementor-element-6c8aab6{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-1709 .elementor-element.elementor-element-6ea1f6f{--display:flex;--justify-content:center;}#elementor-popup-modal-1709{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1709 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1709 .dialog-close-button{display:flex;}#elementor-popup-modal-1709 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-1709 .elementor-element.elementor-element-6ea1f6f{--content-width:100vw;}}@media(max-width:1024px) and (min-width:768px){.elementor-1709 .elementor-element.elementor-element-6ea1f6f{--content-width:90vw;}}/* Start custom CSS for html, class: .elementor-element-6367250 */<style>
  .ds-search-popup {
    font-family: inherit;
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    width: 100%;
    box-shadow: 0 24px 70px rgba(13, 27, 42, 0.20);
  }

  .ds-search-popup-header {
    margin-bottom: 18px;
  }

  .ds-search-popup-header span {
    display: inline-flex;
    background: rgba(250, 102, 2, 0.10);
    color: #FA6602;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 12px;
  }

  .ds-search-popup-header h2 {
    margin: 0;
    color: #0D1B2A;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.03em;
  }

  .ds-search-form {
    display: grid;
    grid-template-columns: 1fr 130px;
    gap: 10px;
  }

  .ds-search-form input[type="search"] {
    width: 100%;
    height: 56px;
    border: 1px solid #E6EAEE;
    border-radius: 10px;
    padding: 0 16px;
    font-size: 16px;
    color: #0D1B2A;
    outline: none;
    background: #F7F9FB;
  }

  .ds-search-form input[type="search"]:focus {
    border-color: #FA6602;
    background: #ffffff;
  }

  .ds-search-form button {
    height: 56px;
    border: 0;
    border-radius: 10px;
    background: #0D1B2A;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s ease;
  }

  .ds-search-form button:hover {
    background: #FA6602;
  }

  .ds-search-suggestions {
    margin-top: 18px;
  }

  .ds-search-suggestions p {
    margin: 0 0 10px;
    color: #5F6B7A;
    font-size: 14px;
    font-weight: 700;
  }

  .ds-search-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .ds-search-tags a {
    display: inline-flex;
    align-items: center;
    background: #F7F9FB;
    border: 1px solid #E6EAEE;
    color: #0D1B2A !important;
    text-decoration: none !important;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 700;
    transition: 0.2s ease;
  }

  .ds-search-tags a:hover {
    border-color: #FA6602;
    color: #FA6602 !important;
  }

  @media (max-width: 767px) {
    .elementor-popup-modal .dialog-widget-content {
      width: 100vw !important;
      max-width: 100vw !important;
      border-radius: 0 0 18px 18px !important;
      margin: 0 !important;
    }

    .elementor-popup-modal .dialog-message {
      width: 100vw !important;
      max-width: 100vw !important;
    }

    .ds-search-popup {
      border-radius: 0 0 18px 18px;
      padding: 22px 16px 20px;
      box-shadow: 0 16px 44px rgba(13, 27, 42, 0.18);
    }

    .ds-search-popup-header h2 {
      font-size: 24px;
    }

    .ds-search-form {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .ds-search-form input[type="search"] {
      height: 54px;
      font-size: 16px;
    }

    .ds-search-form button {
      height: 50px;
      width: 100%;
    }

    .ds-search-tags {
      gap: 7px;
    }

    .ds-search-tags a {
      font-size: 13px;
      padding: 8px 10px;
    }
  }
</style>/* End custom CSS */