#page-static .container{
	padding:60px 0 16px;
}
#page-static .main-title{
	display:table;
	margin:0 auto 32px;
	
	position:relative;
}
#page-static .main-title h1{
	margin:0;
	
	font-size:20px;
	font-weight:800;
	color:#3a124d;
	line-height:35px;
}
#page-static .content{
	width:100%;
	
	font-size: 14px;
	color: #696969;
	line-height: 35px;
}
#page-static .content .aligncenter{
    margin:20px auto;
    
    text-align:center;
}
#page-static .content img{
    max-width:100%;
    height:auto;
}

#page-static .contact-us{
	display:block;
	overflow:hidden;
}
#page-static .contact-us .wpcf7-form{
	margin:50px 0;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
	gap:24px;
}
#page-static .contact-us .wpcf7-form p{
	width:-moz-calc( 100% / 3 - 16px );
	width:-webkit-calc( 100% / 3 - 16px );
	width:calc( 100% / 3 - 16px );
}
#page-static .contact-us .wpcf7-form p:nth-child(5),
#page-static .contact-us .wpcf7-form p:nth-child(6){
	width:100%;
}
#page-static .contact-us .wpcf7-form p .wpcf7-quiz-label{
	display:none;
}
#page-static .contact-us .wpcf7-form p span.label{
	width:100%;
	height:25px;
	display:block;
	margin:0 0 5px;
	
	font-size:14px;
	font-weight:400;
	color:#676767;
	line-height:25px;
}
#page-static .contact-us .wpcf7-form p sup{
	color:#b3000e;
	vertical-align: top;
}
#page-static .contact-us .wpcf7-form p .wpcf7-not-valid{
	border-color:#b3000e;
}
#page-static .contact-us .wpcf7-form p .wpcf7-not-valid-tip{
	font-size:14px;
	font-weight:400;
	color:#b3000e;
}
#page-static .contact-us .wpcf7-form p textarea{
	height:120px;
	padding:5px 10px;
	
	line-height:25px;
}
#page-static .contact-us .wpcf7-form p:nth-child(7){
	width:100%;
	text-align:center;
}
#page-static .contact-us .wpcf7-form p .wpcf7-submit{
	width: 150px;
	height: 48px;
	background: linear-gradient(135deg, rgba(235,99,240,1) 9%, rgba(60,240,255,1) 100%);
	box-shadow:0 10px 15px -3px rgb(157 157 157 / 10%), 0 4px 6px -4px rgb(74 74 74 / 10%);
	display:block;
	padding: 8px 16px;
	border-radius: 50px;
	border:0;
	cursor:pointer;
	margin:0 auto;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	font-size:14px;
	color:#fff;
}
#page-static .contact-us .wpcf7-form p .wpcf7-submit:hover{
	box-shadow:0 10px 15px -3px rgb(157 157 157 / 40%), 0 4px 6px -4px rgb(74 74 74 / 40%);
}
#page-static .contact-us .wpcf7-form .wpcf7-spinner{
	margin-top:10px;
}
#page-static .contact-us .wpcf7-form .wpcf7-response-output{
	width:100%;
	margin:0;
}

@media only screen and (max-width:600px) {
	#page-static .content blockquote{
		flex-direction:column;
	}
	#page-static .content blockquote p{
		width:100%;
		
		font-size:14px;
	}
	#page-static .content blockquote:has(a){
		flex-direction:row;
	}
	#page-static .content blockquote:has(a) p{
		width:-webkit-calc(100% - 108px);
		width:-moz-calc(100% - 108px);
		width:calc(100% - 108px);
	}
}
@media only screen and (max-width:480px) {
	#page-static .contact-us .wpcf7-form p{
		width:100%;
	}
}