@charset "utf-8";

/* Intro */
#Intro .img-ice-collection { z-index:0; max-width:600px; width:70%; margin:0 auto -9%; }

/* The Standard */
#TheStandard .img-ice-collection { z-index:0; max-width:400px; width:70%; margin:-2% auto -8%; }

#TheStandard .accred-logos { margin:3em auto; }

/* Why Lxry */
#WhyLxry .img-ice-collection { z-index:0; max-width:600px; width:70%; margin:0 auto -6%; }

#WhyLxry .accred-logos { margin:3em auto; }

#Stats { width:100%; max-width:1000px; margin:3em auto; }

/* How It Works */
#HowItWorks .img-ice-collection { z-index:0; max-width:800px; width:80%; margin:0 auto -13%; }

.img-row					{ display:flex; flex-wrap:wrap; justify-content:center; gap:3em; max-width:1050px; margin:3em auto; padding:0; }
.img-row.images-2			{}
.img-row.images-2 > .img	{
	width:calc(50% - 1.5em);
	border: 1px solid;
	border-image: linear-gradient(110deg, #50462D 0%, #736748 23%, #B5A57B 66%, #50462D 100%) 1;
	padding:0;
	overflow:hidden;
}


@media only screen and (min-width: 1051px) and (max-width: 1350px) {
}
@media only screen and (min-width: 1051px) and (max-width: 1200px) {
}
@media only screen and (max-width: 1050px) {
	/* Intro */
	#Intro .img-ice-collection { margin-bottom:-10%; }

	/* The Standard */
	#TheStandard .img-ice-collection { margin:-2.5% auto -9%; }
	
	/* Why Lxry */
	#WhyLxry .img-ice-collection { margin-bottom:-7%; }
	
	/* How It Works */
	#HowItWorks .img-ice-collection { margin-bottom:-14%; }

}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 600px) {
}
@media only screen and (max-width: 500px) {
}
@media only screen and (max-width: 400px) {
}