.pre-footer {
	color: #ffffff;
	background-image: url(../../../images/bkg-pre-footer.png),
		radial-gradient(
			ellipse at bottom,
			rgb(255, 255, 255) 0%,
			rgb(54, 57, 62) 100%
		);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}
.pre-footer .container {
	max-width: 1100px;
	margin-bottom: 125px;
}
@media (min-width: 481px) {
	.pre-footer .container {
		margin-bottom: 280px;
	}
}
@media (min-width: 821px) {
	.pre-footer .container {
		margin-bottom: 340px;
	}
}
@media (min-width: 1025px) {
	.pre-footer .container {
		margin-bottom: 380px;
	}
}
.pre-footer .intro {
	text-align: center;
}
.pre-footer .features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
}
@media (min-width: 481px) {
	.pre-footer .features {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: row;
		gap: 1rem;
		margin-top: 0;
	}
}
@media (min-width: 821px) {
	.pre-footer .features {
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.pre-footer .features a {
	width: 100%;
	text-decoration: none;
}
.pre-footer .features .item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	margin: 0.75rem;
	min-width: 160px;
	width: 160px;
	background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#ffffff 70%,
		#0093b0 70%,
		#0093b0 100%
	);
	text-align: center;
	aspect-ratio: 1/1;
}
.pre-footer .features .item:hover {
	background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#ffffff 70%,
		#e86e2f 70%,
		#e86e2f 100%
	);
	cursor: pointer;
}
@media (min-width: 481px) {
	.pre-footer .features .item {
		min-width: 140px;
		width: 140px;
	}
}
@media (min-width: 821px) {
	.pre-footer .features .item {
		margin: 0.75rem 1rem;
		min-width: 160px;
		width: 160px;
	}
}
@media (min-width: 1025px) {
	.pre-footer .features .item {
		min-width: 200px;
		width: 200px;
	}
}
.pre-footer .features .item:nth-child(1) .dots,
.pre-footer .features .item:nth-child(2) .dots,
.pre-footer .features .item:nth-child(3) .dots {
	position: absolute;
}
.pre-footer .features .item:nth-child(1) .dots {
	top: -10px;
	left: -25px;
	width: 75px;
}
@media (min-width: 821px) {
	.pre-footer .features .item:nth-child(1) .dots {
		top: -15px;
		left: -35px;
		width: 100px;
	}
}
.pre-footer .features .item:nth-child(2) .dot-1,
.pre-footer .features .item:nth-child(2) .dot-2 {
	position: absolute;
}
.pre-footer .features .item:nth-child(2) .dot-1 {
	left: -30px;
	bottom: -5px;
	width: 60px;
}
@media (min-width: 821px) {
	.pre-footer .features .item:nth-child(2) .dot-1 {
		left: -30px;
		bottom: 5px;
	}
}
.pre-footer .features .item:nth-child(2) .dot-2 {
	top: -5px;
	right: -5px;
	width: 25px;
}
@media (min-width: 821px) {
	.pre-footer .features .item:nth-child(2) .dot-2 {
		top: 0;
		right: 0;
	}
}
.pre-footer .features .item:nth-child(3) .dots {
	top: -5px;
	right: -22px;
	width: 50px;
}
@media (min-width: 821px) {
	.pre-footer .features .item:nth-child(3) .dots {
		top: 3px;
		width: 60px;
	}
}
.pre-footer .features .item:nth-child(4) .dot-1,
.pre-footer .features .item:nth-child(4) .dot-2 {
	position: absolute;
}
.pre-footer .features .item:nth-child(4) .dot-1 {
	right: -30px;
	bottom: -5px;
	width: 60px;
}
@media (min-width: 821px) {
	.pre-footer .features .item:nth-child(4) .dot-1 {
		right: -30px;
		bottom: 5px;
	}
}
.pre-footer .features .item:nth-child(4) .dot-2 {
	top: -5px;
	left: -5px;
	width: 25px;
}
@media (min-width: 821px) {
	.pre-footer .features .item:nth-child(4) .dot-2 {
		top: 0;
		left: 0;
	}
}
.pre-footer .features .item .icon {
	width: auto;
	height: 50px;
}
@media (min-width: 481px) {
	.pre-footer .features .item .icon {
		height: 35px;
	}
}
@media (min-width: 821px) {
	.pre-footer .features .item .icon {
		height: 45px;
	}
}
@media (min-width: 1025px) {
	.pre-footer .features .item .icon {
		height: 70px;
	}
}
.pre-footer .features .item h4 {
	margin: 0.75rem 0 0.5rem 0;
	color: #000000;
	font-size: 20px;
}
.pre-footer .features .item span {
	display: block;
	padding-top: 0.75rem;
	color: #ffffff;
	font-size: 0.8rem;
	text-decoration: none;
}
@media (min-width: 821px) {
	.pre-footer .features .item span {
		padding-top: 1rem;
	}
}
.pre-footer .features .item span::after {
	padding: 0 0 1px 3px;
	font-family: 'FontAwesome';
	font-size: 0.5rem;
	content: '\f054';
}
