.card-hero-business-alt {
  background-color: #ffffff;
  border-radius: 20px;
}
.no-wrap {
  white-space: nowrap;
}
.hs_recaptcha,
.hs-recaptcha,
.grecaptcha-badge,
.grecaptcha-logo {
  display: none;
}

/* WAVE/ARCH DIV */
.wave-divider {
  position: relative;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.wave-divider svg {
  position: relative;
  display: block;
  width: calc(208% + 1.3px);
  height: 101px;
  transform: rotateY(180deg);
  /* transform: scaleX(-1); */
}
.wave-divider .shape-fill {
  fill: #e5f3f6;
}
.wave-divider-footer .shape-fill {
  fill: #55565a;
}
/* WAVE/ARCH DIV */

.biz-icon {
  color: #003057;
  font-weight: 500;
  font-size: 3.5rem;
}
.card {
  border: 0;
  box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e6e4e9;
  border-radius: 8px;
}
@media (max-width:1200px) {
  h1.display-4 {
    font-size: 2rem;
  }
}
.glass {
  backdrop-filter: blur(6px) saturate(102%);
  -webkit-backdrop-filter: blur(6px) saturate(102%);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  border: 1px solid rgba(209, 213, 219, 0.3);
}
