:root{
	--footerHeight: 600px;
}
footer{
	padding: 80px 0 0;
	float: left;
	width: 100%;
	display: block;
	height: max-content;
	background-color:var(--themeGreyDark);
}

@media screen and (max-width: 1224px){
	footer .footerBackground{
		background:none;	
	}
}

footer *{
	color:var(--themeTint);
}

footer ul li,
footer p{
	font-size:16px;
	color: white;
	font-weight: 100 !important;!i;!;
}

footer p a{
	color:currentColor;
}

footer .footer-logoBox{
	width:100%;
	max-width: 310px;
}

footer .footer-logoBox .htmlblok p{
	color:rgba(255,255,255,0.7);
	font-size: 12px !important;
}

footer .footerLogo{
	max-width:100%;
	/* height: 180px; */
	width:auto;
	margin:auto;
	margin: 0 auto 3rem;
}

footer .footerBottom{
	min-height: 130px;
}
footer .footerBottom .row {
	display:flex;
	align-items: center;
}
footer .footerBottom .row *{
	color: var(--themeGreen);
}

footer .footerList{
	padding-top:20px;
	padding-bottom:20px;
	min-height: calc(var(--footerHeight) - 180px);
}
footer .footerList ul{
	list-style:none;
	padding-left:0;
}
footer .footerList ul a{
	color:rgba(255,255,255,0.7);
	display:inline-block;
	padding:0;
}

footer .footerList ul li{
	padding: 9px 0;
	font-size:14px;
	color:rgba(255,255,255,0.7);
}

footer .footerBottomBar{display: flex;font-size: 14px;height: 80px;border-top: 1px solid rgba(255,255,255,0.2);align-items: center;}
footer .footerBottomBar p{
    font-size: 14px !important;
    margin: 0;
}

footer .footerBottomBar .privacyLink{
    font-weight: 100;
    display: inline-block;
}

footer .contactHolder{
	max-width:800px;
	width:100%;
}
footer a.button, footer button.button {
    font-size: 20px;
    margin: 30px 0 20px;
}

footer ul li{
	display:inline-flex;
	gap:10px;
	width: 100%;
}

.footer-socials {
    display: flex;
    padding: 5px 0;
    gap: 10px;
    justify-content: flex-start;
}
.footer-socials a{
    --size: 60px;
    display: flex;
    border-radius:50%;
    height:var(--size);
    width:var(--size);
    background-color:var(--themeBlueLight);
    color:white;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

footer::before{
	content:'';
	position: absolute;
	background-image:url(/images/footer-top.svg);
	background-size: cover;
	width:100%;
	left:0;
	bottom:100%;
	aspect-ratio: 1440/120;
	z-index: 0;
}

footer{
	background-color:var(--themeGreen);
}

@media screen and (max-width:1224px){
	
}
@media screen and (max-width: 1024px){
	.contactBlock > div p{
		font-size: 15px !important;
	}
}

@media screen and (max-width:768px){
	footer{
		height:auto;
		padding-bottom:0;
	}
	footer *, footer h1, footer h2, footer h3{
		text-align:Center;
	}
	
	footer .footer-logoBox {
		margin: auto;
	}
	footer ul li {
	    justify-content: center;
	}
}
