@font-face {
	font-family: 'Sofia Sans';
	src: url(../../common/fonts/SofiaSans/SofiaSans-Regular.woff2);
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
	font-display: swap;
}

@font-face {
	font-family: 'Sofia Sans';
	src: url(../../common/fonts/SofiaSans/SofiaSans-Bold.woff2);
	font-weight: bold;
	font-style: normal;
	text-rendering: optimizeLegibility;
	font-display: swap;
}

html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	background-color: rgb(24, 24, 24);
}

h1 {
	font-family: 'Sofia Sans', Arial, sans-serif;
	font-weight: bold;
	font-size: calc(15px + (73 - 56) * ((100vw - 320px) / (443 - 320)));
}

h2 {
	font-family: 'Sofia Sans', Arial, sans-serif;
	font-weight: normal;
	line-height: 112%;
	color: white;
	-webkit-font-smoothing: antialiased;
	font-size: calc(15px + (40 - 31) * ((100vw - 320px) / (443 - 320)));
	margin: 0 auto;
}

h3 {
	font-family: 'Sofia Sans', Arial, sans-serif;
	font-weight: normal;
	color: white;
	font-size: 0.9em;
	margin: 0 auto;
	margin-top: 8px;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (443 - 320)));
}

img {
	width: 100%
}

.container {
	width: 100%;
	max-width: 90%;
	position: relative;
	top: 10%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgb(24, 24, 24);

}

.title{
	font-family: 'Sofia Sans', Arial, sans-serif;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	margin: 0 0 14px;
}

.logo {
	margin: 0 auto;
	width: 75%;
	position: relative;
	top: 4%;
	max-width: 380px;
	margin-bottom: 40px;
}

.header {
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.main {
	margin: 0 auto;
	max-width: 230px;
}

.buttons-holder {
	display: flex;
	flex-direction: column;
	gap: 3%;
}

.button {
	border: none;
	color: white;
	padding: 8px 32px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 3px;
	font-family: "Sofia Sans", Arial, sans-serif;
	background-color: #ff6b00;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
}

.button_first {
	order: -1;
}

.footer {
	display: flex;
	flex-direction: column;
	margin: 35px auto 0;
	color: white;
	font-size: 12px;
	line-height: 10px;
	width: 200px;
}

.plus18 {
	width: 28px;
}

.begambleaware {
	width: 160px;
}

@media screen and (min-width: 444px) {
	h1 {
		font-size: calc(25px + (86 - 75) * ((100vw - 320px) / (720 - 444)));
	}

	h2 {
		font-size: calc(15px + (40 - 31) * ((100vw - 320px) / (720 - 444)));
	}
}

@media screen and (min-width: 576px) {
	.container {
		max-width: 90%;
		top: 76px;
	}

	h1 {
		font-size: 25px;
	}

	h2 {
		font-size: 27px;
	}

	h3 {
		font-size: 17px;
	}

	p {
		font-size: 17px;
	}
}

@media screen and (min-width: 728px) {
	.container {
		max-width: 800px;
		top: 76px;
	}

	h1 {
		font-size: 30px;
	}
}
