.contactFormSection {
	padding: 120px 20px;
	background: url(https://www.softway.com/hubfs/LAAS%20Website%20V1/contactBg.png) no-repeat;
	background-position: bottom center;
	background-size: cover;
	background-color: #fafafa;
}

.contactFormSection__Inner {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

.contactFormSection__Inner--Left {
	width: calc(50% - 30px);
}

.contactFormSection__Inner--Right {
	width: calc(50% - 30px);
}

.contactFormSection__Inner--Left h1 {
	font-family: 'Golos Text';
	font-style: normal;
	font-weight: 500;
	font-size: 61.04px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #000000;
}

.contactFormSection__Inner--Left img {
    margin-left: -150px;
}

.contactFormSection__Inner--Left p {
	font-family: 'Golos Text';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #71717A;
	max-width: 529px;
}

.contactForm .form-title {
	display: none !important;
}

.contactForm .form-title, .contactForm .submitted-message, .contactForm form {
	background-color: #ffffff !important;
	padding: 48px;
}

.contactForm .form-columns-2 {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.contactForm .hs-form-field {
	display: flex;
	flex-direction: column;
	width: 100% !important;
	margin-bottom: 24px;
}

.contactForm  label {
	font-family: 'Golos Text';
	font-style: normal;
	font-weight: 400;
	font-size: 12.8px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0 0 8px;
}

.contactForm .form-columns-2 .hs-form-field {
	width: calc(50% - 12px) !important;
}

.contactForm  .input {
	margin: 0 !important;
	width: 100% !important;
}

.contactForm .input input, .contactForm .input select, .contactForm .input textarea {
	width: 100% !important;
	padding: 0 12px;
	height: 38px;
	border: 0.810417px solid #D4D4D8;
	outline: 0;
	font-family: 'Golos Text';
	font-style: normal;
	font-weight: 400;
	font-size: 12.8px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #000;
	border-radius: 0;
}

.contactForm .input input:placeholder {
	color: rgb(161 161 170 / 50%);
}

.contactForm .input textarea {
	height: 107px;
	resize: none;
	padding-top: 16px;
}

.contactForm .hs-submit {
	display: flex;
	justify-content: flex-end;
}

.contactForm .hs-button {
	display: flex !important;width: 74px;height: 36px;background: #FFD300 !important;
	align-items: center;justify-content: center;
	font-family: 'Golos Text';font-style: normal;font-weight: 500;font-size: 12.8px !important;!i;!io;!iom;!io;!;line-height: 90%;
	letter-spacing: -0.03em;color: #000000 !important;
	padding: 0 !important;
}

@media screen and (max-width: 993px) {
	.contactFormSection__Inner {
		gap: 40px;
	}

	.contactFormSection__Inner--Left {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.contactFormSection__Inner--Left h1 {
		max-width: 500px;
	}

	.contactFormSection__Inner--Right {
		width: 100%;
	}

	.contactFormSection {
		padding: 120px 20px 50px;
	}
}

@media screen and (max-width: 768px) {
	.contactFormSection {
		padding: 120px 0 50px;
	}

	.contactFormSection__Inner--Left h1 {
		font-size: 32px !important;!i;!;
		line-height: 42px !important;!i;!;
		margin: 0 0 10px;
		max-width: 240px;
	}

	.contactFormSection__Inner--Left {
		align-items: flex-start;
	}

	.contactForm .form-title, .contactForm .submitted-message, .contactForm form {
		padding: 20px;
	}
}