@media only screen and (min-width: 0rem) {
	#hero-2275 {
		z-index: 10;
		position: relative;
		background-color: #f8f8f8;
		overflow: hidden;
		padding: clamp(9rem, 30.95vw, 18.75rem) 1rem clamp(7.5rem, 14vw, 10.9375rem);
	}

	#hero-2275 .cs-container {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: auto;
		max-width: 80rem;
		width: 100%;
		gap: 5.5rem;
	}

	#hero-2275 .cs-content {
		z-index: 10;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		max-width: 39.375rem;
		width: 100%;
		text-align: left;
	}

	#hero-2275 .cs-title {
		position: relative;
		margin: 0 0 1rem;
		width: 100%;
		text-transform: uppercase;
		font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
		line-height: 1.2em;
		font-weight: 900;
		color: var(--bodyTextColorWhite);
	}

	#hero-2275 .cs-text {
		opacity: 0.8;
		margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
		max-width: 43.75rem;
		width: 100%;
		font-size: clamp(1rem, 2.5vw, 1.25rem);
		line-height: 1.5em;
		color: var(--bodyTextColorWhite);
	}

	#hero-2275 .cs-image-group {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 100%;
		overflow: hidden;
	}

	#hero-2275 .cs-background {
		z-index: 1;
		position: relative;
		height: 100%;
		width: 100%;
	}

	#hero-2275 .cs-background img {
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	#hero-2275 .cs-background1:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		opacity: 0.72;
		display: block;
		background: #000;
		height: 100%;
		width: 100%;
	}

	#hero-2275 .cs-background2 {
		display: none;
		flex: none;
	}

	body.dark-mode #hero-2275 {
		background-color: rgba(0, 0, 0, 0.2);
	}

	#Hservices-2275 {
		z-index: 20;
		position: relative;
		background-color: var(--bgcolor);
		width: 100%;
		padding: var(--sectionPadding);
		padding-bottom: 0;
	}

	#Hservices-2275 .cs-container {
		z-index: 1;
		position: relative;
		margin: auto;
		max-width: 80rem;
	}

	#Hservices-2275 .cs-card-group {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		margin: 0;
		max-width: 80rem;
		width: 100%;
		padding: 0;
		row-gap: 2rem;
	}

	#Hservices-2275 .cs-item {
		z-index: 1;
		position: relative;
		width: 100%;
		box-sizing: border-box;
		list-style: none;
		transition: background-color 0.3s, border-color 0.3s;
		text-align: left;
		grid-column: span 12;
	}

	#Hservices-2275 .cs-item:last-of-type {
		background-color: #fefaf6;
	}

	#Hservices-2275 .cs-item:last-of-type .cs-link {
		box-sizing: border-box;
		padding: clamp(2rem, 4vw, 5rem) 0;
	}

	#Hservices-2275 .cs-item:last-of-type .cs-icon {
		margin-bottom: 1.5rem;
		width: 4rem;
	}

	#Hservices-2275 .cs-item:last-of-type .cs-h3 {
		font-size: 1.5625rem;
	}

	#Hservices-2275 .cs-item:last-of-type .cs-item-text {
		margin-bottom: 2rem;
	}

	#Hservices-2275 .cs-number {
		margin: 0;
		font-size: 4.5rem;
		line-height: 1.2em;
		font-weight: 700;
		color: var(--headerColor);
	}

	#Hservices-2275 .cs-fake-link {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border-bottom: 1px solid var(--primary);
		margin: 0;
		padding: 0 0 0.25rem 0;
		text-transform: uppercase;
		font-size: 1rem;
		line-height: 1.2em;
		font-weight: 700;
		color: var(--primary);
		gap: 0.75rem;
	}

	#Hservices-2275 .cs-item-background {
		margin-top: 1.75rem;
		margin-bottom: -2rem;
	}

	#Hservices-2275 .cs-item-picture {
		z-index: 1;
		position: relative;
		display: block;
		height: 100vw;
		width: 100%;
	}

	#Hservices-2275 .cs-item-picture img {
		z-index: -1;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		height: 100%;
		width: 100vw;
		-o-object-fit: cover;
		object-fit: cover;
	}

	#Hservices-2275 .cs-background {
		z-index: -1;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		height: 100%;
		width: 100vw;
	}

	#Hservices-2275 .cs-background img {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.08;
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	#Hservices-2275 .cs-background:before {
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		opacity: 1;
		display: block;
		background: #F6F5F1;
		height: 100%;
		width: 100%;
	}

	#Hservices-2275 .cs-link {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		text-decoration: none;
	}

	#Hservices-2275 .cs-icon {
		margin: 0 0 1.25rem 0;
		height: auto;
		width: 2.5rem;
	}

	#Hservices-2275 .cs-h3 {
		margin: 0 0 0.5rem 0;
		font-size: 1.25rem;
		line-height: 1.2em;
		font-weight: 700;
		color: var(--headerColor);
		transition: color 0.3s;
		text-align: inherit;
	}

	#Hservices-2275 .cs-item-text {
		margin: 0;
		font-size: clamp(0.875rem, 1.5vw, 1rem);
		line-height: 1.5em;
		color: var(--bodyTextColor);
		transition: color 0.3s, opacity 0.3s;
		text-align: inherit;
	}

	body.dark-mode #Hservices-2275 {
		background-color: rgba(0, 0, 0, 0.2);
	}

	body.dark-mode #Hservices-2275 .cs-h3,
	body.dark-mode #Hservices-2275 .cs-item-text,
	body.dark-mode #Hservices-2275 .cs-number,
	body.dark-mode #Hservices-2275 .cs-fake-link {
		color: var(--bodyTextColorWhite);
	}

	body.dark-mode #Hservices-2275 .cs-item-text,
	body.dark-mode #Hservices-2275 .cs-fake-link {
		opacity: 0.8;
	}

	body.dark-mode #Hservices-2275 .cs-fake-link {
		border-color: var(--bodyTextColorWhite);
	}

	body.dark-mode #Hservices-2275 .cs-fake-link .cs-arrow {
		filter: grayscale(1) brightness(1000%);
	}

	body.dark-mode #Hservices-2275 .cs-item:last-of-type {
		background-color: var(--medium);
	}
}

