@font-face{
  font-family: 'Montserrat';
  font-weight: 100;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat';
  font-weight: 100;
  font-style: italic;

  font-display: swap;
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat';
  font-weight: 200;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat';
  font-weight: 200;
  font-style: italic;

  font-display: swap;
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat';
  font-weight: 300;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat';
  font-weight: 300;
  font-style: italic;

  font-display: swap;
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: italic;

  font-display: swap;
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: italic;

  font-display: swap;
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: italic;

  font-display: swap;
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: italic;

  font-display: swap;
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat';
  font-weight: 800;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat';
  font-weight: 800;
  font-style: italic;

  font-display: swap;
  src: url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat';
  font-weight: 900;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat';
  font-weight: 900;
  font-style: italic;

  font-display: swap;
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
}
@font-face{
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face{
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: italic;

  font-display: swap;
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
}
@font-face{
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face{
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: italic;

  font-display: swap;
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
}
@font-face{
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
}
@font-face{
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: italic;

  font-display: swap;
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
}
@font-face{
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face{
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: italic;

  font-display: swap;
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
}
@font-face{
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: normal;

  font-display: swap;
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
}
@font-face{
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: italic;

  font-display: swap;
  src: url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
}

@-webkit-keyframes frame-animation{
  100%{
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes frame-animation{
  100%{
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes run{
  0%{
    right: 0;
  }
  50%{
    right: calc(1672px - 100%);
  }
  100%{
    right: 0;
  }
}
@media (min-width: 768px){
  @-webkit-keyframes run{
    0%{
      right: 0;
    }
    50%{
      right: calc(3032px - 100%);
    }
    100%{
      right: 0;
    }
  }
}
@keyframes run{
  0%{
    right: 0;
  }
  50%{
    right: calc(1672px - 100%);
  }
  100%{
    right: 0;
  }
}
@media (min-width: 768px){
  @keyframes run{
    0%{
      right: 0;
    }
    50%{
      right: calc(3032px - 100%);
    }
    100%{
      right: 0;
    }
  }
}
@-webkit-keyframes run-reverse{
  0%{
    right: calc(1672px - 100%);
  }
  50%{
    right: 0;
  }
  100%{
    right: calc(1672px - 100%);
  }
}
@media (min-width: 768px){
  @-webkit-keyframes run-reverse{
    0%{
      right: calc(3032px - 100%);
    }
    50%{
      right: 0;
    }
    100%{
      right: calc(3032px - 100%);
    }
  }
}
@keyframes run-reverse{
  0%{
    right: calc(1672px - 100%);
    @media (min-width: 768px){
      right: calc(3032px - 100%);
    }
  }
  50%{
    right: 0;
  }
  100%{
    right: calc(1672px - 100%);
    @media (min-width: 768px){
      right: calc(3032px - 100%);
    }
  }
}
@media (min-width: 768px){
  @keyframes run-reverse{
    0%{
      right: calc(3032px - 100%);
    }
    50%{
      right: 0;
    }
    100%{
      right: calc(3032px - 100%);
    }
  }
}
