@font-face {
  font-family: 'ALS Sector';
  font-weight: 700;
  font-style: bold;
  src: url("/assets/fonts/ALS_Sector/ALS_Sector-Bold.woff") format('woff'), url("/assets/fonts/ALS_Sector/ALS_Sector-Bold.woff2") format('woff2');
}
@font-face {
  font-family: 'ALS Sector';
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/ALS_Sector/ALS_Sector-Regular.woff") format('woff'), url("/assets/fonts/ALS_Sector/ALS_Sector-Regular.woff2") format('woff2');
}
.wait_notice {
			display: none;
            margin: 8.5rem auto auto auto;
			position: fixed;
			z-index: 50;
			top: 0;
			border-radius: 10px;
			left: 0;
			max-width: 750px;
			right: 0;
			text-align: center;
			font-size: 22px;
			font-family: 'ALS Sector', Arial, Helvetica, sans-serif;
			color: #FFF;
			background: #A2A2A2;
			padding: 10px 29px;
			border-top: 0px;

}