.l-destinies-header{width: 100%;}

.l-destinies-header__container {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1250px) {
  .l-destinies-header__container {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
.l-destinies-header__background-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-destinies-header__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .l-destinies-header__background {
    border-radius: 0;
  }
}
.l-destinies-header__text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  min-height: 804px;
  padding: 30px 0 272px 0;
  position: relative;
}
@media (max-width: 1599.98px) {
  .l-destinies-header__text {
    min-height: 643.2px;
    padding: 24px 0 217.6px 0;
  }
}
@media (max-width: 991.98px) {
  .l-destinies-header__text {
    padding: 30px 0 185px 0;
    min-height: 480px;
  }
}
.l-destinies-header h1 {
  font-family: "Poppins", sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 3.75em;
  font-weight: bold;
  margin: 0;
  text-align: center;
  line-height: 1.13;
  color: #fff;
}
@media (max-width: 1599.98px) {
  .l-destinies-header h1 {
    font-size: 3em;
  }
}
@media (max-width: 991.98px) {
  .l-destinies-header h1 {
    font-size: 1.75em;
  }
}
.l-destinies-header__intro {
  text-shadow: 0 2px 14px var(--color-base-dark);
  font-size: 1.125em;
  font-weight: 500;
  margin: 15px 0 0 0;
  line-height: 1.67;
  color: #fff;
  text-align: center;
  text-wrap: balance;
}
@media (max-width: 1599.98px) {
  .l-destinies-header__intro {
    font-size: 0.9em;
  }
}
@media (max-width: 991.98px) {
  .l-destinies-header__intro {
    font-size: 0.875em;
  }
}
.l-destinies-header form {
  position: relative;
  max-width: 520px;
  margin: 40px auto 0 auto;
}
@media (max-width: 1599.98px) {
  .l-destinies-header form {
    max-width: 416px;
    margin: 32px auto 0 auto;
  }
}
@media (max-width: 991.98px) {
  .l-destinies-header form {
    margin: 15px auto 0 auto;
  }
}
.l-destinies-header__search {
  border: none;
  background: rgba(0, 0, 0, 0.48);
  outline: none;
  display: block;
  width: 100%;
  padding: 18px 70px 18px 30px;
  color: #ff6600;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
  border-radius: 46px;
}
@media (max-width: 1599.98px) {
  .l-destinies-header__search {
    padding: 14.4px 56px 14.4px 24px;
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .l-destinies-header__search {
    font-size: 0.875em;
    padding: 17px 70px 17px 25px;
  }
}
.l-destinies-header__search::placeholder {
  color: #fff;
}
.l-destinies-header button {
  position: absolute;
  outline: none;
  border: none;
  background: none;
  height: 100%;
  width: 40px;
  top: 0;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-destinies-header button img {
  width: 24px;
}
@media (max-width: 1599.98px) {
  .l-destinies-header button img {
    width: 19.2px;
  }
}
.l-destinies-header__results {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: opacity 0.15s ease;
  z-index: 99;
}
.l-destinies-header__results.is-active {
  opacity: 1;
  pointer-events: initial;
}
.l-destinies-header__results:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fbf6ee transparent;
  transform: rotate(0deg);
}
.l-destinies-header__results-scroll {
  background: #fbf6ee;
  width: 100%;
  max-height: 350px;
  box-shadow: 0 22px 34px -20px rgba(0, 0, 0, 0.75);
  border-radius: 6px;
  overflow: auto;
}
@media (max-width: 991.98px) {
  .l-destinies-header__results-scroll {
    max-height: 375px;
  }
}
.l-destinies-header__results-scroll::-webkit-scrollbar {
  width: 7px;
}
.l-destinies-header__results-scroll::-webkit-scrollbar-thumb {
  background-color: #ff6600;
  border-radius: 6px;
}
.l-destinies-header__results-scroll::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 6px;
}
.l-destinies-header__result {
  min-height: 80px;
  position: relative;
  padding: 5px 120px 5px 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .l-destinies-header__result {
    min-height: 85px;
    padding: 5px 15px 5px 70px;
  }
}
.l-destinies-header__result:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 40px);
  bottom: 0;
  left: 20px;
  border-bottom: 1px dashed #979797;
}
@media (max-width: 991.98px) {
  .l-destinies-header__result:after {
    left: 15px;
    width: calc(100% - 30px);
  }
}
.l-destinies-header__result img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .l-destinies-header__result img {
    width: 45px;
    height: 45px;
    left: 15px;
  }
}
.l-destinies-header__result:last-child:after {
  display: none;
}
.l-destinies-header__result:hover {
  background: #f1e6d5;
  opacity: 1;
}
.l-destinies-header__result:hover .l-destinies-header__result-name,
.l-destinies-header__result:hover .l-destinies-header__result-province {
  color: #ff6600;
}
.l-destinies-header__result > div {
  line-height: 1.2;
}
.l-destinies-header__result-name {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
  display: inline;
}
@media (max-width: 991.98px) {
  .l-destinies-header__result-name {
    font-size: 0.875em;
  }
}
.l-destinies-header__result-province {
  font-size: 0.75em;
  margin: 0;
  display: inline;
  line-height: 1.2;
}
.l-destinies-header__result-number {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75em;
  margin: 0;
}
@media (max-width: 991.98px) {
  .l-destinies-header__result-number {
    position: relative;
    top: 0;
    left: 0;
    line-height: 1.2;
    transform: none;
    margin: 2px 0 0 0;
  }
}