@media only screen and (min-width:0em) {
	:root {
		--topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
		--headerFontSize: clamp(1.9375rem, 4.5vw, 3.0625rem);
		--bodyFontSize: 1rem;
		--sectionPadding: clamp(3.75em, 7.82vw, 6.25em) 1rem
	}

	#cs-contact {
		padding: var(--sectionPadding);
	}

	#cs-contact .cs-container {
		margin: auto;
		max-width: 50rem;
		width: 100%
	}

	#cs-contact .cs-content {
		width: 100%
	}

	#cs-contact .cs-topper {
		margin-bottom: clamp(.5rem, 1.4vw, .75rem);
		text-align: left
	}

	#cs-contact .cs-title {
		max-width: 50rem;
		text-align: left
	}

	#cs-contact .cs-text {
		margin: 0 auto clamp(2.5rem, 6.3vw, 3rem) 0;
		max-width: clamp(25.25rem, 30vw, 32.625rem);
		text-align: left
	}

	#cs-contact #cs-form {
		margin-bottom: 2.5rem
	}

	#cs-contact #cs-form label {
		align-items: flex-start;
		color: var(--headerColor);
		display: flex;
		flex-direction: column;
		font-size: 1rem;
		font-weight: 700;
		justify-content: center;
		line-height: 1.5em;
		margin-bottom: clamp(.75rem, 1.3em, 1.25rem)
	}

	#cs-contact #cs-form .cs-label-message {
		margin-bottom: clamp(2rem, 6.3vw, 3rem)
	}

	#cs-contact #cs-form input,
	#cs-contact #cs-form textarea {
		border: 1px solid #b4b2c7;
		box-sizing: border-box;
		font-size: 1rem;
		height: 4rem;
		margin-top: .25rem;
		padding-left: 1.25rem;
		transition: border .3s;
		width: 100%
	}

	#cs-contact #cs-form input:hover,
	#cs-contact #cs-form textarea:hover {
		border: 1px solid var(--primary)
	}

	#cs-contact #cs-form textarea {
		font-family: inherit;
		min-height: 7.5rem;
		padding-top: 1.25rem
	}

	#cs-contact #cs-form .cs-button-solid {
		border: none;
		width: 100%
	}

	#cs-contact .cs-right-section {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		height: 20rem;
		justify-content: flex-end;
		overflow: hidden;
		padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.25rem, 3vw, 2.5rem);
		position: relative
	}

	#cs-contact .cs-header {
		font-weight: 700;
		margin-bottom: .5rem
	}

	#cs-contact .cs-header,
	#cs-contact .cs-link {
		color: var(--bodyTextColorWhite);
		display: block;
		font-size: clamp(1rem, 3vw, 1.25rem);
		line-height: 1.2em
	}

	#cs-contact .cs-link {
		margin-bottom: 1.25rem;
		position: relative;
		text-decoration: none
	}

	#cs-contact .cs-link:before {
		background: currentColor;
		bottom: -.125rem;
		content: "";
		display: block;
		height: 2px;
		left: 0;
		opacity: 1;
		position: absolute;
		transition: width .3s;
		width: 0
	}

	#cs-contact .cs-link:hover:before {
		width: 100%
	}

	#cs-contact .cs-link:last-of-type {
		margin-bottom: 0
	}

	#cs-contact .cs-block {
		display: block
	}

	#cs-contact .cs-bg-picture {
		transition: transform .6s;
		z-index: -1
	}

	#cs-contact .cs-bg-picture,
	#cs-contact .cs-bg-picture:before {
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%
	}

	#cs-contact .cs-bg-picture:before {
		background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8));
		content: "";
		z-index: 1
	}

	#cs-contact .cs-bg-picture img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		width: 100%
	}
}

@media only screen and (min-width:43.75em) {
	#cs-contact #cs-form {
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

	#cs-contact #cs-form label {
		width: 48%
	}

	#cs-contact #cs-form .cs-label-message {
		width: 100%
	}
}

@media only screen and (min-width:64em) {
	#cs-contact .cs-container {
		align-items: flex-start;
		display: flex;
		gap: 5rem;
		justify-content: flex-end;
		max-width: 80rem
	}

	#cs-contact #cs-form {
		max-width: 39.375rem
	}

	#cs-contact #cs-form label {
		width: 100%
	}

	#cs-contact .cs-right-section {
		flex: none;
		height: 42.875rem;
		max-width: 33.875rem;
		width: 40%
	}

	#cs-contact .cs-right-section:hover .cs-bg-picture {
		transform: scale(1.1)
	}

	#cs-contact .cs-block {
		display: inline-block
	}
}

@media only screen and (min-width:81.25em) {
	#cs-contact #cs-form {
		-moz-column-gap: 0;
		column-gap: 0
	}

	#cs-contact #cs-form label {
		max-width: 19.0625rem;
		width: 48%
	}

	#cs-contact #cs-form .cs-label-message {
		max-width: 100%
	}

	#cs-contact .cs-right-section {
		height: 36.125rem
	}
}

@media only screen and (min-width:0em) {

	body.dark-mode #cs-contact .cs-text,
	body.dark-mode #cs-contact .cs-title {
		color: var(--bodyTextColorWhite)
	}

	body.dark-mode #cs-contact #cs-form input,
	body.dark-mode #cs-contact #cs-form label,
	body.dark-mode #cs-contact #cs-form textarea {
		background-color: transparent;
		color: var(--bodyTextColorWhite)
	}

	body.dark-mode #cs-contact #cs-form input::-moz-placeholder,
	body.dark-mode #cs-contact #cs-form label::-moz-placeholder,
	body.dark-mode #cs-contact #cs-form textarea::-moz-placeholder {
		filter: brightness(1.4)
	}

	body.dark-mode #cs-contact #cs-form input::placeholder,
	body.dark-mode #cs-contact #cs-form label::placeholder,
	body.dark-mode #cs-contact #cs-form textarea::placeholder {
		filter: brightness(1.4)
	}

	body.dark-mode #cs-contact .cs-bg-picture {
		background-color: #000
	}

	body.dark-mode #cs-contact .cs-bg-picture img {
		opacity: .5
	}
}

