{# ****** Container Styles ******#}

.fixed-parallax-image-content{
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}



{# ****** Image styles ******#}

.fixed-parallax-image-content__image{   
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

@media (max-width: 992px) { 
  .fixed-parallax-image-content__image{   
    background-size: cover;     
  }
}


@media (max-width: 992px) { 
  .fixed-parallax-image-content__image{
    min-height: 600px;
  }
}

@media (max-width: 767px) { 
  .fixed-parallax-image-content__image{
    min-height: 490px;
  }
}



.fixed-parallax-image-content__button-arrow{
  width: 16px;
  height: 16px;  
  margin-left: 10px;
}

.fixed-parallax-image-content__button-arrow svg{
  width: 16px;
  height: 16px;  
}

.fixed-parallax-image-content__form{
  margin-top: 50px;
}

@media (max-width: 480px) { 
  .fixed-parallax-image-content__form form:not(.hs-video-form) .form-columns-2 > .hs-form-field .input,
  .fixed-parallax-image-content__form form:not(.hs-video-form) .form-columns-1 > .hs-form-field .input{
    width: 100%;
    margin-right: 0;
  }
}

.fixed-parallax-image-content__form .actions input{
  background-image: url('https://24307406.fs1.hubspotusercontent-na1.net/hubfs/24307406/chevron%20right.svg');
  background-repeat: no-repeat;
  background-position: 84%;
  background-size: 14px;
  padding-right: 43px;
}

.fixed-parallax-image-content__description a{
  text-decoration: underline;
}

.fixed-parallax-image-content__description ul li{
  margin-bottom: 20px;
}