@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:700,500,600");
/* The following line is used to measure usage of this code in production. For more info see our usage billing page */


@font-face {
  font-family: "Muli-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Muli-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Arial-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/arial.ttf") format("truetype");
}
@font-face {
  font-family: "Bahnschrift-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/BAHNSCHRIFT.ttf") format("truetype");
}
@font-face {
  font-family: "Corbel-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Corbel Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Corbel-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Corbel.ttf") format("truetype");
}


.screen a {
  display: contents;
  text-decoration: none;
}

.auto-animated div {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated input {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated .container-center-vertical,
.auto-animated .container-center-horizontal {
  opacity: 1;
}

.listeners-active,
.listeners-active * {
  pointer-events: auto;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

.listeners-active-click,
.listeners-active-click * {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}
