.upcoming-homegames {
	width: 100%;
	max-width: 100% !important;
	background: var(--wp--preset--color--brand-secondary);
	margin: 0 !important;
	padding-top: var(--wp--custom--layout--spacing-48);
	padding-bottom: var(--wp--custom--layout--spacing-48);
}
.upcoming-homegames .wrap {
	padding-right:0;
	padding-left:0;
	max-width: 100%;
}
.upcoming-homegames .wrap .title {
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1;
	font-family: "DIN Pro";
	max-width: var(--wp--custom--layout--wide);
	margin: 0 auto var(--wp--custom--layout--spacing-32) auto;
	padding-left: var(--wp--custom--layout--wrap);
}
.upcoming-homegames .games {
	display: flex;
	justify-content: flex-start;
	/*gap: 64px;
	padding-bottom: var(--wp--custom--layout--spacing-32);*/
	overflow: auto;
	scrollbar-width: thin;
	width: 100%;
	scrollbar-color: var(--wp--preset--color--brand-secondary) transparent;
	/*transition: padding-left 0.2s ease;*/
}
/*.upcoming-homegames .games .slick-track {
	padding-left: var(--wp--custom--layout--wrap);
}*/
.upcoming-homegames .games .game {
	/*min-width: 250px;*/
	/*background: blue;*/
	padding-right: 48px;
	min-width: 202px;
}
.upcoming-homegames .games .slick-track {
	display: flex;
}
.upcoming-homegames .games .slick-list {
	padding: 0 0% 0 var(--wp--custom--layout--wrap);
}
.upcoming-homegames .games .game .date {
	color:#fff;
	font-size: 72px;
	line-height: 80%;
	font-family: "din-condensed";
	display: flex;
	align-items: flex-start;
	gap: 15px;
	letter-spacing: -5.4px;
	font-weight: 400;
}
.upcoming-homegames .games .game .date span{
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.75);
	display: block;
	line-height: 100%;
	letter-spacing: 0.35px;
	font-weight: 400;
}
.upcoming-homegames .games .game .teams {
	display: flex;
	gap: 10px;
	margin-top: 20px;
	min-width: 160px;
	margin-bottom: 20px;
}
.upcoming-homegames .games .game .teams h4 {
	font-family: "din-condensed";
	color: white;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -0.6px;
	white-space: nowrap;
	margin: 0;
}
.upcoming-homegames .games .game .link {
	margin-bottom: 0;
	line-height: 1;
}
.upcoming-homegames .games .game .teams .logos {
	display: flex;
}
.upcoming-homegames .games .game a {
	color: rgba(255, 255, 255, 0.75);
	font-family: "DIN Pro";
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	padding-right: 20px;
}
.upcoming-homegames .games .game a:after {
	content: "";
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 4px;
	right: 0px;
	z-index: 1;
	background:transparent url(../../assets/images/arrow-forward-light.svg) no-repeat 0 0;
	background-size: cover;
}
.upcoming-homegames .games .game .teams .logos img {
	max-height: 51px;
	object-fit: contain;
}
.upcoming-homegames .games .game .teams .logos img:first-child {
	margin-right: -20px;
	z-index: 2;
}
.upcoming-homegames .arrows-bar {
	display: flex;
	gap: 20px;
	align-items: center;
	max-width: var(--wp--custom--layout--wide);
	margin: var(--wp--custom--layout--spacing-32)auto 0 auto;
	padding-left: var(--wp--custom--layout--wrap);
}
.upcoming-homegames .arrows-bar .prev {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	transform: rotate(180deg);
	cursor: pointer;
	background: transparent url(../../assets/images/arrow-forward-new.svg) no-repeat center center;
}
.upcoming-homegames .arrows-bar .prev.slick-disabled,.upcoming-homegames .arrows-bar .next.slick-disabled {
	opacity: .5;
}
.upcoming-homegames .arrows-bar .next {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(../../assets/images/arrow-forward-new.svg) no-repeat center center;
}
.upcoming-homegames .progress {
	display: block;
	width: 100%;
	max-width: 200px;
	height: 1px;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.50);
	background-image: linear-gradient(to right, white, white);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size .4s ease-in-out;
}
.upcoming-homegames .games.first-slide-active {
	padding-left: calc((100vw - 1660px) / 2);
	transition: padding-left 0s ease;
}
.upcoming-homegames .games:not(.slick-initialized) {
	transition: none !important;
}
/*.upcoming-homegames .games {
	transition: padding-left 0.4s ease;
}*/


@media screen and (max-width: 768px) {
	.upcoming-homegames {
		padding: var(--wp--custom--layout--spacing-48) var(--wp--custom--layout--wrap-mobile) var(--wp--custom--layout--spacing-56);
	}
	.upcoming-homegames .games .game {
		/*min-width: 200px;*/
	}
	.upcoming-homegames .games .game .date {
		font-size: 55px;
		line-height: 80%;
	}
	.upcoming-homegames .wrap {
		padding-left:0;
	}
	.upcoming-homegames .wrap .title {
		margin-left: 0;
		padding-left: 0;
	}
	.upcoming-homegames .arrows-bar {
		padding: 0 0;
	}
	.upcoming-homegames .games .slick-list {
		padding-left: 0;
	}
	.upcoming-homegames .games .slick-track {
		padding-left: 0;
	}
}
