html,body{max-width:100%;height:auto!important;min-height:100%;overflow-x:clip}#about,#services,#pricing,#media-server,#faq,#contact{scroll-margin-top:110px}.selfcare-app-section,.cms-custom-section,.cms-public-section{overflow:hidden}

/* Content must remain usable when the optional WOW scroll observer fails. */
.wow {
  visibility: visible !important;
}

/* Keep navigation available without depending on the legacy jQuery scroll hook. */
.isp-standard-v1-header,
.isp-standard-v1-header.is-sticky {
  position: sticky !important;
  top: 0;
  width: 100%;
  z-index: 1000;
  animation: none !important;
}

/* Show all four core services in one row on desktop. */
#services .cms-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 991px) {
  #services .cms-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  #services .cms-card-grid {
    grid-template-columns: 1fr;
  }
}

.site-developer-credit {
  width: 100%;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: #c6d7e5;
  text-align: center;
  font-size: 15px;
}
.site-developer-credit a {
  color: #62c8f3;
  font-weight: 800;
  text-decoration: none;
}

.product-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.product-card-link:hover,
.product-card-link:focus-visible {
  color: inherit;
  text-decoration: none;
}
.product-card-link:focus-visible {
  outline: 3px solid #54b9e8;
  outline-offset: 4px;
}
