.homepagehero a{
  text-decoration: none;
}

.homepagehero p{
  margin-bottom: 0px;
}

.homepagehero .gradient-top {
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(24, 47, 75, 0.9), rgba(28, 65, 106, 0.6) 25%, rgba(26, 55, 90, 0.3) 30%, rgba(67, 70, 74, 0));
  width: 100%;
  height: 224px;
  overflow: hidden;
}
.homepagehero .gradient-left {
  position: absolute;
  top: 0px;
  left: 992px;
  background: linear-gradient(180deg, rgba(67, 70, 74, 0) 10%, rgba(26, 55, 90, 0.3) 40%, rgba(28, 65, 106, 0.8) 80%, #182f4b);
  width: 600px;
  height: 992px;
  overflow: hidden;
  transform:  rotate(90deg);
  transform-origin: 0 0;
  display: none;
}
.homepagehero .gradient-left1 {
  position: absolute;
  top: 0px;
  left: 992px;
  background: linear-gradient(180deg, rgba(67, 70, 74, 0) 10%, rgba(26, 55, 90, 0.3) 40%, rgba(28, 65, 106, 0.8) 80%, #182f4b);
  width: 600px;
  height: 992px;
  overflow: hidden;
  transform:  rotate(90deg);
  transform-origin: 0 0;
}
.homepagehero .gradient-bottom {
  position: sticky;
  top: 352px;
  left: 0px;
  background: linear-gradient(180deg, rgba(67, 70, 74, 0) 10%, rgba(26, 55, 90, 0.3) 40%, rgba(28, 65, 106, 0.8) 80%, #182f4b);
  width: 100%;
  height: 256px;
  overflow: hidden;
}
.homepagehero .header {
  align-self: stretch;
  position: relative;
  font-family: var(--Fonts-Family-Heading, "Open Sans");
  font-size: var(--Fonts-Size-H1, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Fonts-Line-Height-xxxx-lg, 40px); /* 100% */
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.homepagehero .headline {
  align-self: stretch;
  border-left: 8px solid #fed141;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 24px;
}
.homepagehero .lorem-ipsum-dolor {
  position: relative;
  line-height: 140%;
  display: inline-block;
}
.homepagehero .sub-headline {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 20px;
}
.homepagehero .headline-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
.homepagehero .text {
  position: relative;
  letter-spacing: 0.08em;
  line-height: 150%;
}
.homepagehero .buttons {
  border-radius: 4px;
  background: linear-gradient(-90deg, #fec711, #fed143 49.5%, #fad665);
  border: 1px solid #fed141;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  text-align: center;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  /* width: 124px;
  height: 24px; */
}
.homepagehero .buttons a:focus-visible {
  border: 3px solid black !important;
}
.homepagehero .homepage-hero-header {
  position: absolute;
  left: 172px;
  filter: drop-shadow(2px 3px 10px rgba(0, 0, 0, 0.15)) drop-shadow(2px 3px 5px rgba(0, 0, 0, 0.06));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}
.homepagehero.property-1desktop {
  width: 100%;
  position: relative;
  height: 600px;
  overflow: hidden;
  text-align: left;
  font-size: 40px;
  color: #ffffff;
  border-bottom: 5px solid var(--logo-background-color);
}
.homepagehero .homepage-hero-image{
  width: 100%;
  top:  -115.195px;
  bottom: 0px;
  left: 0;
  right: 0;
  position: absolute;
  object-fit: cover;
  object-position: top;
}
.homepagehero .homepage-hero-content{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.homepagehero .cta-arrow {
  display: none !important;
}

.homepagehero .buttonAndArrow {
  padding-right: 0px !important;
  color: #ffffff;
  font-family: var(--Fonts-Family-Text, "Open Sans");
  font-size: var(--Fonts-Size-Text-Large, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Fonts-Line-Height-sm, 24px); /* 120% */
}

@media screen and (min-width:1024px) {
  .homepagehero .homepage-hero-header {
      padding-left: 172px;
      filter: drop-shadow(2px 3px 10px rgba(0, 0, 0, 0.15)) drop-shadow(2px 3px 5px rgba(0, 0, 0, 0.06));
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 24px;
      height: 100%;
      top: 0;
      left: 0;
  }
  .homepagehero .headline-parent{
    max-width: 380px;
  }
}

@media screen and (max-width: 1023.9px) { 
  .homepagehero .gradient-top {
      position: absolute;
      top: 0px;
      left: 0px;
      background: linear-gradient(180deg, rgba(13, 48, 91, 0.9), rgba(19, 53, 91, 0.6) 25%, rgba(14, 43, 78, 0.3) 30%, rgba(15, 43, 81, 0));
      width: 100%;
      height: 136px;
      overflow: hidden;
  }
  .homepagehero .gradient-left {
      position: absolute;
      top: 0px;
      left: 200px;
      background: linear-gradient(180deg, rgba(67, 70, 74, 0) 10%, rgba(26, 55, 90, 0.3) 40%, rgba(28, 65, 106, 0.8) 80%, #182f4b);
      width: 360px;
      height: 200px;
      overflow: hidden;
      transform:  rotate(90deg);
      transform-origin: 0 0;
      display: none;
  }
  .homepagehero .gradient-left1 {
      position: absolute;
      top: 0px;
      left: 200px;
      background: linear-gradient(180deg, rgba(15, 43, 81, 0), rgba(14, 43, 78, 0.3) 40%, rgba(19, 53, 91, 0.6) 70%, rgba(13, 48, 91, 0.9));
      width: 440px;
      height: 200px;
      overflow: hidden;
      transform:  rotate(90deg);
      transform-origin: 0 0;
  }
  .homepagehero .gradient-bottom {
      position: sticky;
      bottom: 0px;
      left: 0px;
      background: linear-gradient(180deg, rgba(15, 43, 81, 0), rgba(14, 43, 78, 0.3) 40%, rgba(19, 53, 91, 0.6) 70%, rgba(13, 48, 91, 0.9));
      width: 375px;
      height: 272px;        
      overflow: hidden;
  }
  .homepagehero .header {
      flex: 1;
      position: relative;
      font-size:  26px;
      font-style: normal;
      font-weight: 700;
      line-height:  28px;
      letter-spacing: 2.08px;
  }
  .homepagehero .header-wrapper {
      flex: 1;
      padding-right: 8px;
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: flex-start;
  }
  .homepagehero .headline {
      align-self: stretch;
      border-left: 6px solid #fed141;
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: flex-start;
      padding: 0px 16px;
  }
  .homepagehero .lorem-ipsum-dolor {
      display: flex;
      width: 100%;
      justify-content: space-between;
      line-height: 18px;
      font-weight: 600;
      align-items: end;
      gap: 8px;
  }
  .homepagehero .sub-headline {
      align-self: stretch;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      font-size: 16px;
  }
  .homepagehero .headline-parent {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      gap: 8px;
  }
  .homepagehero .navigation-chevron-right {
      position: relative;
      overflow: hidden;
      flex-shrink: 0;
  }
  .homepagehero .navigation-chevron-right-wrapper {
      align-self: stretch;
      width: 24px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
  }
  .homepagehero .cta-arrow {
      width: 24px;
      border-radius: 32px;
      background: linear-gradient(-90deg, #f0b323, #fed141 49.5%, #fed141);
      height: 24px;
      display: flex !important;
      flex-direction: row;
      align-items: center;
      justify-content: center;
  }
  .homepagehero .homepage-hero-header {
      bottom: 25px;
      left: 20px;
      filter: drop-shadow(2px 3px 10px rgba(0, 0, 0, 0.15));
      right: 16px;
  }
  .homepagehero.property-1desktop {
      width: 100%;
      position: relative;
      height: 364px;
      overflow: hidden;
      text-align: left;
      font-size: 26px;
      color: #fff;
      border-bottom: 5px solid var(--logo-background-color);
  }
  .homepagehero .homepage-hero-image{
      width: 100%;
      bottom: 0px;
      top: 0px;
      height: 100%;
      position: absolute;
      object-fit: cover;
      object-position: center;
  }
  .homepagehero .buttons {
      display: none;
  }
  .homepagehero .buttonAndArrow {
      padding-bottom: 0px !important;
      color: var(--text-invert, #FFF);
      font-family: var(--Fonts-Family-Text, "Open Sans");
      font-size:  16px;
      font-style: normal;
      font-weight: 600;
      line-height:  22px; /* 137.5% */
  }
}
