.header-lp { width: 100%; display: block; text-align: center; border-bottom: 1px solid #7bbb1b; padding: 0.75rem 0; margin: 0 auto; }
.header-lp .header-wrap  { width: 100%; display: inline-block; vertical-align: top; }

.header-lp .header-wrap .logo { width: 117px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin: 0 auto; }
.header-lp .header-wrap .logo .logo a { width: 100%; display: flex; flex-wrap: wrap; align-items: center; }
.header-lp .header-wrap .logo .logo a img { width: 100%; display: flex; flex-wrap: wrap; align-items: center; object-fit: contain; object-position: center; }


{#
.header-lp.fixed { width: 100%; background-color: #ffffff; position: fixed; top: 0; z-index: 999; transition: all 0.3s ease !important; animation: goDown 0.4s ease-in-out forwards; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }


@keyframes goDown {
  0%{
    top:-109.75px;
  }
  100% {
    transform: translateY(0px);
  }
}
#}