.theme-animals-navigation{padding:2.5rem 0}.theme-animals-navigation:before{background-color:var(--theme-base-neutral)}.theme-animals-navigation__wrapper{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.theme-animals-navigation__wrapper{gap:1.875rem}.theme-animals-navigation__wrapper--2{grid-template-columns:repeat(2,1fr)}.theme-animals-navigation__wrapper--3{grid-template-columns:repeat(3,1fr)}}.theme-animals-navigation__card{display:flex;flex-direction:column;border-radius:var(--theme-radius);overflow:hidden;text-decoration:none;color:var(--theme-text-color-default);background-color:var(--theme-base-light);transition:background-color var(--theme-transition),box-shadow var(--theme-transition);box-shadow:var(--theme-xs-shadow);height:100%}.theme-animals-navigation__card:hover,.theme-animals-navigation__card:focus-visible{background-color:var(--theme-base-beige);box-shadow:var(--theme-sm-shadow);color:var(--theme-text-color-default);text-decoration:none}.theme-animals-navigation__card-image{display:block;width:100%;overflow:hidden;flex-shrink:0;aspect-ratio:16/9}.theme-animals-navigation__card-image picture,.theme-animals-navigation__card-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--theme-transition)}.theme-animals-navigation__card-footer{display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding:1.25rem}.theme-animals-navigation__card-label{font-family:var(--theme-heading-ff);font-size:var(--theme-h5-fs);font-weight:700;line-height:var(--theme-heading-lh);color:var(--theme-secondary-color)}.theme-animals-navigation__card-arrow{display:flex;align-items:center;flex-shrink:0}.theme-animals-navigation__card-arrow svg{width:1.25rem;height:1.25rem;fill:var(--theme-secondary-color);transition:transform var(--theme-transition)}.theme-animals-navigation__card:hover .theme-animals-navigation__card-arrow svg{transform:translate(.5rem)}.theme-animals-navigation__placeholder{padding:1.5rem;text-align:center;color:var(--theme-grey-color)}@media (min-width: 1200px){.theme-animals-navigation{padding:5rem 0}.theme-animals-navigation__card-label{font-size:var(--theme-h4-fs)}.theme-animals-navigation__card-arrow svg{width:1.5rem;height:1.5rem}}
