/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./inc/blocks/block-home-hero-banner/style.scss ***!
  \*******************************************************************************************************************************************************************/
:root {
  --font-roboto: "Roboto", sans-serif;
  --font-gothic: "Century Gothic", sans-serif;
  --color-primary: #548B26;
  --color-secondary: rgba(0, 0, 0, 1);
  --color-white: #FFF;
  --color-black: #000;
  --color-footer-title: #71828C;
  --color-gray: #2E2E2E;
  --color-gray-10: #F9F9F9;
  --color-gray-20: #F4F4F4;
  --color-gray-30: #ADADAD;
  --color-gray-50: #6E6E6E;
  --color-blue-30: rgba(159, 188, 204, 0.30);
  --color-blue-50: #9fbccc;
  --swiper-navigation-size: 16px;
  --swiper-navigation-sides-offset: 49px;
  --search-border-color: rgb(224, 224, 224);
  --search-primary-hover: rgb(192, 57, 43);
  --search-text-color: rgb(51, 51, 51);
  --search-placeholder-color: rgb(153, 153, 153);
  --search-overlay-bg: rgba(255, 255, 255, 0.75);
  --search-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  --search-transition: 0.3s ease;
  --jvm-background-primary:#80BE56;
  --jvm-color-text-primary: #2E2E2E;
  --jvm-green-primary: #80BE56;
  --color-green-dark: #2D6400;
}

.bio-hero-banner {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
}
.bio-hero-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bio-hero-banner__video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.bio-hero-banner__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.bio-hero-banner__video--desktop {
  display: block;
}
@media (max-width: 768px) {
  .bio-hero-banner__video--desktop {
    display: none;
  }
}
.bio-hero-banner__video--mobile {
  display: none;
}
@media (max-width: 768px) {
  .bio-hero-banner__video--mobile {
    display: block;
  }
}
.bio-hero-banner__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.bio-hero-banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bio-hero-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.8) 100%);
  background-blend-mode: multiply;
}
.bio-hero-banner--video .bio-hero-banner__overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.85) 100%);
}
.bio-hero-banner__container {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 17.625rem;
  padding: 0.875rem 1.5rem 5.25rem;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .bio-hero-banner__container {
    padding: 2.75rem 1.5rem 1.5rem;
    max-width: 73.75rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .bio-hero-banner__container {
    padding: 2.75rem 0 1.5rem;
  }
}
@media (min-width: 1400px) {
  .bio-hero-banner__container {
    max-width: 79.375rem;
  }
}
.bio-hero-banner__content {
  flex: 1;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  max-width: 53.75rem;
}
.bio-hero-banner__title {
  font-size: clamp(2.875rem, 4vw + 30px, 3.375rem);
  font-weight: 450;
  margin-bottom: 0.375rem;
  font-style: normal;
  line-height: 3.125rem;
  letter-spacing: -0.023rem;
}
@media (min-width: 576px) {
  .bio-hero-banner__title {
    line-height: 3.75rem;
    letter-spacing: -0.027rem;
  }
}
.bio-hero-banner__title strong {
  font-weight: 800;
}
.bio-hero-banner__title img {
  display: inline-block;
  vertical-align: middle;
  max-width: 2.875rem;
  height: auto;
  object-fit: contain;
  margin: 0 0.25rem;
}
@media (min-width: 768px) {
  .bio-hero-banner__title img {
    max-width: 3.25rem;
  }
}
.bio-hero-banner__title--align-left {
  text-align: left;
}
.bio-hero-banner__title--align-center {
  text-align: center;
}
.bio-hero-banner__title--align-right {
  text-align: right;
}
.bio-hero-banner__title--align-justify {
  text-align: justify;
}
.bio-hero-banner__subtitle {
  font-size: 1.125rem;
  font-weight: 450;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .bio-hero-banner__subtitle {
    margin-bottom: 1.625rem;
  }
}
.bio-hero-banner__subtitle strong {
  font-weight: 800;
}
.bio-hero-banner__subtitle--align-left {
  text-align: left;
}
.bio-hero-banner__subtitle--align-center {
  text-align: center;
}
.bio-hero-banner__subtitle--align-right {
  text-align: right;
}
.bio-hero-banner__subtitle--align-justify {
  text-align: justify;
}
.bio-hero-banner__social {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .bio-hero-banner__social {
    padding-bottom: 1.125rem;
  }
}
.bio-hero-banner__social-label {
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.125rem;
}
.bio-hero-banner__social-list {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .bio-hero-banner__social-list {
    gap: 0.5625rem;
  }
}
.bio-hero-banner__social-item {
  margin: 0;
}
.bio-hero-banner__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .bio-hero-banner__social-link {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.bio-hero-banner__social-link:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.bio-hero-banner__logos {
  display: none;
}
@media (min-width: 768px) {
  .bio-hero-banner__logos {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1.125rem;
    border-left: 1px solid #FFFFFF;
    height: 100%;
    justify-content: flex-end;
    padding-left: 1.875rem;
  }
}
.bio-hero-banner__logo-item {
  border-radius: 8px;
  display: flex;
  transition: transform 0.3s ease;
}
.bio-hero-banner__logo-item:hover {
  transform: scale(1.03);
}
.bio-hero-banner__logo-image {
  max-width: 100%;
  height: 0.875rem;
  object-fit: contain;
}
.bio-hero-banner__logo-image--high {
  height: 3.75rem;
}
