.hero {
  position: relative;
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero.has-callouts {
  justify-content: space-between;
}
.hero .logos__image {
  border-radius: 0;
  width: auto;
}
@media (max-width: 767px) {
  .hero .logos__image {
    max-height: 70px;
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .hero .logos__image {
    max-height: 80px;
    max-width: 150px;
  }
}
.hero__bg-half {
  position: absolute;
}
.hero__bg-half:hover .edit_image_holder {
  opacity: 1;
}
.hero__bg-half-right {
  right: 0;
  left: auto;
}
.hero__bg-half-left {
  left: 0;
  right: auto;
}
.hero__bg-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero__bg-full:hover .edit_image_holder {
  opacity: 1;
}
.hero--1 .hero__bg-half {
  width: 44%;
  height: 100%;
  top: 0;
}
.hero--2.has-callouts, .hero--3.has-callouts {
  padding: 120px 0 0 !important;
}
.hero--2 .hero__header, .hero--3 .hero__header {
  margin-bottom: 400px;
}
.hero--2--container, .hero--3--container {
  height: calc(100vh - 240px);
  position: relative;
}
.hero--2 .hero__bg-half, .hero--3 .hero__bg-half {
  width: 56%;
  height: 100%;
}
.hero--4, .hero--5, .hero--6, .hero--7, .hero--8, .hero--9, .hero--10 {
  padding: 0 !important;
}
.hero--4--container, .hero--5--container, .hero--6--container, .hero--7--container, .hero--8--container, .hero--9--container, .hero--10--container {
  flex-grow: 1;
}
.hero--4 .hero__bg-full:after, .hero--5 .hero__bg-full:after, .hero--6 .hero__bg-full:after, .hero--7 .hero__bg-full:after, .hero--8 .hero__bg-full:after, .hero--9 .hero__bg-full:after, .hero--10 .hero__bg-full:after {
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  opacity: 0.25;
  background-color: black;
}
.hero--5 .edit_image_holder, .hero--6 .edit_image_holder {
  align-items: flex-end;
  padding-bottom: 10%;
}
.hero--6 {
  border: 1.5rem solid white;
}
.hero--7--container, .hero--8--container, .hero--9--container {
  padding-bottom: 120px;
}
.hero--9 .hero__text p:first-child,
.hero--9 .hero__text ul:first-child {
  margin-top: 0 !important;
}
.hero--10--container {
  padding-top: 120px;
}
.hero__header {
  margin-top: 0;
}
.hero__header.display-1 {
  text-indent: -1em;
  padding-left: 1em;
}
.hero__col {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero__col .hero__text p,
.hero__col .hero__text ul,
.hero__col .hero__text li {
  font-size: var(--bs-font-size-lg) !important;
}
.hero__col .hero__text ul {
  padding: 0;
  list-style: none;
}
.hero__col .hero__text li {
  padding: 0.3em 0 0.3em 2em;
  position: relative;
}
.hero__col .hero__text li:after {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  content: "\f00c";
  color: var(--bs-primary);
  left: 0;
}
.hero__video {
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__video .video-pause-btn .video-btn-wrap {
  bottom: 0;
  right: 0;
  transform: none;
}
.hero__video video {
  border-radius: 0;
}
.hero__scroll {
  display: block;
  color: var(--bs-white);
}
.hero__scroll:hover, .hero__scroll:focus {
  color: var(--bs-primary);
}
.hero__scroll .scrollOn {
  animation: action 1s infinite alternate;
}
.hero__background-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero__background-img--left {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.hero__background-img--right {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

@keyframes action {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(12px);
  }
}
@media only screen and (max-width: 991px) {
  .cta-section {
    min-height: initial;
  }
}
.cta-section .hero--10--container {
  padding: 157px 0 139px 0;
}
.cta-section .hero--10--container:before {
  content: "";
  background-color: #0F182B;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 1170px) {
  .cta-section .hero--10--container {
    padding: 64px 0 60px 0;
  }
}
.cta-section .hero--10--container .hero__col {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  height: 100%;
  padding: 0;
  color: #fff;
}
.cta-section .hero--10--container .hero__header {
  max-width: 785px;
  line-height: 90% !important;
  margin-bottom: 363px;
  letter-spacing: -4.5px !important;
}
@media only screen and (max-width: 1199px) {
  .cta-section .hero--10--container .hero__header {
    letter-spacing: -2.16px !important;
  }
}
@media only screen and (max-width: 991px) {
  .cta-section .hero--10--container .hero__header {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .cta-section .hero--10--container .hero__header {
    line-height: 38px !important;
  }
}
.cta-section .hero--10--container .hero__text {
  margin-top: auto;
  max-width: 890px;
}
@media only screen and (max-width: 1440px) {
  .cta-section .hero--10--container .hero__text {
    max-width: 750px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-section .hero--10--container .hero__text {
    margin-top: 366px;
  }
}
.cta-section .hero--10--container .hero__text h3 {
  margin: 0;
  font-size: 35px;
  line-height: 44px;
}
@media only screen and (max-width: 991px) {
  .cta-section .hero--10--container .hero__text h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.cta-section .hero--10--container .component__buttons-container {
  margin-top: auto;
}
@media only screen and (max-width: 1199px) {
  .cta-section .hero--10--container .component__buttons-container {
    margin-top: 20px;
  }
}
.cta-section .hero--10--container .component__buttons-container .btn {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  background-color: transparent !important;
  border: 0;
  padding: 0;
  min-width: 100%;
  float: right;
  margin: 0 0 11px 0;
}
@media only screen and (max-width: 767px) {
  .cta-section .hero--10--container .component__buttons-container .btn {
    font-size: 18px;
    line-height: 1;
  }
}
.cta-section .hero--10--container .component__buttons-container .btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -10px;
  left: 0;
  right: 0;
  background-color: #ff9d00;
  transition: width 0.4s ease-in-out;
}
.cta-section .hero--10--container .component__buttons-container .btn:hover {
  color: #ff9d00 !important;
}
.cta-section .hero--10--container .component__buttons-container .btn:hover:after {
  width: 0;
}
@media only screen and (max-width: 767px) {
  .cta-section .hero--10--container .hero__bg-full img {
    -o-object-position: 84% 60%;
       object-position: 84% 60%;
  }
}/*# sourceMappingURL=hero.css.map */