{% raw %} 
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/modules/social-follow.module/module.css ***!
  \*****************************************************************************************************************************************/
.social-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:768px) {
  .social-links {
    -webkit-box-pack:right;
        -ms-flex-pack:right;
            justify-content:right;
  }
}
.social-links__icon {
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1.75rem;
  margin: 0.75rem 0.75rem 0;
  position: relative;
  width: 1.75rem;
}
@media screen and (min-width:768px) {
  .social-links__icon {
    margin: 0 0.35rem;
  }
}
.social-links__link {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-flow:row nowrap;
          flex-flow:row nowrap;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
.social-links__icon svg {
  fill: #3e69b3;
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
}
.footer .social-links__icon svg {
  fill:#fff;
}
.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #00cfdd;
}
.footer .social-links__icon:hover svg,
.footer .social-links__icon:focus svg,
.footer .social-links__icon:active svg {
  fill: #00cfdd;
}

{% endraw %}