@media screen and (max-width: 991px) {
  .header {
    position: relative;
  }
}

.slider-img--custom {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .slider-img--custom {
    height: 300px;
  }
}
.slider-img--custom:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/shadow-overlay.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.slider-img--custom:after {
  display: none;
}
.slider-content--center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.slider-title-box {
  text-align: center;
}
.slider-title {
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-family: "pt_serifregular", serif;
  color: #fff;
  line-height: 1.1;
  margin-bottom: clamp(1rem, 1.5vw, 2rem);
}
.slider-title .highlighted {
  color: #ef9a33;
  font-family: "pt_serifregular", serif;
}
.slider-title .normal {
  color: #fff;
}
.slider-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  color: #fff;
  margin: 0;
  font-family: "montserratregular", sans-serif;
  line-height: 1.2;
}
.slider-subtitle--bold {
  font-family: "montserratbold", sans-serif;
  text-transform: uppercase;
}
.content-custom {
  background-color: #fff;
}
.row-space-20 > [class*="col-"] {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .row-space-20 > [class*="col-"] {
    margin-bottom: 0;
  }
  .row-space-20 > .col-sm-6:not(:last-child) {
    padding-right: 10px;
  }
  .row-space-20 > .col-sm-6:last-child {
    padding-left: 10px;
  }
}
.main-info-block {
  background-color: #fff;
  margin-block-end: clamp(2rem, 6vw, 5rem);
  box-shadow: 0 40px 70px rgba(0, 0, 0, 0.08);
}
.row.no-gutter-custom {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .row.no-gutter-custom {
    display: block;
  }
}
.row.no-gutter-custom > [class*="col-"] {
  padding: 0;
  position: relative;
}
.info-text-block {
  padding: clamp(1.5rem, 4vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
h2.main-info-title {
  font-family: "pt_serifregular", serif;
  font-size: clamp(2rem, 3vw, 3.5rem);
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: inline-block;
}
h2.main-info-title::after {
  content: "";
  display: block;
  height: clamp(3px, 0.3vw, 5px);
  background-color: #ef9a33;
  width: clamp(150%, 40vw, 150%);
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.main-info-block--1 .main-info-title::after {
  left: 0;
}
.main-info-block--2 .main-info-title::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  h2.main-info-title::after {
    width: 100%;
  }
}
.main-info-subtitle {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.info-image-col {
  position: relative;
}
.info-image-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.info-image-wrapper picture,
.info-image-wrapper img {
  width: 100%;
  height: 100%;
}
.img-object-fit {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .info-image-wrapper {
    position: relative;
    height: auto;
  }
}
.order-sm-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-sm-2 {
  -ms-flex-order: 2;
  order: 2;
}
