.hero-homepage-02 {
  background-size: cover;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: white;
  min-height: 735px !important;
  position: relative;
  height: 100vh;
}

.hero-homepage-02 a {
  color: black;
}

.hero-homepage-02 .banner-overlay {
  display: flex;
  height: 100%;
  align-content: center;
  align-items: center;
}

.hero-homepage-02 .banner-header {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.banner-header h1 {
  line-height: 80px;
  position: relative;
  z-index: 10;
}

.orange-text-background {
  height: 60px;
  width: 820px;
  background-color: #FBAD17;
  position: relative;
  top: -159px;
  right: 0px;
  z-index: 2;
}
.banner-header h2 {
font-size: 40px;
}
#header-h2 {
margin-bottom: 0px;
}

/* .hero-homepage-02 .line {
display: -webkit-flex;
display: flex;
} */

/* .hero-homepage-02 .line:after {
content: '';
clear: both;
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
border-style: solid;
border-width: 0;
border-width: 1px 0;
margin-left: 22px;
} */

.hero-homepage-02 a:hover {
  text-decoration: none;
}
.hero-homepage-02 a {
  text-decoration: none;
}

.hero-homepage-02 button {
  color: transparent;
  border: 2px solid black;
  padding: 14px 20px;
  width: 350px;
  margin-right: 10px;
  background-color: white;
}

.hero-homepage-02 .button-container {
  display: flex;
  flex-direction: column;
  max-width: 880px;
}

.hero-homepage-02 .button-links {
  margin-bottom: 15px;
}

.hero-homepage-02 button:hover {
  border-color: 2px solid black;
}
.btn-69,
  .btn-69 *,
  .btn-69 :after,
  .btn-69 :before,
  .btn-69:after,
  .btn-69:before {
    border: 2px solid;
    box-sizing: border-box;
  }
  .btn-69 {
    -webkit-appearance: button;
    background-color: #ffff;
    background-image: none;
    color: black;
    cursor: pointer;
    font-family: barlow;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
    padding: 0;
    text-decoration: none;
  }
  .btn-69:disabled {
    cursor: default;
  }
  .btn-69:-moz-focusring {
    outline: auto;
  }
  .btn-69 svg {
    display: block;
    vertical-align: middle;
  }
  .btn-69 [hidden] {
    display: none;
  }
  .btn-69 {
    box-shadow: inset 0 0 0 2px #fff;
    box-sizing: border-box;
    display: block;
    font-weight: 900;
    padding: 1.2rem 3rem;
    position: relative;
    text-transform: uppercase;
    transition: color 0.1s linear;
  }
  .btn-69:after,
  .btn-69:before {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
  }
  .btn-69:before {
    border-left: var(--border);
    border-top: var(--border);
    left: 0;
    top: 0;
  }
  .btn-69:hover:before {
    --border: 7px solid #FBAD17;
    -webkit-animation: border-top-and-right 1s forwards;
    animation: border-top-and-right 1s forwards;
  }
  .btn-69:after {
    border-bottom: var(--border);
    border-right: var(--border);
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  .btn-69:hover:after {
    --border: 7px solid #FBAD17;
    -webkit-animation: border-bottom-and-left 1s forwards;
    animation: border-bottom-and-left 1s forwards;
  }
  @-webkit-keyframes border-top-and-right {
    0% {
      height: 0;
      width: 0;
    }
    50% {
      height: 0;
      width: 100%;
    }
    to {
      height: 100%;
      width: 100%;
    }
  }
  @keyframes border-top-and-right {
    0% {
      height: 0;
      width: 0;
    }
    50% {
      height: 0;
      width: 100%;
    }
    to {
      height: 100%;
      width: 100%;
    }
  }
  @-webkit-keyframes border-bottom-and-left {
    0% {
      height: 0;
      width: 0;
    }
    50% {
      height: 100%;
      width: 0;
    }
    to {
      height: 100%;
      width: 100%;
    }
  }
  @keyframes border-bottom-and-left {
    0% {
      height: 0;
      width: 0;
    }
    50% {
      height: 100%;
      width: 0;
    }
    to {
      height: 100%;
      width: 100%;
    }
  }

@media (max-width: 991px) {
  .hero-homepage-02 .banner-header {
    margin-left: 20px !important;
    line-height: 1;
    margin-top: 60px;
    max-width: 880px;
  }

  .hero-homepage-02 .button-container {
    flex-direction: column;
  }

  .hero-homepage-02 .button-links {
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .hero-homepage-02 {
    margin-top: 85px !important; 
  }
  .hero-homepage-02 .button-container {
    flex-direction: column;
    max-width: 500px;
  }
  .hero-homepage-02 .banner-header {
    max-width: 680px;
  }
  .hero-homepage-02 .button-links {
  padding-bottom: 10px;
  margin-bottom: 0px;
  }
  .orange-text-background {
  height: 45px;
  width: 485px;
  background-color: #FBAD17;
  position: relative;
  top: -225px;
  right: 0px;
  z-index: 2;
  }
  .left-button-container {
  padding-bottom: 10px;
  }

@media (max-width: 432px) {
  .hero-homepage-02 {
    margin-top: 5px !important; 
  }
  .hero-homepage-02 button {
  color: transparent;
  border: 2px solid black;
  padding: 10px 5px;
  width: 335px;
  background-color: white;
  margin-right: 0px;
  }
  .banner-header {
  margin: 0px;
  }
  .hero-homepage-02 .banner-header {
  max-width: 300px;
  }
  .hero-homepage-02 .banner-header {
  margin-top: 0px;
  margin-left: 0px !important;
  }
  .banner-header h1 {
  line-height: 40px;
  padding-top: 120px;
  }
  #header-h2 {
  font-size: 28px;
  margin-bottom: 0px;
  }
  .orange-text-background {
  height: 30px;
  width: 275px;
  background-color: #FBAD17;
  position: relative;
  top: -136px;
  right: 0px;
  z-index: 2;
  }

}
