.banner_section{
  padding-bottom: 88px;
  padding-top: 174px;
  position: relative;
  z-index: 1;
  background-blend-mode: color;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.background_banner_video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.row-number-2 .hs_cos_wrapper_type_module {
/*  padding-left: 150px;
  padding-right: 150px; */
}
.banner_section.hero_with_video{
  height:unset;
}

.banner_section .overlay {
  mix-blend-mode: color;
}
.banner_section:before {
  content: "";
  opacity: .3;
  background-repeat: no-repeat;
}
.banner_section .overlay,
.banner_section:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.banner_section .inner_wraper {
  width: 100%;
  text-align:center;
  /*   position: absolute;
  transform: translate(-50%, -50%); */
  top: 50%;
  z-index: 11;
  left:50%;
}
.banner_section .banner_img img {
  width: 100%;
  display: block;
}

.banner_section .banner_title * {
  color: #FFFBF3;
  letter-spacing: -.01em;
  margin: 0;
  font-weight: 500;
  line-height: 100%;
}
.banner_section .banner_eyebrow * {
  text-transform: uppercase;
  color: #fff;
  font-family: Montserrat;
}
.banner_section .banner_content {
  padding-top: 40px;
}
.banner_section .banner_content * {
  line-height: 24px;
  color: #FFFBF3;
  font-weight: 500;
}
.banner_section .banner_icon {
  position: relative;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
.banner_section .banner_title {
  max-width: 800px;
  margin: 0 auto;
}
.banner_section .banner_icon_inner{
  margin-bottom: 50px;

}
.banner_section .banner_icon:after,
.banner_section .banner_icon:before {
  background-color: #cfab79;
  content: "";
  height: 1px;
  max-width: 106px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
}

.banner_section .banner_icon:after {
  right: 0;
}
.banner_section .banner_icon:before {
  left: 0;
}
.banner_section .banner_wrapper svg {
  max-width: 16px;
}
.banner_section:after {
  /*   content: ''; */
  background: linear-gradient(180deg, rgba(123, 43, 132, 0) 0%, #7B2B84 90.5%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 271px;
}
.banner_section .section_button {
  margin-top: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.banner_section .banner_wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.banner_section>.overlay_top,
.video_background>.overlay_top{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 106px;
  background: linear-gradient(0deg, #ffffff 0%, #a59f9f 100%);
  mix-blend-mode: multiply;
}
section.banner_section>.row-fluid {
  position: relative;
  z-index: 1;
} 
.banner_section .banner_icon_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #130a39; //dsg
}
.hero_with_video .hero_video_section .video_background video {
  height: 100%;
  width: 100%;
  display: block;
    object-fit: cover;
}
.hero_with_video .hero_video_section .inner_wraper {
  left: 50%;
  padding: 40px 1rem 0;
/*   position: absolute;
  transform: translate(-50%,-50%); */
  top: 50%;
  z-index: 11;
}
.hero_with_video.dnd-section {
  padding: 0;
}
.hero_with_video .hero_video_section {
/*   position: relative; */
  z-index: 1;
}
/* .hero_with_video .hero_video_section:after {
content: '';
position: absolute;
right: 0;
bottom: 0;
left: 0;
top: 0;
width: 100%;
height: 100%;
} */
.banner_section .banner_content h1 {

  margin: 0;
  font-family: 
}
.banner_section .contact_button {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  text-align: center;
}

/*  ---------MEDIA-START--------- */

@media(max-width: 1199px) {
  .hero_with_video .hero_video_section .video_background video {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .video_background {
    /* padding-bottom: 70%; */
  }
}
@media(max-width: 900px) {
  .video_background {
    padding-bottom: 80%;
  }
}
@media(max-width: 767px) {
  .banner_section {
    padding-top: 100px;
    padding-bottom: 50px;
    height:unset;
    min-height:800px;
  }
  .banner_section .inner_wraper {

    position: unset;
    transform: unset;
  }
  .banner_section .section_button {
    margin-top: 40px;
  }
  .banner_section .banner_content {
    padding-top: 20px;
  }
  .banner_section .banner_icon_inner {
    margin-bottom: 22px;
  }

  .banner_section .contact_button {
    margin-top: 40px;
  }
  
  .row-number-2 .hs_cos_wrapper_type_module {
    /*padding-left: 20px;
    padding-right: 20px;*/
    .banner_section { 
      /* padding-left: 20px!important;
      padding-right: 20px!important; */
    }
  }
}
@media(max-width: 670px) {
  .video_background {
    padding-bottom: 90%;
  }

}
@media(max-width: 570px) {
  .video_background {
    padding-bottom: 100%;
  }
}
@media(max-width: 530px) {
  .video_background {
    padding-bottom: 120%;
  }
}
@media(max-width: 480px) {
  .video_background {
    padding-bottom: 130%;
  }
  .hero_with_video .hero_video_section .inner_wraper {
    padding: 60px 1rem 0;
  }
}
@media(max-width: 420px) {
  .video_background {
    padding-bottom: 0%;
  }
}
@media(max-width: 400px) {
  .video_background {
    padding-bottom: 0%;
  }
  .hero_with_video .hero_video_section .inner_wraper {
    padding: 50px 1rem 0;
  }
}
@media(max-width: 340px) {
  .hero_with_video .hero_video_section .inner_wraper {
    padding: 70px 1rem 0;
  }
  .video_background {
    padding-bottom: 0%;
  }
}

/* ------------MEDIA-END------------ */
