<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;family=Teko:wght@300;400;500;600;700&amp;display=swap);
body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Teko", sans-serif;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body ::-webkit-scrollbar, html ::-webkit-scrollbar {
  width: 10px;
}
body ::-webkit-scrollbar-track, html ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body ::-webkit-scrollbar-thumb, html ::-webkit-scrollbar-thumb {
  background: #888;
}
body ::-webkit-scrollbar-thumb:hover, html ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
footer {
  width: 100%;
  background: #000;
  display: flex;
  align-items: center;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  footer {
    height: 10%;
  }
}
footer img.logos_footer {
  width: 5%;
}
@media only screen and (max-width: 768px) {
  footer img.logos_footer {
    width: 20%;
  }
}

/*# sourceMappingURL=styles.css.map*/</pre></body></html>