@media only screen and (min-width: 64em) {
	#navigation .background-color-div {
		height: 100%;
	}
}

@media only screen and (min-width: 0rem) {
	#banner-1106 {
		z-index: 1;
		position: relative;
		overflow: hidden;
		padding: var(--sectionPadding);
		padding-top: 15.625rem;
		padding-bottom: 7.5rem;
	}

	#banner-1106 .cs-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		margin: auto;
		max-width: 80rem;
		width: 100%;
		gap: 0.75rem;
	}

	#banner-1106 .cs-int-title {
		position: relative;
		margin: 0;
		font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
		line-height: 1.2em;
		font-weight: 900;
		color: var(--bodyTextColorWhite);
		text-align: inherit;
	}

	#banner-1106 .cs-breadcrumbs {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#banner-1106 .cs-link {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		font-size: 1rem;
		line-height: 1.2em;
		color: var(--bodyTextColorWhite);
	}

	#banner-1106 .cs-link:last-of-type {
	}

	#banner-1106 .cs-link:last-of-type::after {
		display: none;
	}

	#banner-1106 .cs-link:after {
		position: relative;
		content: "";
		display: block;
		margin: 0 1rem;
		background: url("https://csimg.nyc3.cdn.digitaloceanspaces.com/Icons/white-chev.svg");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		height: 0.75rem;
		width: 0.4375rem;
	}

	#banner-1106 .cs-link.cs-active {
		color: var(--primary);
	}

	#banner-1106 .cs-background, #banner-1106 .cs-video {
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 100%;
		width: 100%;
	}

	#banner-1106 .cs-background img, #banner-1106 .cs-video img, #banner-1106 .cs-background video, #banner-1106 .cs-video video {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	#banner-1106 .cs-background:before, #banner-1106 .cs-video:before {
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		opacity: 1;
		display: block;
		background: -moz-linear-gradient(left, rgba(26, 26, 26, 0.94) 0%, rgba(26, 26, 26, 0) 100%);
		background: -webkit-linear-gradient(left, rgba(26, 26, 26, 0.94) 0%, rgba(26, 26, 26, 0) 100%);
		height: 100%;
		width: 100%;
	}

	#banner-1106 .cs-video {
		display: none;
	}
}

@media only screen and (min-width: 64rem) {
	#banner-1106 .cs-video {
		display: block;
	}

	#banner-1106 .cs-background {
		display: none;
	}
}

