/******* Functions *******/
/******* Mixins *******/
/******* Bootstrap *******/
/**
* Fonts
*/
:root {
  --bs-primary: $blue;
  --bs-secondary: $gray-600;
  --bs-tertiary: $teal;
  --bs-success: $green;
  --bs-info: $cyan;
  --bs-warning: $yellow;
  --bs-danger: $red;
  --bs-light: $gray-100;
  --bs-dark: $gray-900;
}

/******* Variables *******/
.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: 767.98px) {
  .hero .logos__image {
    max-height: 70px;
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .hero .logos__image {
    max-height: 80px;
    max-width: 150px;
  }
}
.hero__header sup {
  font-size: 0.5em !important;
  top: -0.85em !important;
}
.hero__bg-half {
  position: absolute;
}
.hero__bg-half-right {
  right: 1rem;
  left: auto;
}
.hero__bg-half-left {
  left: 1rem;
  right: auto;
}
.hero__bg-half img {
  border-radius: var(--bs-border-radius-lg);
}
.hero__bg-full {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}
.hero .gform_wrapper {
  padding: 0 !important;
  margin-top: 50px;
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991.98px) {
  .hero .gform_wrapper {
    padding: calc(var(--bs-padding-x-lg) * 1.44);
  }
}
@media (max-width: 767.98px) {
  .hero .gform_wrapper {
    padding: calc(var(--bs-padding-x-lg) * 1.25);
  }
}
@media (max-width: 575.98px) {
  .hero .gform_wrapper {
    padding: var(--bs-padding-x-lg);
  }
}
.hero .gform_wrapper .gform_required_legend {
  display: none !important;
}
.hero .gform_wrapper .gform_fields {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
}
.hero .gform_wrapper .gform_title {
  font-size: var(--bs-font-size-h3) !important;
}
.hero .gform_wrapper .gform_heading {
  margin-bottom: 2rem;
}
.hero .gform_wrapper .gform_button {
  background-color: var(--bs-primary) !important;
}
.hero .gform_wrapper form {
  max-width: 500px;
  position: relative;
}
.hero .gform_wrapper form .gform-body {
  flex-grow: 1;
}
.hero .gform_wrapper form .gform-body input {
  border-radius: var(--bs-border-radius);
  font-size: 16px !important;
  padding: 0.5rem 1rem !important;
  height: auto !important;
  color: var(--bs-primary) !important;
  background-color: white !important;
}
.hero .gform_wrapper form .gform-body input::-moz-placeholder {
  color: var(--bs-gray-600) !important;
}
.hero .gform_wrapper form .gform-body input::placeholder {
  color: var(--bs-gray-600) !important;
}
@media (max-width: 575.98px) {
  .hero .gform_wrapper form .gform-body input {
    text-align: center !important;
    padding: 0.25rem 1rem !important;
  }
}
.hero .gform_wrapper form .gform-body label {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--bs-primary) !important;
}
.hero .gform_wrapper form .gform-body .gfield_validation_message {
  position: absolute !important;
}
.hero .gform_wrapper form .gform-footer .gform_button.button.btn.btn-primary,
.hero .gform_wrapper form .gform-footer .gform_button.button,
.hero .gform_wrapper form .gform-footer.gform_footer .gform_button.button.btn.btn-primary,
.hero .gform_wrapper form .gform-footer.gform_footer .gform_button.button {
  border-radius: var(--bs-border-radius) !important;
  font-size: 16px !important;
  padding-top: 0.85rem !important;
  padding-bottom: 0.85rem !important;
  background-color: var(--bs-secondary) !important;
}
.hero .gform_wrapper form .gform-footer .gform_button.button.btn.btn-primary:hover, .hero .gform_wrapper form .gform-footer .gform_button.button.btn.btn-primary:active, .hero .gform_wrapper form .gform-footer .gform_button.button.btn.btn-primary:focus,
.hero .gform_wrapper form .gform-footer .gform_button.button:hover,
.hero .gform_wrapper form .gform-footer .gform_button.button:active,
.hero .gform_wrapper form .gform-footer .gform_button.button:focus,
.hero .gform_wrapper form .gform-footer.gform_footer .gform_button.button.btn.btn-primary:hover,
.hero .gform_wrapper form .gform-footer.gform_footer .gform_button.button.btn.btn-primary:active,
.hero .gform_wrapper form .gform-footer.gform_footer .gform_button.button.btn.btn-primary:focus,
.hero .gform_wrapper form .gform-footer.gform_footer .gform_button.button:hover,
.hero .gform_wrapper form .gform-footer.gform_footer .gform_button.button:active,
.hero .gform_wrapper form .gform-footer.gform_footer .gform_button.button:focus {
  border-color: var(--bs-secondary) !important;
}
@media (max-width: 575.98px) {
  .hero .gform_wrapper form .gform-footer .gform_button.button.btn.btn-primary,
  .hero .gform_wrapper form .gform-footer .gform_button.button,
  .hero .gform_wrapper form .gform-footer.gform_footer .gform_button.button.btn.btn-primary,
  .hero .gform_wrapper form .gform-footer.gform_footer .gform_button.button {
    width: 100%;
  }
}
.hero:not(.submit-out) .gform_wrapper form .gform-footer,
.hero:not(.submit-out) .gform_wrapper form .gform-footer.gform_footer {
  margin-top: 0 !important;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media (max-width: 575.98px) {
  .hero:not(.submit-out) .gform_wrapper form .gform-footer,
  .hero:not(.submit-out) .gform_wrapper form .gform-footer.gform_footer {
    margin-top: 10px !important;
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.hero--1, .hero--2, .hero--3 {
  min-height: 50vh;
}
@media (max-width: 767.98px) {
  .hero--1, .hero--2, .hero--3 {
    padding-bottom: 0 !important;
  }
}
.hero--1 .hero__bg-half, .hero--2 .hero__bg-half, .hero--3 .hero__bg-half {
  width: 40%;
  height: calc(100% - 2rem);
  top: 1rem;
}
@media (max-width: 767.98px) {
  .hero--1 .hero__bg-half, .hero--2 .hero__bg-half, .hero--3 .hero__bg-half {
    position: relative;
    width: 100%;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    padding: 1rem;
  }
  .hero--1 .hero__bg-half img, .hero--2 .hero__bg-half img, .hero--3 .hero__bg-half img {
    position: relative !important;
    max-height: 60vh;
  }
}
.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;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.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);
  }
}
