.hero {
  position: relative;
  margin-bottom: 4.75rem;
}
.hero .search-bar {
  position: absolute;
  z-index: 2;
  width: 100%;
  justify-content: center;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(50%);
}
.hero .search-bar .views-element-container {
  width: 100%;
}
.hero .search-bar .form--inline {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.hero .search-bar .form--inline .form-item {
  padding: 0;
  width: 100%;
  float: none;
}
.hero .search-bar .form--inline .form-text {
  width: 100%;
}
.hero .search-bar .form--inline .form-select {
  border: transparent;
}
.hero .search-bar .form--inline .form-type-select {
  display: none;
}
.hero .search-bar .form--inline .form-actions {
  width: -moz-fit-content;
  width: fit-content;
}
.hero .search-bar .form--inline .form-actions input {
  border-radius: 2rem;
}

.intro {
  line-height: 1.5;
}
.intro .intro-button-cta {
  margin-top: 2rem;
}