/* ===== Contact page (form + image info card) ===== */
@media only screen and (min-width: 0rem) {
	#cs-contact {
		padding: var(--sectionPadding);
	}

	#cs-contact .cs-container {
		margin: auto;
		max-width: 50rem;
		width: 100%;
	}

	#cs-contact .cs-content {
		width: 100%;
	}

	#cs-contact .cs-topper {
		margin-bottom: clamp(.5rem, 1.4vw, .75rem);
		text-align: left;
	}

	#cs-contact .cs-title {
		max-width: 50rem;
		text-align: left;
	}

	#cs-contact .cs-text {
		margin: 0 auto clamp(2.5rem, 6.3vw, 3rem) 0;
		max-width: clamp(25.25rem, 30vw, 32.625rem);
		text-align: left;
	}

	#cs-contact #cs-form {
		margin-bottom: 2.5rem;
	}

	#cs-contact #cs-form label {
		align-items: flex-start;
		color: var(--headerColor);
		display: flex;
		flex-direction: column;
		font-size: 1rem;
		font-weight: 700;
		justify-content: center;
		line-height: 1.5em;
		margin-bottom: clamp(.75rem, 1.3em, 1.25rem);
	}

	#cs-contact #cs-form .cs-label-message {
		margin-bottom: clamp(2rem, 6.3vw, 3rem);
	}

	#cs-contact #cs-form input,
	#cs-contact #cs-form textarea {
		border: 1px solid #b4b2c7;
		box-sizing: border-box;
		font-family: var(--bodyFont);
		font-size: 1rem;
		height: 4rem;
		margin-top: .25rem;
		padding-left: 1.25rem;
		transition: border .3s;
		width: 100%;
	}

	#cs-contact #cs-form input:hover,
	#cs-contact #cs-form textarea:hover {
		border: 1px solid var(--primary);
	}

	#cs-contact #cs-form input:focus,
	#cs-contact #cs-form textarea:focus {
		outline: none;
		border: 1px solid var(--primary);
	}

	#cs-contact #cs-form textarea {
		font-family: inherit;
		min-height: 7.5rem;
		padding-top: 1.25rem;
	}

	#cs-contact #cs-form .cs-button-solid {
		border: none;
		cursor: pointer;
		width: 100%;
        margin-top: 1.25rem;
	}

	#cs-contact .cs-right-section {
		align-items: flex-start;
		border-radius: 0.75rem;
		display: flex;
		flex-direction: column;
		height: 20rem;
		justify-content: flex-end;
		overflow: hidden;
		padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.25rem, 3vw, 2.5rem);
		position: relative;
	}

	#cs-contact .cs-header {
		font-weight: 700;
		margin-bottom: .5rem;
	}

	#cs-contact .cs-header,
	#cs-contact .cs-link {
		color: var(--bodyTextColorWhite);
		display: block;
		font-size: clamp(1rem, 3vw, 1.25rem);
		line-height: 1.2em;
	}

	#cs-contact .cs-link {
		margin-bottom: 1.25rem;
		position: relative;
		text-decoration: none;
	}

	#cs-contact .cs-link:before {
		background: currentColor;
		bottom: -.125rem;
		content: "";
		display: block;
		height: 2px;
		left: 0;
		opacity: 1;
		position: absolute;
		transition: width .3s;
		width: 0;
	}

	#cs-contact .cs-link:hover:before {
		width: 100%;
	}

	#cs-contact .cs-link:last-of-type {
		margin-bottom: 0;
	}

	#cs-contact .cs-block {
		display: block;
	}

	#cs-contact .cs-bg-picture {
		transition: transform .6s;
		z-index: -1;
	}

	#cs-contact .cs-bg-picture,
	#cs-contact .cs-bg-picture:before {
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	#cs-contact .cs-bg-picture:before {
		background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8));
		content: "";
		z-index: 1;
	}

	#cs-contact .cs-bg-picture img {
		height: 100%;
		left: 0;
		object-fit: cover;
		position: absolute;
		top: 0;
		width: 100%;
	}
}

@media only screen and (min-width: 43.75rem) {
	#cs-contact #cs-form {
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#cs-contact #cs-form label {
		width: 48%;
	}

	#cs-contact #cs-form .cs-label-message {
		width: 100%;
	}
}

@media only screen and (min-width: 64rem) {
	#cs-contact .cs-container {
		align-items: flex-start;
		display: flex;
		gap: 5rem;
		justify-content: flex-end;
		max-width: 80rem;
	}

	#cs-contact #cs-form {
		max-width: 39.375rem;
	}

	#cs-contact #cs-form label {
		width: 100%;
	}

	#cs-contact .cs-right-section {
		flex: none;
		height: 42.875rem;
		max-width: 33.875rem;
		width: 40%;
	}

	#cs-contact .cs-right-section:hover .cs-bg-picture {
		transform: scale(1.1);
	}

	#cs-contact .cs-block {
		display: inline-block;
	}
}

@media only screen and (min-width: 81.25rem) {
	#cs-contact #cs-form label {
		max-width: 19.0625rem;
		width: 48%;
	}

	#cs-contact #cs-form .cs-label-message {
		max-width: 100%;
	}

	#cs-contact .cs-right-section {
		height: 36.125rem;
	}
}