/* @group Contact
------------------------------------ */
.lets-connect {
	position: relative;
	padding: 0 0 8rem;
	color: var(--white);
}
.lets-connect h2 {
	margin: 0 0 0.85rem !important;
    color: var(--white);
}
.lets-connect h3 {
	border-color: var(--beige);
	color: var(--beige);
	margin: 0 0 0.85rem !important;
}
.lets-connect p {
	max-width: 78.4vh;
}
.lets-connect .form {
	margin: 3.2rem 0 3.2rem;
    text-align: center;
}
.lets-connect form input,
.lets-connect form textarea,
.lets-connect input::placeholder,
.lets-connect textarea::placeholder,
.lets-connect form input:focus,
.lets-connect form textarea:focus {
    color: var(--beige);
    border-color: var(--beige) !important;
}
.lets-connect .contact-info {
	max-width: 23.8rem;
	margin: 0 auto;
}
.lets-connect .contact-info .info:not(:last-child) {
	margin: 0 0 4rem;
}
.lets-connect .contact-info h3 {
	margin-bottom: 1.5rem !important;
}
.lets-connect .contact-info h3,
.lets-connect .contact-info a {
	display: block;
	text-align: center;
}
.lets-connect .contact-info a,
.lets-connect .contact-info span {
	color: var(--beige);
	font-family: var(--meta-pro-font);
	font-weight: 450;
	font-size: 1.6em;
	line-height: 1.3em;
	letter-spacing: 0.0125em;
	/* max-width: 18rem; */
	margin: 0 auto;
}
.lets-connect .contact-info li {
	display: flex;
	justify-content: space-between;
	font-size: unset;
	line-height: unset;
	margin: 0 0 0.4rem;
}
.lets-connect textarea {
	overflow: hidden;
}
@media only screen and (min-width: 961px) {
	.lets-connect {
		padding: 0;
	}
	.lets-connect .steps {
		position: absolute;
		pointer-events: none;
		
	}
	.lets-connect .steps--first {
		top: -15vh;
		left: -8.2vh;
        width: 34.4vh;
		height: 52.5vh;
	}
	.lets-connect .steps--last {
        width: 39.4vh;
		height: 36.8vh;
		top: -2.23vh;
		right: -2vh;
	}
	.lets-connect .col-content {
		padding-top: 13vh;
		margin-right: 25.5vh;
		width: 105.7vh;
		margin-left: 39.39vh;
	}
	.lets-connect h2 {
		margin: 0 0 3vh !important;
	}
	.lets-connect p {
		max-width: 78.4vh;
	}
	.lets-connect .form {
		margin: 3.7vh 0 11.8vh;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.lets-connect form .wpcf7-form-control-wrap {
		flex: 0 1 calc(50% - 1.3vh);
		max-width: calc(50% - 1.3vh);
	}

	.lets-connect input[type='text'],
	.lets-connect input[type='email'],
	.lets-connect input[type='date'],
	.lets-connect input[type='url'],
	.lets-connect input[type='tel'],
	.lets-connect input[type='password'],
	.lets-connect input[type='search'],
	.lets-connect input[type='file'],
	.lets-connect select,
	.lets-connect textarea {
		font-size: 1.79vh;
		letter-spacing: 0.1em;
		height: 5vh;
		padding: 1.3vh 0.89vh;
		margin: 0 0 5.3vh;
	}
	.lets-connect .wpcf7-submit {
		min-width: 17.7vh;
		margin-right: auto;
		margin-left: 0;
	}
	.lets-connect .contact-info {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		max-width: 82.4vh;
		margin: 0;
	}
	.lets-connect .contact-info .info:not(:last-child) {
		margin: 0;
	}
	.lets-connect .info--address {
		flex: 0 1 20.4vh;
		max-width: 20.4vh;
	}
	.lets-connect .info--phone {
		flex: 0 1 16.2vh;
		max-width: 16.2vh;
	}
	.lets-connect .info--hours {
		flex: 0 1 28.2vh;
		max-width: 28.2vh;
	}
	.lets-connect .contact-info li {
		margin: 0 0 1vh;
	}
	.lets-connect .contact-info h3 {
		margin: 0 0 0.7vh !important;
        text-align: left;
	}
	.lets-connect .contact-info a,
	.lets-connect .contact-info span {
		font-size: 1.7vh;
		line-height: 1.2em;
		letter-spacing: 0.105em;
		max-width: 100%;
		margin: 0;
        font-weight: 400;
        text-align: left;
	}
	.lets-connect .wpcf7-not-valid-tip {
		font-size: 1.2vh;
		margin: 0;
		top: 6vh;
		padding: 0.22vh 0.44vh;
	}

	/* Hovers */
	.lets-connect .contact-info a:hover {
		opacity: 0.7;
	}
}
@media only screen and (min-width: 961px) and (max-width: 1440px) {
}
@media only screen and (min-width: 0) and (max-width: 960px) {
    .lets-connect {
        background-color: rgb(98, 121, 136);
        padding-top: 6rem;
    }
}

/* @end */

/* Animations */
.lets-connect .col-content h2,
.lets-connect .col-content h3,
.lets-connect .col-content p,
.lets-connect .col-content .wpcf7-form-control-wrap,
.lets-connect .col-content .wpcf7-submit,
.lets-connect .col-content .contact-info,
.lets-connect .steps path {
	opacity: 0;
}
.lets-connect.animateActive .steps path,
.lets-connect .col-content.animateActive h2,
.lets-connect .col-content.animateActive h3,
.lets-connect .col-content.animateActive p,
.lets-connect .col-content.animateActive .wpcf7-form-control-wrap,
.lets-connect .col-content.animateActive .wpcf7-submit,
.lets-connect .col-content.animateActive .contact-info {
	animation: fade var(--fade-animation) forwards;
}

.lets-connect .col-content.animateActive h2 {
	animation-delay: 0.3s;
}
.lets-connect .col-content.animateActive h3 {
	animation-delay: 0.5s;
}
.lets-connect .col-content.animateActive p {
	animation-delay: 0.7s;
}
.lets-connect .col-content.animateActive .wpcf7-form-control-wrap {
	animation-delay: 0.9s;
}
.lets-connect .col-content.animateActive .wpcf7-submit {
	animation-delay: 1.1s;
}
.lets-connect .col-content.animateActive .contact-info {
	animation-delay: 1.3s;
}

.lets-connect.animateActive .steps--first path:nth-child(1) {
	animation-delay: 0.3s;
}
.lets-connect.animateActive .steps--first path:nth-child(2) {
	animation-delay: 0.5s;
}
.lets-connect.animateActive .steps--first path:nth-child(3) {
	animation-delay: 0.7s;
}
.lets-connect.animateActive .steps--last path:nth-child(1) {
	animation-delay: 0.7s;
}
.lets-connect.animateActive .steps--last path:nth-child(2) {
	animation-delay: 0.9s;
}
.lets-connect.animateActive .steps--last path:nth-child(3) {
	animation-delay: 1.1s;
}
.lets-connect .resident-links {
	margin-top: 20px;
}
.lets-connect .resident-links a{
	color: var(--beige);
	text-decoration: underline;
}