/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 29 2026 | 05:42:33 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.hero__banner._contact::after {
	background-image: url(https://grouptwomaidev.wpenginepowered.com/wp-content/uploads/2025/12/Contact.svg);
	max-width: 940px;
}

.hero__banner._contact .hero__banner_content {
	max-width: 542px !important;
}

@media(max-width: 781px) {
	.hero__banner._contact .hero__banner_content {
    	max-width: 281px !important;
	}
}

.contact__form iframe {
	max-width: 575px !important;
}

.contact__form input:not(input[type="submit"]):not(input[type="button"]), .contact__form textarea {
	font-family: Montserrat, sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 2px;
	border: 0;
	border-bottom: 1px solid #012A40 !important;
    box-shadow: none !important;
    border-radius: 0;
	padding: 0 0 18px 0 !important;
	text-transform: uppercase;
}

.contact__form input:not(input[type="submit"]):focus, .contact__form textarea:focus {
	border: 0 !important;
	border-bottom: 1px solid #012A40 !important;
}

.contact__form form > input[type="submit"] {
		    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-color: #012a40;
    background-color: #012a40;
    color: var(--ast-global-color-4);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    font-size: 1rem;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 13px;
    padding-right: 13px;
    padding-bottom: 13px;
    padding-left: 13px;
	    min-width: 150px;
    text-align: center;
    text-decoration: none !important;
}

/** Image With Text Contained **/

.image__text_contained {
	gap: 100px !important;
}

.image__text_contained--content-heading, .image__text_contained--content{
	max-width: 400px;
}

@media (max-width: 781px) {
	.image__text_contained._right {
		flex-direction: column-reverse;
	}
	.image__text_contained {
	gap: 50px !important;
}
}