body {
	scroll-behavior: smooth !important;
}

.gradientColor {
	background: #1e88e5 linear-gradient(to bottom right, #1e88e5, #2962ff) no-repeat center center fixed;
}

.a1 {
	padding: 15px;
	display: inline-block;
	margin-left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 200px;
}

.block {
	display: block;
	width: 100%;
}

.a2 {
	padding: 0 10px;
}

.a3 {
	padding-left: 300px;
}

.a4 {
	padding-left: 15px;
	padding-right: 0;
}

.a5 {
	width: 100%;
	height: 150px;
	resize: none;
	border: 1px solid grey;
	padding: 5px;
	color: grey;
}

.a6 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.a7 {
	padding: 10px;
}

.a8 {
	padding: 10px;
	width: 100%;
	display: block;
	padding-right: 75px;
	position: relative;
	color: #00695c;
	background-color: #b2dfdb;
	border: 1px solid #00695c;
}

.a8::placeholder {
	color: #00695c;
}

.a9 {
	position: absolute;
	z-index: 1;
	padding: 8px;
	transform: translateY(4px);
}

.a10 {
	cursor: pointer;
}

.a11 {
	height: 400px;
	overflow-y: hidden;
}

.a12 {
	position: absolute;
	top: 1px;
	right: 13px;
	border: 0;
	padding: 8px 20px;
}

.a13 {
	width: 150px;
	height: 150px;
	margin: 10px 10px;
	margin-bottom: 0;
}

.a15 {
	display: inline-block;
	width: 150px;
	height: 150px !important;
	line-height: 150px !important;
	margin-left: 50%;
	transform: translateX(-50%);
}

.a16 {
	color: #00796b;
	font-size: 2.28rem;
	line-height: 110%;
	margin: 10px 0 !important;
	font-weight: 400;
	display: block;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	width: 100%;
	text-align: center;
	border: 0;
	transition-duration: .3s;
}

.a16:hover,
.a16:focus {
	outline: 1px solid #00796b;
}

.a17 {
	max-width: 70px;
}

.a18 {
	width: 150px;
	margin: 20px 0;
	cursor: pointer;
	transition: opacity 0.3s;
}

.a18_2 {
	width: 150px;
	margin: 20px 0;
}

.a18:hover {
	opacity: 0.6;
}

.a19 {
	padding: auto 10px !important;
}

.a20 {
	margin-left: 46%;
}

#hidden {
	display: none;
}

.bold {
	font-weight: 500 !important;
}

.procont {
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
}

/* Fix Materialize file-field button jumping & hovering glitch */
.file-field {
	position: relative;
	overflow: hidden;
}

.file-field .btn,
.file-field .btn.a15 {
	margin-left: 50% !important;
	transform: translateX(-50%) !important;
	transition: background-color 0.3s ease !important;
	box-shadow: none !important;
}

.file-field .btn:hover,
.file-field .btn.a15:hover {
	margin-left: 50% !important;
	transform: translateX(-50%) !important;
	box-shadow: none !important;
	top: 0 !important;
	bottom: 0 !important;
}

.file-field input[type=file] {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer !important;
	opacity: 0 !important;
}

@media (max-width: 992px) {
	.a3 {
		padding-left: 0;
	}
}