@media only screen and (min-width: 0em) {
	#cs-contact {
		position: relative;
		padding: clamp(7.75em, 7.82vw, 6.25em) 1em;
		padding-top: clamp(7.75em, 10.82vw, 8.25em);
		font-family: "Roboto", "Arial", sans-serif;
	}

	#cs-contact .top-wave {
		z-index: 10;
		position: absolute;
		top: -0.125em;
		left: 0;
		display: block;
		height: auto;
		width: 100%;
	}

	#cs-contact .cs-container {
		margin: auto;
		max-width: 50em;
		width: 100%;
	}

	#cs-contact .cs-content {
		width: 100%;
	}

	#cs-contact .cs-topper {
		display: block;
		margin-bottom: clamp(0.5rem, 1.4vw, 0.75rem);
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-size: clamp(0.8125rem, 1.6vw, 1rem);
		line-height: 1.2em;
		font-weight: 700;
		color: var(--primaryDark);
		text-align: left;
	}

	#cs-contact .cs-title {
		position: relative;
		margin: 0 auto 1rem 0;
		max-width: 50rem;
		font-size: clamp(2.4375rem, 4.5vw, 3.0625rem);
		line-height: 1.2em;
		font-weight: 900;
		color: var(--bodyTextColor);
		text-align: left;
	}

	#cs-contact .cs-text {
		margin: 0 auto 0 0;
		margin-bottom: clamp(2.5rem, 6.3vw, 3rem);
		max-width: clamp(25.25rem, 30vw, 32.625rem);
		width: 100%;
		font-size: clamp(1rem, 1.5vw, 1.25rem);
		line-height: 1.5em;
		color: var(--bodyTextColor);
		text-align: left;
	}

	#cs-contact #cs-form {
		margin-bottom: 2.5em;
	}

	#cs-contact #cs-form label {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		margin-bottom: clamp(0.75rem, 1.3em, 1.25rem);
		font-size: 1rem;
		line-height: 1.5em;
		font-weight: 700;
		color: var(--bodyTextColor);
	}

	#cs-contact #cs-form input, #cs-contact #cs-form textarea {
		border: 1px solid #b4b2c7;
		border-radius: 0.5rem;
		margin-top: 0.25rem;
		height: 4rem;
		width: 100%;
		box-sizing: border-box;
		padding-left: 1.25rem;
		font-size: 1rem;
		transition: border 0.3s;
	}

	#cs-contact #cs-form input:hover, #cs-contact #cs-form textarea:hover {
		border: 1px solid var(--primary);
	}

	#cs-contact #cs-form textarea {
		min-height: 7.5rem;
		padding-top: 1.25rem;
		font-family: inherit;
	}

	#cs-contact #cs-form .cs-button-solid {
		width: 100%;
	}

	#cs-contact .cs-button-solid {
		z-index: 1;
		position: relative;
		display: inline-block;
		border: none;
		border-radius: 0.25rem;
		margin: auto;
		background-color: var(--primary);
		min-width: 9.375rem;
		box-sizing: border-box;
		padding: 0 1.5rem;
		text-decoration: none;
		font-size: 1rem;
		line-height: 3.5rem;
		font-weight: 700;
		color: #1a1a1a;
		transition: color 0.3s;
		text-align: center;
	}

	#cs-contact .cs-button-solid:before {
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		opacity: 1;
		border-radius: 0.25rem;
		background: #000;
		height: 100%;
		width: 0%;
		transition: width 0.3s;
	}

	#cs-contact .cs-button-solid:hover {
		color: #fff;
		cursor: pointer;
	}

	#cs-contact .cs-button-solid:hover:before {
		width: 100%;
	}

	#cs-contact .cs-right-section {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-start;
		border-radius: 0.5rem;
		height: 20em;
		overflow: hidden;
		padding: clamp(1.5em, 3vw, 2.5em) clamp(1.25em, 3vw, 2.5em);
	}

	#cs-contact .cs-header {
		display: block;
		margin-bottom: 0.5rem;
		font-size: clamp(1rem, 3vw, 1.25rem);
		line-height: 1.2em;
		font-weight: 700;
		color: #fafbfc;
	}

	#cs-contact .cs-link {
		position: relative;
		display: block;
		margin-bottom: 1.25rem;
		text-decoration: none;
		font-size: clamp(1rem, 3vw, 1.25rem);
		line-height: 1.2em;
		color: #fafbfc;
	}

	#cs-contact .cs-link:before {
		position: absolute;
		bottom: -0.125rem;
		left: 0;
		content: "";
		opacity: 1;
		display: block;
		background: currentColor;
		height: 2px;
		width: 0%;
		transition: width 0.3s;
	}

	#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 {
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 100%;
		width: 100%;
		transition: transform 0.6s;
	}

	#cs-contact .cs-bg-picture img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	#cs-contact .cs-bg-picture:before {
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
		height: 100%;
		width: 100%;
	}

	#cs-contact .cs-bg-picture.dark {
		display: none;
	}
}

@media only screen and (min-width: 43.75em) {
	#cs-contact #cs-form {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	#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 {
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		max-width: 80em;
		gap: 5em;
	}

	#cs-contact #cs-form {
		max-width: 32.625em;
	}

	#cs-contact #cs-form label {
		width: 100%;
	}

	#cs-contact .cs-right-section {
		height: 42.875em;
		max-width: 33.875em;
		width: 40%;
		flex: none;
	}

	#cs-contact .cs-right-section:hover .cs-bg-picture {
		transform: scale(1.1);
	}
}

@media only screen and (min-width: 0em) {
	body.dark-mode #cs-contact .cs-text, body.dark-mode #cs-contact .cs-title {
		color: #fafbfc;
	}

	body.dark-mode #cs-contact .top-wave.light {
		display: none;
	}

	body.dark-mode #cs-contact #cs-form label, body.dark-mode #cs-contact #cs-form input, body.dark-mode #cs-contact #cs-form textarea {
		background-color: transparent;
		color: #fafbfc;
	}

	body.dark-mode #cs-contact #cs-form label::placeholder, body.dark-mode #cs-contact #cs-form input::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: 0.5;
	}

	body.dark-mode #cs-contact .cs-bg-picture.lgiht {
		display: none;
	}

	body.dark-mode #cs-contact .cs-bg-picture.dark {
		display: block;
	}
}

@media only screen and (min-width: 0em) {
	#cta {
		position: relative;
		padding: 3.75em 0;
		transition: background-color 0.3s;
	}

	#cta .container {
		z-index: 3;
		position: relative;
		text-align: center;
	}

	#cta picture {
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 1em 1em 0 0;
		height: 100%;
		width: 100%;
		overflow: hidden;
	}

	#cta picture img {
		position: absolute;
		top: 0;
		left: 0;
		transform: scaleX(-1);
		display: block;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	#cta .title {
		margin: auto;
		margin-bottom: 1.10416667em;
		max-width: 12.5em;
		font-size: 3em;
		color: #fff;
	}

	#cta:before {
		z-index: 2;
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		opacity: 0.7;
		display: block;
		border-radius: 1em 1em 0 0;
		background: #000;
		height: 100%;
		width: 100%;
	}
}

