.social-list{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(12.5rem,1fr))}.social-list__item{block-size:3.625rem;border-radius:.125rem;inline-size:100%;opacity:0;translate:0 20%}.--watcher-view .social-list__item{opacity:1;transition-duration:.5s;transition-property:opacity,translate;transition-timing-function:ease-in-out;translate:0 0}.--watcher-view .social-list__item:first-child{transition-delay:.3s}.--watcher-view .social-list__item:nth-child(2){transition-delay:.6s}.--watcher-view .social-list__item:nth-child(3){transition-delay:.9s}.--watcher-view .social-list__item:nth-child(4){transition-delay:1.2s}.--watcher-view .social-list__item:nth-child(5){transition-delay:1.5s}.--watcher-view .social-list__item:nth-child(6){transition-delay:1.8s}.social-list__link{align-items:center;block-size:100%;color:var(--text-light);display:flex;font-family:var(--font-secondary);font-size:.8125rem;gap:1rem;letter-spacing:.12em;line-height:1.6;padding:1.125rem 1.5rem;text-transform:uppercase;transition:color .5s ease-in-out,background-color .5s ease-in-out,border-color .5s ease-in-out}.social-list__link span{flex-grow:1}.social-list__link:after,.social-list__link:before{transition:color .5s ease-in-out}.social-list__link:before{font-size:1.125rem}.social-list__link:after{block-size:1rem;content:"\f112";font-family:iconfont;inline-size:.75rem;rotate:45deg}.social-list__link--icon-twitter:before{padding-bottom:.125rem}.social-list__link--icon-bh:before{padding-bottom:.25rem}@media (any-hover:hover) and (any-pointer:fine){.social-list__link:hover{background-color:var(--bg-light);border-color:var(--bg-light);color:var(--text-dark)}.social-list__link:hover:after,.social-list__link:hover:before{color:var(--text-dark)}}