.footer-main {
  position: relative;
}

#mainBody > footer,
body > footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  #mainBody > footer,
  body > footer {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

.footer-award {
  display: none !important;
}

@media (min-width: 1024px) {
  .footer-award,
  .footer-award[hidden] {
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    left: 33%;
    right: 33%;
    top: 0;
    z-index: 2;
    pointer-events: none;
  }
}

.footer-award__link {
  display: block;
  width: 8.5rem;
  max-width: 100%;
  pointer-events: auto;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

@media (min-width: 1280px) {
  .footer-award__link {
    width: 11rem;
  }
}

.footer-award__link:hover {
  transform: scale(1.03);
  opacity: 0.95;
}

.footer-award__link:focus-visible {
  outline: 3px solid #37c4cd;
  outline-offset: 4px;
  border-radius: 0.5rem;
}

.footer-award__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
