@charset "UTF-8";
.section-top{
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100vh;
}
.section-top-img{
  position: relative;
  inset: 0 0 auto 0;
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: contain;
  object-position: top;
}
.footer{
    width: 100%;
    padding: 0;
}
.copyright{
  display: none;
}