.pattern-hero{
  position:relative;
  width:100%;
  overflow:hidden;
  box-sizing:border-box;
}
.pattern-hero__pattern{
  position:relative;
  min-height:360px;
  box-sizing:border-box;
}
.pattern-hero__inner{
  position:relative;
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.pattern-hero__logo{
  max-width:min(560px, 48vw);
  width:auto;
  height:auto;
  display:block;
}
.pattern-hero__logo-link{display:inline-block;text-decoration:none}
.pattern-hero__app{
  position:absolute;
  left:12%;
  bottom:-42px;
  max-width:min(260px, 24vw);
  z-index:3;
}
.pattern-hero__socials{
  position:absolute;
  top:0!important;
  z-index:50;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:280px;
  max-width:48vw;
  height:75px;
  padding:15px 24px 18px;
  background-color:transparent;
  background-size:100% 100%;
  background-repeat:no-repeat;
  background-position:center;
  box-sizing:border-box;
  visibility:visible!important;
  opacity:1!important;
}
.pattern-hero__socials--left{left:0!important;right:auto!important}
.pattern-hero__socials--right{right:0!important;left:auto!important}
.pattern-hero__socials a,
.pattern-hero__socials span{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  flex:0 0 auto!important;
  width:auto!important;
  height:auto!important;
  line-height:1!important;
  text-decoration:none!important;
  transition:transform .18s ease;
}
.pattern-hero__socials a:hover,
.pattern-hero__socials span:hover{
  transform:scale(1.2);
}
.pattern-hero__socials img{
  width:28px;
  height:28px;
  object-fit:contain;
  display:block;
  box-shadow:none!important;
  opacity:1!important;
}
@media(max-width:1350px){
  .pattern-hero__app{
    position:absolute;
    left:12%;
    bottom:unset;
    max-width:min(260px, 24vw);
    z-index:3;
    top:5px;
  }
}
@media(max-width:760px){
  .pattern-hero__pattern,.pattern-hero__inner{min-height:250px}
  .pattern-hero__logo{max-width:72vw}
  .pattern-hero__app{left:5%;max-width:34vw;bottom:-28px}
  .pattern-hero__socials{gap:8px;padding:10px 92px 12px 44px;width:360px}
  .pattern-hero__socials img{width:22px;height:22px}
}