@media only screen and (min-width: 64em) {
	#cta {
		padding: 8.4em 0;
	}
}

@media only screen and (min-width: 1300px) {
	#cta .container {
		margin: auto;
		width: 90.0625%;
	}

	#cta picture {
		left: 50%;
		transform: translateX(-50%);
		border-radius: 1em;
		width: 90.0625%;
	}

	#cta picture:before {
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		opacity: 0.7;
		display: block;
		background: #000;
		height: 100%;
		width: 100%;
	}

	#cta:before {
		display: none;
	}
}

@media only screen and (min-width: 0em) {
	iframe {
		width: 100%;
	}
}

@media only screen and (min-width: 48em) {
	iframe {
		height: 25em;
	}
}

@media only screen and (min-width: 1300px) {
	#iframe {
		padding-top: 5em;
	}

	#iframe {
		display: block;
		border-radius: 1em 1em 0 0;
		margin: auto;
		width: 90.0625%;
	}
}

@media only screen and (min-width: 0em) {
	#newsletter {
		background: var(--primary);
		padding: 4.6875em 0;
	}

	#newsletter h2 {
		margin-bottom: 0.5625em;
		font-size: 2em;
		line-height: 1.125em;
		color: #000;
		text-align: center;
	}

	#newsletter p {
		margin: auto;
		margin-bottom: 1em;
		max-width: 19.44444444em;
		font-size: 1.125em;
		line-height: 2em;
		color: #000;
		text-align: center;
	}

	#newsletter form {
		margin: auto;
		max-width: 25.375em;
	}

	#newsletter form .input-group {
		margin-bottom: 1.875em;
	}

	#newsletter form label {
		display: block;
		margin-bottom: 0.375em;
		font-weight: 700;
	}

	#newsletter form input {
		border: 1px solid #707070;
		height: 2.875em;
		max-width: 25.375em;
		width: 100%;
		box-sizing: border-box;
		padding-left: 1em;
		font-family: "Josefin Sans", Arial, sans-serif;
		font-size: 1em;
	}

	#newsletter form .button-solid {
		border: none;
		border-radius: 0.42857143em;
		background-color: transparent;
		height: 3.28571429em;
		max-width: 29em;
		width: 100%;
		box-sizing: content-box;
		padding: 0;
		padding-top: 0.35714286em;
		font-family: "Josefin Sans", Arial, sans-serif;
		line-height: 3.28571429em;
		color: #fff;
	}

	#newsletter form .button-solid:before {
		background-color: #000;
	}
}

@media only screen and (min-width: 64em) {
	#newsletter {
		padding: 2.8125em 0;
	}

	#newsletter .container {
		max-width: 75em;
	}

	#newsletter h2 {
		margin-bottom: 0.1875em;
		margin-left: 0;
		text-align: left;
	}

	#newsletter p {
		margin-left: 0;
		max-width: 38.88888889em;
		text-align: left;
	}

	#newsletter form {
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		max-width: 100%;
		font-size: min(1.4vw, 1em);
	}

	#newsletter form .input-group {
		display: inline-block;
		margin: 0;
		margin-right: 0.75em;
		min-width: 25.375em;
	}

	#newsletter form .button-solid {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
		margin-bottom: 0.42857143em;
		height: 2.85714286em;
		width: 12.35714286em;
		box-sizing: border-box;
		line-height: 2.85714286em;
	}
}

@media only screen and (min-width: 0em) {
	body.dark-mode #newsletter {
		background: #324758;
	}

	body.dark-mode #newsletter h2 {
		color: #fff;
	}

	body.dark-mode #newsletter p {
		color: #fff;
	}

	body.dark-mode #newsletter form label {
		color: #fff;
	}
}

/* Link styling */
.cs-checkbox-row a {
  color: #d32f2f;
  text-decoration: underline;
}
/* Make checkbox smaller */
.cs-checkbox-row input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

/* Adjust label spacing so text aligns nicely with the smaller box */
.cs-checkbox-row label {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem; /* slightly tighter gap for smaller checkbox */
  font-size: 0.9rem;
  line-height: 1.35;
}

.cs-checkbox-row input[type="checkbox"] {
  accent-color: #E4BA43;
}