.stats {
    color: #ffffff;
    background-color: #000000;
    position: relative;
    padding: 120px 0;
	overflow: clip;
}
.stats:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.stats .container {
  z-index: 9;
}
.stats img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
	opacity: 0.3 !important;
}
.stats .stats-item {
    padding: 30px;
    width: 100%;
}
.stats .stats-item span {
    font-size: 48px;
    display: block;
    color: #fff;
    font-weight: 700;
}
.stats .stats-item p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
}
.about .icon {
	padding: 10px 18px;
    background-color: #FF555E;
    display: inline-block;
    border-radius: 50%;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}
.grey-bg {
	background-color: #ededed;
}
#loom-companion-mv3 {
	display: none !important;
}
.box-shadow {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    background-color: #efefef4d;
}