/* v221: corrections limited to the pictured mobile and desktop elements. */
@media (max-width: 991px) {
  /* The obsolete FAQ illustration area leaves a partial gold strip above
     the consultation text on small screens. Remove that empty area entirely. */
  #faq .faq-side--consultation .faq-side-visual {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
  }

  #faq .faq-side--consultation {
    display: block !important;
  }

  #faq .faq-side--consultation::before,
  #faq .faq-side--consultation::after {
    display: none !important;
    content: none !important;
  }

  /* Match the original guarantee icons' own 48px alignment area. */
  #guarantees .g24-guarantees-grid .g24-guarantee:nth-child(3) .g24-guarantee-icon {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    width: 48px !important;
    height: 48px !important;
  }

  #guarantees .g24-guarantees-grid .g24-guarantee:nth-child(3) .g24-guarantee-icon::after {
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    content: "" !important;
    background: url("../icons/gear-outline-v221.svg") center / contain no-repeat !important;
    -webkit-mask: none !important;
    mask: none !important;
  }
}

@media (max-width: 600px) {
  /* The seventh stage is just too narrow for the long first word at 14px. */
  #implementation .imp-stage-card[data-imp-step="6"] strong {
    font-size: clamp(11.4px, 3.2vw, 12.8px) !important;
    letter-spacing: -.025em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    text-wrap: wrap !important;
  }
}

@media (min-width: 992px) {
  /* Replace the sun only in the third warranty point. */
  #guarantees .g24-guarantees-grid .g24-guarantee:nth-child(3) .g24-guarantee-icon > svg {
    display: none !important;
  }

  #guarantees .g24-guarantees-grid .g24-guarantee:nth-child(3) .g24-guarantee-icon::after {
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    content: "" !important;
    background: url("../icons/gear-outline-v221.svg") center / contain no-repeat !important;
  }
}
