/* Hero sponsors: preserve the title position while allowing space below the introduction. */
.hero.hero-with-sponsors { height: auto; min-height: clamp(620px,56.25vw,1080px); }
.hero-with-sponsors .hero-scene { height: auto; min-height: inherit; }
.hero-with-sponsors .hero-lockup { position: relative; left: auto; top: auto; transform: none; margin-inline: auto; padding-top: clamp(167.4px,15.1875vw,291.6px); padding-bottom: 48px; }
.hero-sponsors { width: min(504px,100%); margin: 38px auto 0; padding: 22px 24px; display: grid; grid-template-columns: auto 1px minmax(0,144fr) minmax(0,210fr); align-items: center; column-gap: 20px; border-radius: 20px; background: #fff; }
.hero-sponsors-label { color: #292e35; font-size: 20px; font-weight: 700; white-space: nowrap; }
.hero-sponsors-divider { width: 1px; height: 32px; background: #d6d9df; }
.hero-sponsor-link { display: block; min-width: 0; border-radius: 4px; }
.hero-sponsor-link:focus-visible { outline: 2px solid #192d64; outline-offset: 6px; }
.hero-sponsor-link > img { display: block; width: 100%; height: auto; object-fit: contain; }
.hero-sponsor-link[href="https://cosmenuevo.com/"] > img { max-height: 80px; }
.hero-sponsor-link[href^="https://abcmart.a-rt.com/"] { transform: translateY(-5px); }
@media (max-width: 767px) {
  .hero.hero-with-sponsors { min-height: 400px; }
  .hero-with-sponsors .hero-lockup { padding-top: 30px; padding-bottom: 28px; }
  .hero-sponsors { width: min(300px,calc(100% - 12px)); margin-top: 30px; padding: 14px 12px; grid-template-columns: auto 1px minmax(0,86fr) minmax(0,126fr); column-gap: 10px; border-radius: 14px; }
  .hero-sponsors-label { font-size: 13px; }
  .hero-sponsors-divider { height: 22px; }
  .hero-sponsor-link[href="https://cosmenuevo.com/"] > img { max-height: 48px; }
  .hero-sponsor-link[href^="https://abcmart.a-rt.com/"] { transform: translateY(-3px); }
}
/* End hero sponsors. */
