@-webkit-keyframes spinAround{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spinAround{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}a:hover{font-weight:500}.back2top{display:none;cursor:pointer;border-radius:50%;font-size:1rem;padding:1rem;background-color:#fff;color:#767676;position:fixed;bottom:2rem;right:2rem;border:.01rem solid #b1b1b1;-webkit-box-shadow:4px 3px 9px 0 rgba(79,78,79,.25);box-shadow:4px 3px 9px 0 rgba(79,78,79,.25)}.btnEntrance{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:btnEntrance;animation-name:btnEntrance}@-webkit-keyframes btnEntrance{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes btnEntrance{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}.btnExit{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:btnExit;animation-name:btnExit}@-webkit-keyframes btnExit{0%{opacity:1}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes btnExit{0%{opacity:1}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}