.rb-hero-banner {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}.rb-hero-banner .hb-hero-image {
  width: 100%;
  height: 100%;
}
.rb-hero-banner .hb-hero-image .hb-hero-picture {
  height: 100%;
}
.rb-hero-banner .hb-hero-image .hb-hero-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rb-hero-banner .hbhi-banner-title {
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: normal;
  color: #FFF;
  text-shadow: 0 0 24px #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0;
}
.rb-hero-banner .hbhi-banner-title::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (min-width: 768px) {
  .rb-hero-banner .hbhi-banner-title {
    font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 9rem;
    line-height: 9rem;
  }
}
.rb-hero-banner .rb-roundel {
  position: absolute;
  top: 9px;
  right: 9px;
}
.rb-hero-banner .rb-roundel .roundel-image-pod {
  position: absolute;
  max-width: 70px;
  right: 30px;
  top: 25px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .rb-hero-banner .rb-roundel .roundel-image-pod {
    max-width: 164px;
  }
}


/*# sourceMappingURL=hero-banner-styles.css.map */