.gift-hero {
  margin-top: calc(var(--header-line-height) * -1);
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .gift-hero {
    padding-top: 120px;
    padding-bottom: 70px;
    min-height: 50vh;
  }
}
.gift-hero__image {
  z-index: 1;
  border-radius: 0 0 16px 16px;
}
.gift-hero__text {
  position: relative;
  z-index: 2;
}
.gift-hero .site-breadcrumbs {
  color: var(--const-white);
}
.gift-hero .site-breadcrumbs a {
  color: inherit;
}
.gift-hero__title {
  margin-top: 40px;
  color: var(--const-white);
}
@media (max-width: 991px) {
  .gift-hero__title {
    margin-top: 20px;
  }
}
.gift-hero__description {
  margin-top: 24px;
  color: var(--const-white);
}
@media (max-width: 991px) {
  .gift-hero__description {
    margin-top: 16px;
  }
}
.gift-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 12px 24px;
  color: var(--const-dark-blue);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  background: var(--const-white);
  cursor: pointer;
  border: none;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  .gift-hero__button {
    margin-top: 24px;
    width: 100%;
  }
}
.gift-hero__button:hover {
  opacity: 0.7;
}

.gift-lead-popup {
  display: none;
}

/*# sourceMappingURL=critical.css.map */
