.page-template-template-contact .hero{
    background-position: right center;
    justify-content: flex-start;
    min-height: 100vh;
}

.contact-hero{
    display: flex;
    flex-direction: column;
    margin: 115px 0 40px;
}

.page-template-template-contact .hero .headline{
    padding-bottom: 22px;
}

.form-container{
    width: 100%;
    padding: 43px 32px 83px;
    background-color: rgb(255, 255, 255, 0.15);
}

.follow-us{
    background: #001A5E;
    padding: 16px 20px;
    margin-bottom: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    text-decoration: none;
    width: fit-content;
}

.follow-us:hover svg path{
    fill: #fff;
}

.follow-us span{
    color: #FFF;
    font-family: 'Aspekta-500';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.text-content{
	color: #FFF;
	font-family: 'Aspekta-350';
	font-size: 15px;
	font-style: normal;
	font-weight: 350;
	line-height: 25px;
	max-width: 362px;
	margin-bottom: 40px;
}

/*form*/
.form-row{
	display: flex;
	flex-direction: column;	
	margin-bottom: 40px;
}
.form-row .row-column{
	margin-bottom: 40px;
}
.form-row .row-column:nth-last-child(-n+1){
	margin-bottom: 0;
}

.form-row input, .form-row textarea{
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px #fff solid;
	padding: 10px 0;	
	color: #FFF;
    font-family: 'Aspekta-500';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-container input::placeholder,  .form-container textarea::placeholder{
    color: rgba(255, 255, 255,1);
	color: #FFF;
    font-family: 'Aspekta-500';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-container textarea{
	height: 150px;
}

.form-container input:focus, .form-container textarea:focus{
  outline: none;
  color: #FFF!important;
}

.form-container input[type="submit"]{
	background: var(--Sky, #CCE3EC);	
	color: #001856;
	border: none;
	padding: 20px 10px;
	max-width: 158px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s ease;
}

.form-container input[type="submit"]:hover{
	background: var(--Blue, #001A5E);
	color: #fff;
}

.form-row.centered{
	margin-top: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 0;
    gap: 0;
	position: relative;
}
.form-row .wpcf7-spinner{
    position: absolute;
    right: 0;
    top: 20px;
}

.form-container .wpcf7 form.invalid .wpcf7-response-output, .form-container .wpcf7 form.unaccepted .wpcf7-response-output, .form-container .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
	color: #ffb900;
	padding: 0;
    margin: 20px 0 0 0;
}

.form-container .wpcf7 form.sent .wpcf7-response-output {
    border: none;
    margin: 10px 0 0 0;
    padding: 0;
}


.form-container input:-webkit-autofill,
.form-container input:-webkit-autofill:hover, 
.form-container input:-webkit-autofill:focus, 
.form-container input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px rgb(255, 255, 255, 0) inset !important;
    -webkit-text-fill-color: white !important;
}
.form-container input:-webkit-autofill { 
    -webkit-background-clip: text;
}
.form-container input:-webkit-autofill{
    -webkit-text-fill-color: #fff !important;
}
.form-container input:-webkit-autofill,
.form-container input:-webkit-autofill:hover,
.form-container input:-webkit-autofill:focus,
.form-container input:-webkit-autofill:active {
    transition: background-color 5500s ease-in-out 0s;
    -webkit-text-fill-color: white !important;
}

@media (min-width: 768px) {
    .contact-hero{        
        margin: 146px 0 97px;
    }

    .page-template-template-contact .hero .headline{
        padding-bottom: 62px;
    }

    .form-container{
        padding: 63px 32px 62px;
    }

    .follow-us{
        margin-bottom: 56px;
    }
	
	/*form*/
	.form-row{
		flex-direction: row;
		gap: 23px;
		margin-bottom: 40px;
	}
	
	.form-row.centered{
		margin-top: 55px;
	}
	
	.form-row .row-column{
		margin-bottom: 0px;
	}
	
	.form-container input[type="submit"]{
		padding: 22px 10px;
		max-width: 244px;
	}
	
}

@media (min-width: 1024px) {
    .contact-hero{
        margin: 179px 0 143px;
        flex-direction: row;
    }

    .hero-column{
        width: 50%;
        display: flex;
        flex-direction: column;

    }

    .page-template-template-contact .hero .headline{
        padding-bottom: 46px;
        max-width: 86%;
    }

    .form-container{
        width: auto;
        margin-right: 54px;;
        padding: 63px 32px 50px;
    }
	
	/*form*/
	.form-row .row-column{
		width: 50%;
		overflow: hidden;
	}
}