body{
	padding: 0;
}
.footer_cta_mobile a {
	width: 33.33% !important;
	line-height: 45px;
	background: #079409;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.footer_cta_mobile a:nth-of-type(1) {
	background: #166391;
	color: #fff;
}
.footer_cta_mobile a:nth-of-type(2) {
	background: #079409;
	color: #fff;
}
.footer_cta_mobile a:nth-of-type(3) {
	background: #ff8a14;
	color: #fff;
}
.menu-first ul li a {
	display: flex;
	width: 100%;
	color: #fff;
	text-decoration: none;
	align-items: center;
}
.open-menu {
	cursor: pointer;
}
.banner-slider__photo img {
	width: 100%;
	object-fit: fill !important;
	height: 100%;
}
.footer_cta_mobile a.thirstylink {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #222424 !important;
	flex-direction: column;
	gap: 2px;
}
#pageLoader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

#pageLoader img {
    width: 90px;
    height: 90px;
}