.heroPage{
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #F9FAFC;
}

#hbspt-form-08add278-4d31-496a-96a9-78ffc4c19256{
  max-width: 512px;
}

.casestudy .heroPage{
  min-height: 527px;
}

.heroPage--conteiner{
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.heroPage--content{
  padding: 0 20px;
}

.heroPage--pagination{
  width: 50%;
  margin-bottom: 80px;    
  margin-top: 80px;
}

.heroPage--pagination a{
text-decoration: none;
}

.heroPage--pagination span{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #717683;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.heroPage--pagination .current:last-child{
  color: #FC9803;
}
.heroPage--subheader{
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #DA4002;
  margin-bottom: 16px;
}
.heroPage--title{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 130%;
  color: ;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-bottom: 24px;
  max-width: 613px;
}

.single-casestudy .heroPage--title{
  max-width: 660px;
}
.industries-subpage .heroPage--title,  .casestudy .heroPage--title{
  font-weight: 700;
  font-size: 70px;
  line-height: 120%;
}

.heroPage--description{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #717683;
  flex: none;
  order: 1;
  flex-grow: 0;
  max-width: 638px;
}
.heroPage--description p:first-child{
  margin-bottom: 10px;
}

.heroPage--image{
  width: 100%;
  top:0;
  right: 0;
  line-height:0;
  padding-bottom: 80px;
}

.heroPage--image img{
  width: 50%;
  height: auto;
  margin-left: 50%;
  border-radius: 0 0 0 90px;

}
.casestudy .heroPage--image img{
  width: 100%;
  height: auto;
  margin-left: 0;
  object-fit: cover;
  min-height: 527px
}
.single-casestudy .heroPage--image img{
  max-width: 940px;
  float: right;
}


.heroPage--image-mobile{
  display:none;
}

@media screen and (max-width: 1200px) {
  .heroPage{
    padding: 24px 0 24px 0;
    min-height: 0;
  }

  .single-casestudy .heroPage {
    background: #fff !important;
  }
 .product-subpage .heroPage{
    padding: 16px 0 40px 0;
    min-height: 0;
  }
  .industries-subpage .heroPage{
    padding: 24px 0 40px 0;
    min-height: 0;
  }
  .casestudy .heroPage{
    min-height: 0;
    padding: 0;
  }
  .heroPage--content {
    padding: 0 33px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .single-casestudy .heroPage--content {
    padding: 0 20px;
  }
  .casestudy .heroPage--content {
    padding: 0 33px;
    position: absolute;
    top: 24px;
  }
  .heroPage--image{
    padding-left:20px;
    padding-right:20px;
    padding-top: 16px;
    width:auto;
  }
  .casestudy .heroPage--image{
    padding-left:0;
    padding-right:0;
    padding-top: 0;
    width:auto;
  }
  .heroPage--image img {
    height: auto;
    margin-left: 0;
    width: 100%;
    border-radius:8px;
  }
  .casestudy .heroPage--image img {
    border-radius:0px;
    min-height:0;
  }
  .heroPage--image-desktop{
    display:none;
  }
  .heroPage--image-mobile{
  display:block;
}
  .heroPage--conteiner {
  left: 0%;
  position: relative;
  transform: translateX(0%);
}
  .heroPage--pagination{
    display:none;
  }

  .heroPage--subheader{
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 2px;
  }
  
  .heroPage--title {
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    margin: 0 auto 12px auto;
    text-align: center;
  }

  .industries-subpage .heroPage--title, .casestudy .heroPage--title{
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
  }
  .heroPage--description{
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    margin: auto;
  }
  .heroPage--description p:first-child{
    margin-bottom: 8px;
  }
}

.heroPage--demo{
    background-color: rgba(252, 152, 3,1.0);
    color: #000000;
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
  width: 162px;
height: 54px;
display: flex;
justify-content: center;
align-items: center;
  background-color: rgba(252, 152, 3,1.0);
    color: #000000;
    font-size: px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
}
}
.heroPage--demo:hover{
background-color: rgba(240, 144, 0,1.0);
}

 @media screen and (max-width: 1040px){
.heroPage--demo {
  width: 111px;
  height: 35px;
  margin-top: 26px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
}
}
