.list-social{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;list-style:none;margin:0;padding:0}@media (min-width:1920px){.list-social{gap:20px}}.list-social a{display:-webkit-box;display:-ms-flexbox;display:flex;height:44px;-webkit-transition:background-color .5s ease-in-out,color .5s ease-in-out;transition:background-color .5s ease-in-out,color .5s ease-in-out;width:44px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--dark-blue-100);border-radius:50%;color:#fff;justify-content:center}.bg-medium-blue .list-social a,.list-social a:hover{background-color:#fff;color:var(--dark-blue-100)}.bg-medium-blue .list-social a:hover{background-color:var(--dark-blue-100);color:#fff}.list-social a:hover svg path{fill:var(--dark-blue-100)}.bg-medium-blue .list-social a:hover svg path{fill:#fff}.list-social svg path{-webkit-transition:fill .5s ease-in-out;transition:fill .5s ease-in-out;fill:#fff}.bg-medium-blue .list-social svg path{fill:var(--dark-blue-100)}