@font-face {
  font-family: 'Bebas Neue';
  src: url('fonts/bebas-neue.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/inter-v19-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/inter-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


.bebas {
  font-family: 'Bebas Neue', sans-serif;
}


.pp-text-center{text-align: center}.pp-input-full-width input,.pp-input-full-width button{width: 100% !important;max-width: none !important;}.pp-image-text-overlay{top:auto !important;bottom:0px !important;left:0px !important}.pp-check-box input{width: 32px !important}@media(max-width: 767px){.pp-reference-container {max-height: 250px; min-height:250px}}

.pp-reference-overlay-container {
	display: none !important;
	width: 100% !important;
	height: 100% !important;
	justify-content: start !important;
	align-items: center !important;
	position: absolute !important;
	background: rgba(0,0,0,0.6) !important;
}

.pp-reference-overlay-container.pp-active {
	display: flex !important;
}
