html,body{
  margin:0!important;
  padding:0!important;
  min-height:100%!important;
}
body{
  width:100%;
  overflow-x:hidden;
}
.paperclip__homewarpper{
  min-height:100vh!important;
  width:100%!important;
}
.paperclip__home{
  box-sizing:border-box;
  width:min(1200px,92vw)!important;
  max-width:1200px!important;
  min-height:min(780px,100vh)!important;
  margin:0 auto!important;
  background-size:cover!important;
  background-position:center center!important;
}
.paperclip__logo svg,.paperclip__logo img{
  max-width:min(560px,78vw)!important;
  width:100%!important;
  height:auto!important;
  display:block;
}
.paperclip__mobilelogo img,.paperclip__mobilelogo svg{
  max-width:min(260px,70vw)!important;
  width:100%!important;
  height:auto!important;
}
img{
  max-width:100%;
  height:auto;
}
