.theme-block:has(>.links-circle){--padding-top: 64px;--padding-bottom: 64px;--padding-top-mobile: 44px;--padding-bottom-mobile: 44px}.theme-block .links-circle__list{display:grid;grid-template-columns:repeat(3,minmax(0,350px));justify-content:center;align-content:center;gap:70px}@media screen and (max-width:1400px){.theme-block .links-circle__list{grid-template-columns:repeat(2,minmax(0,350px))}}@media screen and (max-width:768px){.theme-block .links-circle__list{grid-template-columns:minmax(0,350px);gap:16px}}@media screen and (max-width:576px){.theme-block .links-circle__list{grid-template-columns:200px}}.theme-block .links-circle__item{display:flex;align-items:center;justify-content:center;gap:12px;aspect-ratio:1/1;overflow:hidden;border-radius:50%;color:var(--white);position:relative}@media screen and (max-width:576px){.theme-block .links-circle__item{flex-direction:column;gap:4px}}.theme-block .links-circle__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.theme-block .links-circle__background img,.theme-block .links-circle__background video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.theme-block .links-circle__background:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--black);opacity:.4}
