:root {
  --screen-xs-min: 0;
  --screen-xs-max: 576px;
  --screen-sm-min: 576px;
  --screen-sm-max: 768px;
  --screen-md-min: 768px;
  --screen-md-max: 992px;
  --screen-lg-min: 992px;
  --screen-lg-max: 1200px;
  --screen-xl-min: 1200px;
  --screen-xl-max: 1400px;
  --screen-xxl-min: 1400px;
  --screen-xxl-max: 99999px;
  --show-mobile-nav: 991px;
  --show-mobile-on-desktop: false; }

#himage {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40vw;
  max-height: 620px;
  min-height: 400px; }
  @media (min-width: 0px) and (max-width: 575px) {
    #himage {
      height: 600px; } }
  #himage .heading_wrappers {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media (min-width: 576px) and (max-width: 767px) {
      #himage .heading_wrappers {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    @media (min-width: 0px) and (max-width: 575px) {
      #himage .heading_wrappers {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    #himage .heading_wrappers #main_heading {
      color: #fff;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box; }
    #himage .heading_wrappers #module_filters {
      margin-left: 50px; }
      @media (min-width: 576px) and (max-width: 767px) {
        #himage .heading_wrappers #module_filters {
          margin-left: 0; } }
      @media (min-width: 0px) and (max-width: 575px) {
        #himage .heading_wrappers #module_filters {
          margin-left: 0; } }
      #himage .heading_wrappers #module_filters .title {
        white-space: nowrap;
        color: #fff; }
      #himage .heading_wrappers #module_filters .nice-select {
        background: transparent;
        border-color: #fff; }
        #himage .heading_wrappers #module_filters .nice-select .current {
          color: #fff; }
        #himage .heading_wrappers #module_filters .nice-select:after {
          color: #fff; }
  #himage .item {
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 40vw;
    max-height: 620px;
    min-height: 400px; }
    @media (min-width: 0px) and (max-width: 575px) {
      #himage .item {
        height: 600px; } }
    #himage .item picture {
      width: 100%;
      height: 100%;
      display: flex; }
      #himage .item picture img {
        object-fit: cover;
        height: auto;
        width: 100%; }
    #himage .item:before, #himage .item:after {
      content: '';
      width: 100%;
      height: 55%;
      opacity: 0.6;
      position: absolute;
      left: 0;
      z-index: 1; }
    #himage .item:before {
      background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
      top: 0; }
    #himage .item:after {
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
      bottom: 0;
      z-index: 1; }
