/******* 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;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero--1[data-bs-theme=dark] .hero__header span, .hero--2[data-bs-theme=dark] .hero__header span, .hero--3[data-bs-theme=dark] .hero__header span, .hero--4[data-bs-theme=dark] .hero__header span, .hero--5[data-bs-theme=dark] .hero__header span {
  color: var(--bs-info) !important;
}

.hero--1 .swiper, .hero--2 .swiper, .hero--3 .swiper, .hero--4 .swiper, .hero--5 .swiper {
  overflow: hidden;
  position: relative;
}

.hero--1 .swiper:before, .hero--1 .swiper:after, .hero--2 .swiper:before, .hero--2 .swiper:after, .hero--3 .swiper:before, .hero--3 .swiper:after, .hero--4 .swiper:before, .hero--4 .swiper:after, .hero--5 .swiper:before, .hero--5 .swiper:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  content: "";
  display: block;
  z-index: 9;
}

@media (max-width: 1199.98px) {
  .hero--1 .swiper:before, .hero--1 .swiper:after, .hero--2 .swiper:before, .hero--2 .swiper:after, .hero--3 .swiper:before, .hero--3 .swiper:after, .hero--4 .swiper:before, .hero--4 .swiper:after, .hero--5 .swiper:before, .hero--5 .swiper:after {
    width: 120px;
  }
}
@media (max-width: 991.98px) {
  .hero--1 .swiper:before, .hero--1 .swiper:after, .hero--2 .swiper:before, .hero--2 .swiper:after, .hero--3 .swiper:before, .hero--3 .swiper:after, .hero--4 .swiper:before, .hero--4 .swiper:after, .hero--5 .swiper:before, .hero--5 .swiper:after {
    width: 100px;
  }
}
@media (max-width: 767.98px) {
  .hero--1 .swiper:before, .hero--1 .swiper:after, .hero--2 .swiper:before, .hero--2 .swiper:after, .hero--3 .swiper:before, .hero--3 .swiper:after, .hero--4 .swiper:before, .hero--4 .swiper:after, .hero--5 .swiper:before, .hero--5 .swiper:after {
    width: 80px;
  }
}
@media (max-width: 575.98px) {
  .hero--1 .swiper:before, .hero--1 .swiper:after, .hero--2 .swiper:before, .hero--2 .swiper:after, .hero--3 .swiper:before, .hero--3 .swiper:after, .hero--4 .swiper:before, .hero--4 .swiper:after, .hero--5 .swiper:before, .hero--5 .swiper:after {
    width: 50px;
  }
}
.hero--1 .swiper:before, .hero--2 .swiper:before, .hero--3 .swiper:before, .hero--4 .swiper:before, .hero--5 .swiper:before {
  left: 0;
  background: var(--bs-dark);
  background: linear-gradient(90deg, rgba(var(--bs-dark-rgb), 1) 20%, rgba(var(--bs-dark-rgb), 0) 90%);
}

.hero--1 .swiper:after, .hero--2 .swiper:after, .hero--3 .swiper:after, .hero--4 .swiper:after, .hero--5 .swiper:after {
  right: 0;
  background: linear-gradient(270deg, rgba(var(--bs-dark-rgb), 1) 20%, rgba(var(--bs-dark-rgb), 0) 90%);
}

.hero--1 .swiper .swiper-wrapper, .hero--2 .swiper .swiper-wrapper, .hero--3 .swiper .swiper-wrapper, .hero--4 .swiper .swiper-wrapper, .hero--5 .swiper .swiper-wrapper {
  padding: 0;
  transition-timing-function: linear !important;
}

.hero--1 .swiper .swiper-slide, .hero--2 .swiper .swiper-slide, .hero--3 .swiper .swiper-slide, .hero--4 .swiper .swiper-slide, .hero--5 .swiper .swiper-slide {
  opacity: 1 !important;
  padding: 10px;
}

.hero--1 .swiper .swiper-slide .card, .hero--2 .swiper .swiper-slide .card, .hero--3 .swiper .swiper-slide .card, .hero--4 .swiper .swiper-slide .card, .hero--5 .swiper .swiper-slide .card {
  padding: 10px 10px 5px 10px !important;
  border: 1px solid rgba(229, 229, 234, 0.25);
  text-align: center;
}

.hero--1 .swiper .swiper-slide .card .card-img-wrapper, .hero--2 .swiper .swiper-slide .card .card-img-wrapper, .hero--3 .swiper .swiper-slide .card .card-img-wrapper, .hero--4 .swiper .swiper-slide .card .card-img-wrapper, .hero--5 .swiper .swiper-slide .card .card-img-wrapper {
  overflow: hidden;
  border-radius: var(--bs-border-radius-lg);
}

.hero--1 .swiper .swiper-slide .card .card-img-wrapper img, .hero--2 .swiper .swiper-slide .card .card-img-wrapper img, .hero--3 .swiper .swiper-slide .card .card-img-wrapper img, .hero--4 .swiper .swiper-slide .card .card-img-wrapper img, .hero--5 .swiper .swiper-slide .card .card-img-wrapper img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero--1 .swiper .swiper-slide .card .card-body, .hero--2 .swiper .swiper-slide .card .card-body, .hero--3 .swiper .swiper-slide .card .card-body, .hero--4 .swiper .swiper-slide .card .card-body, .hero--5 .swiper .swiper-slide .card .card-body {
  padding: 1rem;
}

.hero--1 .swiper .swiper-slide .card .card-body .card-title, .hero--2 .swiper .swiper-slide .card .card-body .card-title, .hero--3 .swiper .swiper-slide .card .card-body .card-title, .hero--4 .swiper .swiper-slide .card .card-body .card-title, .hero--5 .swiper .swiper-slide .card .card-body .card-title {
  margin-bottom: 0;
}

.hero--1 .hero__text, .hero--2 .hero__text, .hero--3 .hero__text, .hero--4 .hero__text, .hero--5 .hero__text {
  color: var(--bs-quaternary);
}

.hero--2 {
  margin-bottom: -7.5rem;
  padding-bottom: 11.25rem !important;
}

@media (max-width: 1199.98px) {
  .hero--2 {
    margin-bottom: -6.25rem;
    padding-bottom: 9.375rem !important;
  }
}
@media (max-width: 991.98px) {
  .hero--2 {
    margin-bottom: -6.25rem;
    padding-bottom: 8.125rem !important;
  }
}
@media (max-width: 767.98px) {
  .hero--2 {
    margin-bottom: -5.625rem;
    padding-bottom: 6.875rem !important;
  }
}
@media (max-width: 575.98px) {
  .hero--2 {
    margin-bottom: -4.375rem;
    padding-bottom: 5rem !important;
  }
}
.hero--3:not(:has(.no-image)), .hero--5:not(:has(.no-image)) {
  padding-bottom: 0 !important;
}

.hero--3 .component__buttons-container, .hero--5 .component__buttons-container {
  margin-top: 0;
}

.hero--3 .hero-big-image, .hero--5 .hero-big-image {
  margin-top: 3.125rem;
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
  padding: 1.25rem 1.25rem 0;
  border: 1px solid rgba(229, 229, 234, 0.25);
  border-bottom: none;
  overflow: hidden;
}

.hero--3 .hero-big-image img, .hero--5 .hero-big-image img {
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  aspect-ratio: 24/9;
}

.hero--4 {
  position: relative;
  min-height: 80vh;
}

.hero--4[data-bs-theme=dark] .preheader {
  background-color: transparent !important;
  border: 1px solid white;
}

.hero--4:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  background-color: black;
}

.hero--4 > img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 9999px;
  height: 100%;
  min-width: 100vw;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.hero--5 .preheader {
  background-color: transparent !important;
  border: 1px solid var(--light-gray);
}

.hero--5 .hero-big-image {
  border-radius: 3.75rem !important;
  padding: 1.25rem;
  background-color: white !important;
  border: 1px solid var(--light-gray) !important;
  overflow: hidden;
}

.hero--5 .hero-big-image img {
  border-radius: 2.5rem;
  aspect-ratio: 21/9;
}

.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);
  }
}
