.heroform-block {
  position: relative;
  padding: var(--block-padding-y-tight) 0;
  overflow: hidden;
}
.heroform-block.has-square-decoration {
  overflow: visible;
}
.heroform-block.has-square-decoration .row,
.heroform-block.has-square-decoration .span {
  overflow: visible;
}
.heroform-block .center {
  position: relative;
  z-index: 1;
}
.heroform-block .row {
  align-items: flex-start;
}
.heroform-block .accreditation {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin: 0;
}
.heroform-block form {
  margin: 0;
}
.heroform-block .chas-form-embed[data-chas-form-id="69e748931304c"] iframe {
  display: block;
  width: 100%;
  min-height: 560px;
}
.heroform-block .bcols-one ul,
.heroform-block .bcols-one ol {
  column-count: 1;
}
.heroform-block .bcols-two ul,
.heroform-block .bcols-two ol {
  column-count: 2;
  column-gap: var(--block-wide-gap);
}
.heroform-block .bcols-two li {
  break-inside: avoid;
}
.heroform-block p:last-child,
.heroform-block ul:last-child {
  margin-bottom: 0;
}
.heroform-block figure.bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 0;
}
.heroform-block figure.hero-block__media-decoration {
  overflow: visible;
}
.heroform-block figure.bg_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}

@media screen and (max-width: 1023px) {
  .heroform-block .accreditation {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .heroform-block {
    padding: var(--block-padding-y-mobile) 0;
  }
}
