/** Shopify CDN: Minification failed

Line 8:0 Unexpected "<"
Line 83:0 Unexpected "<"

**/
/* START_SECTION:custom-logo-marquee (INDEX:2) */
<style>
#section-marquees {}
#section-marquees {
  padding: 0px 0px;
}
.marquee {
	width: 100%;
	overflow: hidden;
	pointer-events: none;
  background: transparent;
  padding: 20px 0px;
}
.marquee__inner {
		width: fit-content;
		display: flex;
		position: relative;
		animation-play-state: running;
		opacity: 1;
		transition-duration: 0.4s;
		transform: translate3d(calc(-25% + 20vw), 0, 0);
		-webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
		-moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
		-ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
		-o-transform: translate3d(calc(-25% + 20vw), 0, 0);
		transition: opacity 0.1s;
		-webkit-transition: opacity 0.1s;
		-moz-transition: opacity 0.1s;
		-ms-transition: opacity 0.1s;
		-o-transition: opacity 0.1s;
		animation: marquee 60s linear infinite;
		-webkit-animation: marquee 60s linear infinite;
		
}
.marquee__inner span {
  padding: 0 1.5vw;
}
.marquee__inner img {
  height: 50px !important;
}

@keyframes marquee {
	0% {
		transform: translate3d(calc(-25% + 20vw), 0, 0);
		-webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
		-moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
		-ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
		-o-transform: translate3d(calc(-25% + 20vw), 0, 0);
	}

	100% {
		transform: translate3d(calc(-50% + 20vw), 0, 0);
		-webkit-transform: translate3d(calc(-50% + 20vw), 0, 0);
		-moz-transform: translate3d(calc(-50% + 20vw), 0, 0);
		-ms-transform: translate3d(calc(-50% + 20vw), 0, 0);
		-o-transform: translate3d(calc(-50% + 20vw), 0, 0);
	}
}

@keyframes -webkit-marquee {
	0% {
		transform: translate3d(calc(-25% + 20vw), 0, 0);
		-webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
		-moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
		-ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
		-o-transform: translate3d(calc(-25% + 20vw), 0, 0);
	}

	100% {
		transform: translate3d(calc(-50% + 20vw), 0, 0);
		-webkit-transform: translate3d(calc(-50% + 20vw), 0, 0);
		-moz-transform: translate3d(calc(-50% + 20vw), 0, 0);
		-ms-transform: translate3d(calc(-50% + 20vw), 0, 0);
		-o-transform: translate3d(calc(-50% + 20vw), 0, 0);
	}
}
</style>
/* END_SECTION:custom-logo-marquee */
