* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(29, 78, 137, 0.2);
	border-right: 1.1em solid rgba(29, 78, 137, 0.2);
	border-bottom: 1.1em solid rgba(29, 78, 137, 0.2);
	border-left: 1.1em solid #1d4e89;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#loadingDiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.975);
	overflow: hidden;
}
@media only screen and (max-width: 600px) {
	#loadingDiv {
		background-color: #fff;
		opacity: 0.98;
		overflow: hidden;
	}
}
.page__header {
	padding: 0 15% 0% 15%;
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.page__header ul {
	list-style-type: none;
	display: flex;
	flex-direction: row;
}

.page__header ul li {
	margin-right: 10%;
	margin-top: 10px;
}

.page__header ul li a {
	text-decoration: none;
	color: #676d73;
}

#hover:hover {
	background-color: rgb(231, 245, 255);
	border-radius: 8px;
}

.page__header span {
	margin-left: 10%;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 22px;
}

.page__header i {
	color: black;
	text-decoration: none;
	font-size: 22px;
}

#gg {
	color: rgb(34, 139, 230);
	background-color: rgb(231, 245, 255);
	font-weight: 500;
	border-radius: 4px;
	padding: 10px;
	margin-top: 2px;
}

.underlineunderheader {
	background-color: #e9ecef;
	width: 100%;
	height: 1px;
}

@media only screen and (max-width: 600px) {
	.page__header {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		height: 60vh;
	}

	.page__header ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin-top: 10px;
	}
	.page__header span {
		margin-right: 40px;
	}
}

.main {
	padding: 15vh 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.main h1 {
	font-size: 60px;
	color: #1d4e89;
	font-weight: 800;
	max-width: 900px;
	padding: 0% 5%;
}

.main p {
	padding: 5vh 20%;
	color: #868e96;
	text-align: justify;
}

.main h2 {
	margin-right: 20%;
	font-size: 42px;
}

.mainbuttons {
	display: flex;
	justify-content: left;
	margin-right: 30%;
}
.mantine-1h5g9fi {
	padding: 0px 38px;
	appearance: none;
	text-align: left;
	text-decoration: none;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
		Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	width: auto;
	border-radius: 4px;
	font-weight: 600;
	position: relative;
	line-height: 1;
	font-size: 20px;
	user-select: none;
	cursor: pointer;
	border: 1px solid transparent;
	background-color: rgb(34, 139, 230);
	color: rgb(255, 255, 255);
	height: 54px;
	height: 54px;
	padding-left: 18px;
	padding-right: 18px;
	flex: 1 1 0%;
	padding: 10px;
	margin-right: 30px;
}

.mantine-1xbjxva {
	padding: 0px 38px;
	appearance: none;
	text-align: left;
	text-decoration: none;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
		Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	width: auto;
	border-radius: 4px;
	font-weight: 600;
	position: relative;
	line-height: 1;
	font-size: 20px;
	user-select: none;
	cursor: pointer;
	border: 1px solid rgb(206, 212, 218);
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	height: 54px;
	padding: 10px;
}

@media only screen and (max-width: 600px) {
	.main {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.main h1 {
		font-size: 32px;
	}
	.main h2 {
		margin: 0;
		font-size: 26px;
	}
	.mainbuttons {
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: center;
		margin: 0;
	}
	.mainbuttons .mantine-1h5g9fi,
	.mantine-1xbjxva {
		justify-self: center;
		margin: 0 0;
		margin-top: 20px;
		margin-left: 5%;
		font-size: 12px;
		height: 60px;
	}
}
