@charset "utf-8";

@keyframes swing { 
  0% { transform: rotate(0deg); }
  20% { transform: rotate(15deg); }
  40% { transform: rotate(-15deg); }
  60% { transform: rotate(10deg); }
  80% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

.ff-footer { background: rgb(22, 56, 96); clear: both; font-family: source-sans-pro, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, sans-serif; padding: 0px 8px; position: relative; text-align: center; }

.ff-footer__link { color: rgb(255, 255, 255); display: inline-block; font-size: 0.75rem; font-weight: 600; line-height: 1.33333; padding: 12px 16px; text-decoration: none; }

.ff-footer__link--btn { appearance: none; background-color: transparent; border: 0px; font-family: inherit; }

.ff-footer__link:visited { color: rgb(204, 204, 204); }

.ff-footer__link:focus, .ff-footer__link:hover { color: rgb(211, 231, 255); cursor: pointer; }

.ff-footer__link:active { color: rgb(255, 255, 255); }

h2 { font-size: 1.3rem; }