
/*  -----  */
.landing_hero .hero-wrap {
    position: relative;
    height: 100vh;
}

.landing_hero .hero-overlay {
  background: linear-gradient(180deg, #D7E3E5 25.55%, rgba(196, 196, 196, 0) 100%);
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.landing_hero .overlay-bg {
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 0;
}

.landing_hero .fullscreen-video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    pointer-events: auto;
}

.landing_hero .hero-content {
    padding-top: 75px;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.landing_hero .module-title {
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
    color: #17506A;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.landing_hero h2 {
    font-family: "HyberDisplay", "Helvetica", "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #2E6680;
    margin-top: 24px;
    margin-bottom: 35px;
}

.landing-hero-bottom-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: auto;
}

.landing_hero .landing-hero-bottom {
    font-family: "HyberDisplay", "Helvetica", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    color: #2E6680;
    text-decoration: none;
    padding: 12px 26px;
    background-color: #EEF5F6;
    border-radius: 57px;
    width: max-content;
    transition: .3s;
}

.landing_hero .landing-hero-bottom:hover {
    background-color: #D7E3E5;
}

.landing_hero .product_list-filters-scroll_indicator {
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 160px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  transition: none;
}
.landing_hero .product_list-filters-scroll_indicator-arrow {
  border-color: #EEF5F6;
}
.landing_hero .product_list-filters-scroll_indicator-mouse {
  border-color: #EEF5F6;
}
.landing_hero .product_list-filters-scroll_indicator-mouse-scroll {
  background-color: #EEF5F6;
}

.landing_hero .product_list-search {
  margin: 0 20px;
  max-width: 340px;
}

.landing_hero .product_list-search-input {
  background: #fff !important;
  padding: 14px 70px 14px 60px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;
  font-size: 16px !important;
}

.landing_hero .product_list-search-button {
  font-size: 14px !important;
}

@media (max-width: 991px) {

    .landing_hero .hero-content {
        padding-top: 25px;
    }

    .landing_hero .module-title {
        padding: 0 25px;
        font-size: 34px;
    }

    .landing_hero h2 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .landing_hero .module-title {
        font-size: 28px;
    }

    .landing_hero h2 {
        font-size: 18px;
    }
}