@keyframes sparkle-glow{0%,100%{filter:drop-shadow(0 0 2px rgba(255, 255, 255, 0.5))}50%{filter:drop-shadow(0 0 8px rgb(255, 255, 255)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.6))}}@keyframes sparkle-rotate{0%,100%{transform:rotate(0) scale(1)}25%{transform:rotate(-10deg) scale(1.1)}50%{transform:rotate(10deg) scale(1.15)}75%{transform:rotate(-10deg) scale(1.1)}}.sidebar-grid{display:grid;grid-template-columns:1fr;grid-column-gap:0;grid-row-gap:30px}@media screen and (min-width: 1024px){.sidebar-grid{grid-template-columns:1fr 380px;grid-column-gap:clamp(2.5rem,-6.7307692308rem + 14.4230769231vw,6.25rem)}}.sidebar-grid--top .sidebar-grid__sidebar{order:-1}@media screen and (min-width: 1024px){.sidebar-grid--top .sidebar-grid__sidebar{order:0}}.sidebar-grid__sidebar>*+*{margin-top:20px}.sidebar-grid__content{min-width:0}.sidebar-grid__content-section{margin-bottom:30px}@media screen and (min-width: 1024px){.sidebar-grid__content-section{margin-bottom:50px}}.sidebar-grid__content-section:last-child{margin-bottom:0}
