section.herolanding:not(.admin):first-child {
  padding-top: var(--header-height);
}
@container main (max-width: 47.9375rem) {
  section.herolanding .herolanding-grid {
    padding-top: 1.5rem;
  }
}
section.herolanding .img-wrapper {
  border-radius: var(--image-radius);
  overflow: hidden;
}
section.herolanding .img-wrapper img,
section.herolanding .img-wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@container main (min-width: 64.0625rem) {
  section.herolanding .img-wrapper {
    aspect-ratio: 743/692;
  }
}
@container main (min-width: 48rem) and (max-width: 64rem) {
  section.herolanding .img-wrapper {
    aspect-ratio: 720/583;
  }
}
@container main (max-width: 47.9375rem) {
  section.herolanding .img-wrapper {
    aspect-ratio: 327/336;
  }
}
@container main (min-width: 90rem) {
  section.herolanding .content-col {
    padding-left: 55px;
    padding-right: 130px;
  }
}
@container main (min-width: 64.0625rem) and (max-width: 89.9375rem) {
  section.herolanding .content-col {
    padding-left: 35px;
  }
}
section.herolanding .carousel {
  padding-bottom: 0;
}
section.herolanding .carousel .pagination {
  bottom: 13px;
}
section.herolanding .carousel .pagination li {
  background-color: var(--white);
}
section.herolanding h1 {
  color: var(--primary-light);
}
section.herolanding .lead {
  color: var(--primary-light);
}
section.herolanding .count-item {
  border-left: 1px solid var(--grass-200);
}
section.herolanding .count-item:first-child {
  border-left: none;
}
section.herolanding .count-item .number {
  color: var(--sand-400);
  display: block;
  line-height: 1.2;
  overflow: hidden;
}
section.herolanding .count-item .text {
  color: var(--primary-light);
  line-height: 1.2;
  overflow: hidden;
}
@container main (min-width: 90rem) {
  section.herolanding .count-item:nth-child(6n+1) {
    border-left: none;
  }
}
@container main (min-width: 64.0625rem) {
  section.herolanding .count-item {
    padding-inline: 20px;
  }
  section.herolanding .count-item:first-child {
    padding-inline: 20px;
  }
  section.herolanding .count-item .number {
    font-size: 64px;
  }
}
@container main (min-width: 64.0625rem) and (max-width: 89.9375rem) {
  section.herolanding .count-item:nth-child(5n+1) {
    border-left: none;
  }
}
@container main (min-width: 48rem) and (max-width: 64rem) {
  section.herolanding .count-item {
    padding-inline: 20px;
  }
  section.herolanding .count-item:nth-child(3n+1) {
    border-left: none;
  }
  section.herolanding .count-item .number {
    font-size: 50px;
  }
}
@container main (max-width: 47.9375rem) {
  section.herolanding .count-item {
    padding-inline: 16px;
    padding-block: 10px;
  }
  section.herolanding .count-item:first-child {
    border-left: 1px solid var(--grass-200);
  }
  section.herolanding .count-item .number {
    font-size: 32px;
  }
}