@-webkit-keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

/*
 * Apply styles for downloads section.
*/
.section-downloads .content {
  width: 48.70968%;
  float: left;
  margin-left: 51.29032%; }
  @media (max-width: 800px) {
    .section-downloads .content {
      width: 65.80645%;
      margin-right: 2.58065%;
      float: left;
      margin-left: 0; } }
  @media (max-width: 650px) {
    .section-downloads .content {
      width: 82.90323%;
      margin-right: 2.58065%;
      float: left; } }
  @media (max-width: 500px) {
    .section-downloads .content {
      width: 100%; } }

/*# sourceMappingURL=../../_maps/entity/section/section--downloads.css.map */
