.theme-cards{margin-top:0;display:grid;grid-template-columns:1fr;gap:var(--grid-gap-sm)}.theme-cards .theme-card{width:100%}@media screen and (min-width:577px){.theme-cards{grid-template-columns:repeat(auto-fit,minmax(30rem,1fr))}}@media screen and (min-width:769px){.theme-cards{gap:1.875rem var(--grid-gap-md)}}.theme-cards--vertical{gap:var(--grid-gap-md)}@media screen and (min-width:577px){.theme-cards--vertical{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:993px){.theme-cards--vertical{grid-template-columns:repeat(3,1fr);gap:5.875rem var(--grid-gap-md)}}@keyframes pulse{0%{opacity:1}50%{opacity:.25}to{opacity:1}}.theme-cards__loading-indicator{font-family:var(--font-family-primary);font-weight:var(--font-weight-primary-normal);font-family:var(--font-family-secondary);font-weight:var(--font-weight-secondary-bold);line-height:var(--lineHeight-sm);text-transform:uppercase;margin:0 auto;animation:pulse 2s infinite}@media screen and (max-width:992px){.theme-cards__loading-indicator{font-size:var(--font-size-lg);line-height:var(--lineHeight-md)}}@media screen and (min-width:993px){.theme-cards__loading-indicator{font-size:var(--font-size-3xl);line-height:var(--lineHeight-lg)}}.template--overview p{font-family:var(--font-family-primary);font-weight:var(--font-weight-primary-normal);margin-bottom:var(--spacing-xxl)}@media screen and (max-width:992px){.template--overview p{font-size:var(--font-size-lg);line-height:var(--lineHeight-md)}}@media screen and (min-width:993px){.template--overview p{font-size:var(--font-size-3xl);line-height:var(--lineHeight-lg)}}
