
#footer {
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0 -7px 23px rgba(0, 0, 0, 0.09);
	box-shadow: 0 -7px 23px rgba(0, 0, 0, 0.09);
	clear: both;
	font-family: "Heebo", sans-serif !important;
	float: left;
	position: relative;
	z-index: 2;
	width: 100%;
	margin-top: 5rem;
	padding: 2rem 0;
}
#footer::before {
	content: "";
	background-image: -webkit-gradient(linear, left top, right top, from(rgb(236, 121, 121)), to(rgb(255, 82, 82)));
	background-image: -webkit-linear-gradient(left, rgb(236, 121, 121), rgb(255, 82, 82));
	background-image: -o-linear-gradient(left, rgb(236, 121, 121), rgb(255, 82, 82));
	background-image: linear-gradient(to right, rgb(236, 121, 121), rgb(255, 82, 82));
	position: absolute;
	bottom: 100%;
	left: 0;
	height: 0.7rem;
	width: 100%;
}
#footer ul, #footer ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
	overflow-y: scroll;
}
[role="footer-copyright-social"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 27rem;
	margin: 1.5rem 0!important;
}
.footer-block-element:nth-child(n+2) {
	margin-bottom: 2rem;
}
[role="footer-container"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 2rem 0.5rem;
}
[role="footer-block-title"] {
	color: rgb(102, 100, 100);
	font-family: "Heebo", sans-serif !important;
	font-size: 2rem;
	font-weight: 600;
	margin: 0 auto 1rem;
}
[role="footer-block-link-list"]>li:focus>a,
[role="footer-block-link-list"]>li:focus-within>a,
[role="footer-block-link-list"]>li:hover>a {
	opacity: 0.6;
}
[role="footer-block-link-list"]>li:focus>a::after,
[role="footer-block-link-list"]>li:focus-within>a::after,
[role="footer-block-link-list"]>li:hover>a::after {
	left: 100%;
}
[role="footer-block-link-list"]>li>a {
	color: rgb(146, 146, 146);
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding: 0 0 5px;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}
[role="footer-block-link-list"]>li>a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: rgb(255, 87, 88);
	left: -100%;
	bottom: 0;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}
.footer-block-element--copyright {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	margin: 1rem 0;
}
[role="footer-copyright-social-item"] {
	background-color: rgb(121, 121, 121);
	border-radius: 100%;
	margin-bottom: 0 !important;
	height: 4rem;
	width: 4rem;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
[role="footer-copyright-social-item"]:focus, 
[role="footer-copyright-social-item"]:focus-within, 
[role="footer-copyright-social-item"]:hover {
	background-color: #ff5758;
}
[role="footer-copyright-social-item"] > a {
	color: #fff !important;
	display: block;
	font-size: 1.8rem;
	line-height: 2.4;
	text-align: center;
	height: 100%;
	width: 100%;
}
[role="footer-copyright-branding"] {
	width: 13rem;
	margin: auto 0 2rem;
}
[role="footer-copyright-branding"] img {
	max-width: 100%;
	width: 100%;
}
[role="footer-copyright-text"] {
	color: rgb(146, 146, 146);
}
@media screen and (min-width: 650px) and (max-width: 1179px) {
	#footer {
		padding: 3rem 2rem 0;
	}
	[role="footer-container"] {
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer-block-element {
		width: 50%;
	}
}
@media (min-width: 1180px) {
	[role="footer-copyright-social"] {
		margin: 2.5rem auto !important;
	}
	.footer-block-element:nth-child(n+2) {
		margin: 0 auto;
	}
	[role="footer-copyright-branding"] {
		width: 15rem;
		margin: auto auto 2rem;
	}
	[role="footer-block-link-list"]>li>a {
		font-size: 1.6rem;
		padding: 5px 0;
	}
	[role="footer-copyright-social-item"] > a {
		font-size: 2rem !important;
		line-height: 2.1;
	}
	.footer-block-element--copyright {
		text-align: center;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin: auto auto auto 0;
	}
	[role="footer-container"] {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 4rem 0;
	}
}