.dlg-lp-disable-campaign-modals [id^="om-"],
.dlg-lp-disable-campaign-modals .CampaignType--popup,
.dlg-lp-disable-campaign-modals [class*="optinmonster"],
.dlg-lp-disable-campaign-modals [class*="om-"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body#landing-page [class*="sticky-block-header"] .section:first-child {
  position: relative !important;
  top: auto !important;
  z-index: auto !important;
}

body#landing-page .dlg-landing-logo-col {
  display: flex;
  align-items: center;
}

body#landing-page .dlg-landing-logo-link {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: auto;
}

body#landing-page .dlg-landing-logo {
  display: block;
  width: min(240px, 100%);
  max-width: 100%;
  height: auto;
}

body#landing-page .wp-block-embed-youtube .wp-block-embed__wrapper {
  aspect-ratio: 16 / 9;
}

body#landing-page .wp-block-embed-youtube iframe {
  width: 100%;
  height: 100%;
}

body#landing-page .lp_form_consultation .gform_title {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}

body#landing-page .lp_form_consultation .gform_hidden,
body#landing-page .lp_form_consultation .gfield.gform_hidden,
body#landing-page .lp_form_consultation .gform_validation_container,
body#landing-page .lp_form_consultation iframe[id^="gform_ajax_frame"],
body#landing-page .lp_form_consultation iframe[name^="gform_ajax_frame"],
body#landing-page .lp_form_consultation .akismet-fields-container {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body#landing-page .lp_form_consultation .gform_wrapper,
body#landing-page .lp_form_consultation .gform_footer,
body#landing-page .lp_form_consultation .gform-footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  body#landing-page .lp_form_consultation {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 26px 18px;
  }

  body#landing-page .lp_form_consultation h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  body#landing-page .lp_form_consultation .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 10px;
  }

  body#landing-page .lp_form_consultation .gform_wrapper form[id^="gform_"] .gfield,
  body#landing-page .lp_form_consultation .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 10px !important;
  }

  body#landing-page .lp_form_consultation .gform_wrapper form[id^="gform_"] .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  body#landing-page .lp_form_consultation .gform_wrapper form[id^="gform_"] .gform_body textarea,
  body#landing-page .lp_form_consultation .gform_wrapper.gravity-theme input[type="text"],
  body#landing-page .lp_form_consultation .gform_wrapper.gravity-theme input[type="email"],
  body#landing-page .lp_form_consultation .gform_wrapper.gravity-theme input[type="tel"],
  body#landing-page .lp_form_consultation .gform_wrapper.gravity-theme textarea {
    min-height: 38px !important;
    padding: 8px 10px !important;
    font-size: 15px !important;
  }

  body#landing-page .lp_form_consultation .gform_wrapper form[id^="gform_"] .gform_body textarea,
  body#landing-page .lp_form_consultation .gform_wrapper.gravity-theme textarea {
    min-height: 82px !important;
  }

  body#landing-page .lp_form_consultation .gform_wrapper .gform_footer input[type="submit"].gform_button.button,
  body#landing-page .lp_form_consultation .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    min-height: 48px;
    font-size: 16px;
  }
}

html[dir="rtl"] body#landing-page .form-btn,
html[dir="rtl"] body#landing-page button[type="submit"],
html[dir="rtl"] body#landing-page input[type="submit"],
html[dir="rtl"] body#landing-page .gform_footer,
html[dir="rtl"] body#landing-page .gform_button {
  text-align: center !important;
}

html[dir="rtl"] body#landing-page .form-btn,
html[dir="rtl"] body#landing-page button[type="submit"],
html[dir="rtl"] body#landing-page input[type="submit"] {
  margin-left: auto !important;
  margin-right: auto !important;
}

html[dir="rtl"] body#landing-page .gform_footer {
  justify-content: center !important;
}

body#landing-page ul.sheld-check,
body#landing-page ul.shield-check,
body#landing-page .sheld-check ul,
body#landing-page .shield-check ul {
  list-style: none;
  padding-left: 0;
}

body#landing-page ul.sheld-check > li,
body#landing-page ul.shield-check > li,
body#landing-page .sheld-check ul > li,
body#landing-page .shield-check ul > li {
  position: relative;
  padding-left: 36px;
  list-style: none;
}

body#landing-page ul.sheld-check > li::before,
body#landing-page ul.shield-check > li::before,
body#landing-page .sheld-check ul > li::before,
body#landing-page .shield-check ul > li::before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2026/06/shield-check.png") center / contain no-repeat;
}

@media (max-width: 575.98px) {
  body#landing-page .dlg-landing-logo-col {
    justify-content: center;
    padding-top: 14px !important;
    padding-bottom: 8px !important;
  }

  body#landing-page .dlg-landing-logo {
    width: min(240px, 76vw);
  }

  body#landing-page h2 {
    font-size: 30px;
    text-align: center;
  }

  body#landing-page p {
    font-size: 17px;
  }

  body#landing-page .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }

  body#landing-page .wp-block-media-text__media {
    /* aspect-ratio: 1 / 1.1; */
    overflow: hidden;
  }

  body#landing-page .wp-block-media-text__media img,
  body#landing-page .wp-block-media-text__media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body#landing-page .lp_awards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: center;
  }

  body#landing-page .lp_awards .wp-block-image {
    margin: 0 !important;
    padding: 0;
    text-align: center;
  }

  body#landing-page .lp_awards .wp-block-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100% !important;
  }
}