@media only screen and (min-width: 48rem) {
	#hero-2275 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 5.625rem;
	}

	#hero-2275 .cs-container {
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#hero-2275 .cs-content {
		align-items: flex-start;
		width: 53%;
		text-align: left;
	}

	#hero-2275 .cs-picture {
		position: absolute;
		bottom: -4.0625rem;
		right: -1.875rem;
		width: 56%;
	}

	#hero-2275 .cs-image-group {
		flex-direction: row;
	}

	#hero-2275 .cs-background2 {
		border-left: 2px solid var(--primary);
		max-height: 100%;
		height: 100%;
		width: 25vw;
	}

	#Hservices-2275 {
		padding: var(--sectionPadding);
	}

	#Hservices-2275 .cs-card-group {
		width: 44%;
	}

	#Hservices-2275 .cs-item:last-of-type {
		position: absolute;
		bottom: calc(clamp(3.75rem, 7.82vw, 6.25rem) * -1);
		right: 1rem;
		width: 49%;
	}

	#Hservices-2275 .cs-item:last-of-type .cs-link {
		padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 6vw, 5rem);
	}

	#Hservices-2275 .cs-item-background {
		position: absolute;
		top: calc(clamp(16.25rem, 25vw, 18.75rem) * -1);
		right: -1rem;
		margin: 0;
		height: 30.5rem;
		width: 45%;
	}

	#Hservices-2275 .cs-item-picture {
		height: 100%;
	}

	#Hservices-2275 .cs-item-picture img {
		left: 0;
		transform: none;
		width: 100%;
	}

	#Hservices-2275 .cs-background {
		left: 0;
		transform: none;
		width: 100%;
	}
}

@media only screen and (min-width: 64rem) {
	#Hservices-2275 .cs-item:last-of-type {
		top: auto;
		width: 47vw;
	}

	#Hservices-2275 .cs-item-background {
		width: 40%;
	}
}

@media only screen and (min-width: 81.25rem) {
	#hero-2275 .cs-background1 {
		position: absolute;
		top: 0;
		right: 50%;
		margin-right: -21.5625rem;
		width: 75vw;
	}

	#hero-2275 .cs-background2 {
		/* position: absolute; */
		top: 0;
		bottom: 8.5rem;
		left: 50%;
		display: block;
		margin-left: 21.3125rem;
		height: auto;
		width: 40.8125vw;
	}

	#Hservices-2275 {
		padding: 0;
	}

	#Hservices-2275 .cs-card-group {
		width: 53.75rem;
		padding: 3.75rem 0;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}

	#Hservices-2275 .cs-item {
		grid-column: span 4;
	}

	#Hservices-2275 .cs-item:last-of-type {
		top: auto;
		bottom: 0;
		right: 0;
		width: 25rem;
	}

	#Hservices-2275 .cs-item-background {
		display: none;
	}
}

