.elementor-43647 .elementor-element.elementor-element-921cfa4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43647 .elementor-element.elementor-element-e4ac354 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-e4ac354 */.lh-home-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  font-family: "Outfit", sans-serif;
}

.lh-home-hero * {
  box-sizing: border-box;
}

.lh-home-hero__media {
  min-height: 487px;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0) 100%),
    var(--lh-hero-bg-desktop);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lh-home-hero__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
}

.lh-home-hero__content {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
  padding: 0 75px 46px;
  color: #fff;
}

.lh-home-hero__badge {
  display: block;
  width: 82px;
  height: 18px;
  margin: 0 0 14px;
  background-image: var(--lh-hero-badge-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lh-home-hero__title {
  margin: 0 0 18px;
  max-width: 521px;
  font-family: "Silk Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  line-height: 52px;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.lh-home-hero__copy {
  margin: 0 0 26px;
  max-width: 364px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  color: #fff;
}

.lh-home-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 251px;
  min-height: 31px;
  padding: 6px 22px;
  border-radius: 2px;
  background: #f4efe8;
  color: #080808;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease;
}

.lh-home-hero__button:hover,
.lh-home-hero__button:focus-visible {
  background: #efe7dd;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .lh-home-hero__media {
    min-height: 617px;
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.18) 55%, rgba(0, 0, 0, 0.36) 100%),
      var(--lh-hero-bg-mobile);
  }

  .lh-home-hero__content {
    max-width: 681px;
    padding: 0 61px 44px;
  }

  .lh-home-hero__badge {
    margin-bottom: 28px;
  }

  .lh-home-hero__title {
    max-width: 546px;
    margin-bottom: 28px;
    font-size: 40px;
    line-height: 52px;
  }

  .lh-home-hero__copy {
    max-width: 405px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
  }

  .lh-home-hero__button {
    display: none;
  }
}/* End custom CSS */