/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 16 2025 | 02:37:41 */
/* Card Variables */
:root {
	--card-padding: 30px;
}
/* Default Card Settings */
.post-cards__item {
	border-radius: var(--card-border-radius);
	clip-path: border-box;
}

.post-cards--no-buttons .btn {
	display: none;
}

/* Card Colors */
.cards-block.card-color-white .standard-card-content, .cards-block.card-color-white .post-cards__item { background: #fff; }
.cards-block.card-color-black .standard-card-content, .cards-block.card-color-black .post-cards__item { background: #000; }
.cards-block.card-color-light-grey .standard-card-content, .cards-block.card-color-light-grey .post-cards__item { background: #efefef; }
.cards-block.card-color-charcoal .standard-card-content, .cards-block.card-color-charcoal .post-cards__item { background: #111; }
.cards-block.card-color-1 .standard-card-content, .cards-block.card-color-1 .post-cards__item { background: var(--p1); }
.cards-block.card-color-2 .standard-card-content, .cards-block.card-color-2 .post-cards__item { background: var(--p2); }
.cards-block.card-color-3 .standard-card-content, .cards-block.card-color-3 .post-cards__item { background: var(--p3); }
.cards-block.card-color-4 .standard-card-content, .cards-block.card-color-4 .post-cards__item { background: var(--p4); }
.cards-block.card-color-5 .standard-card-content, .cards-block.card-color-5 .post-cards__item { background: var(--p5); }
.cards-block.card-color-6 .standard-card-content, .cards-block.card-color-6 .post-cards__item { background: var(--p6); }

.cards-block.card-text-color-white .standard-card-content { color: #fff; }
.cards-block.card-text-color-black .standard-card-content { color: #000; }
.cards-block.card-text-color-light-grey .standard-card-content { color: #efefef; }
.cards-block.card-text-color-charcoal .standard-card-content { color: #111; }
.cards-block.card-text-color-1 .standard-card-content { color: var(--p1); }
.cards-block.card-text-color-2 .standard-card-content { color: var(--p2); }
.cards-block.card-text-color-3 .standard-card-content { color: var(--p3); }
.cards-block.card-text-color-4 .standard-card-content { color: var(--p4); }
.cards-block.card-text-color-5 .standard-card-content { color: var(--p5); }
.cards-block.card-text-color-6 .standard-card-content { color: var(--p6); }

/* Columns Management */
.cards-block.columns-1 .post-cards__static-layout { --columns-count: 1 !important; }
.cards-block.columns-2 .post-cards__static-layout { --columns-count: 2 !important; }
.cards-block.columns-3 .post-cards__static-layout { --columns-count: 3 !important; }
.cards-block.columns-4 .post-cards__static-layout { --columns-count: 4 !important; }
.cards-block.columns-5 .post-cards__static-layout { --columns-count: 5 !important; }
.cards-block.columns-6 .post-cards__static-layout { --columns-count: 6 !important; }
.cards-block.columns-7 .post-cards__static-layout { --columns-count: 7 !important; }
.cards-block.columns-8 .post-cards__static-layout { --columns-count: 8 !important; }
.cards-block.columns-9 .post-cards__static-layout { --columns-count: 9 !important; }
.cards-block.columns-10 .post-cards__static-layout { --columns-count: 10 !important; }
.cards-block.columns-11 .post-cards__static-layout { --columns-count: 11 !important; }
.cards-block.columns-12 .post-cards__static-layout { --columns-count: 12 !important; }

/* Arrows */
.arrow-position-top-center .slider__arrows { top: -80px; height: 60px; width: 130px; left: calc(50% - 65px); }
.arrow-position-top-right .slider__arrows { top: -80px; height: 60px; width: 130px; right: 0; left: unset; }
.arrow-position-top-left .slider__arrows { top: -80px; height: 60px; width: 130px; }
.arrow-position-middle .slider__arrows { left: -80px; width: calc(100% + 140px);}
.arrow-position-bottom-center .slider__arrows { top: unset; bottom: -80px; height: 60px; width: 130px; left: calc(50% - 65px); }
.arrow-position-bottom-right .slider__arrows { top: unset; bottom: -80px; height: 60px; width: 130px; right: 0; left: unset; }
.arrow-position-bottom-left .slider__arrows { top: unset; bottom: -80px; height: 60px; width: 130px; }


/* Standard Card */
.standard-card-image {
	height: 260px;
}
.standard-card-image img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.standard-card-content {
	background: #fff;
    padding: var(--card-padding);
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media (max-width: 1024px) {
	.standard-card-content {
		padding: 15px;	
	}
}
.standard-card-title {
	
}
.standard-card-text {
	
}
.full-card-link {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

/* TESTIMONIAL CARDS */
.testimonial-cards .slider__arrows {
    position: absolute;
    top: -70px;
    left: calc(50% - 75px);
    width: 144px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonials-row:hover .highlighter.ready-for-animation {
  -webkit-animation: 1.5s highlight 0s 1 normal forwards;
          animation: 1.5s highlight 0s 1 normal forwards;
  background-color: none;
  background: linear-gradient(90deg, var(--p3) 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
	color: #fff;
}
.testimonials-row:hover .highlighter:nth-child(2).ready-for-animation { -webkit-animation: 1.5s highlight 0.25s 1 normal forwards; animation: 1.5s highlight 0.25s 1 normal forwards; }
.testimonials-row:hover .highlighter:nth-child(3).ready-for-animation { -webkit-animation: 1.5s highlight 0.5s 1 normal forwards; animation: 1.5s highlight 0.5s 1 normal forwards; }
.testimonials-row:hover .highlighter:nth-child(4).ready-for-animation { -webkit-animation: 1.5s highlight 0.75s 1 normal forwards; animation: 1.5s highlight 0.75s 1 normal forwards; }
.testimonials-row:hover .highlighter:nth-child(5).ready-for-animation { -webkit-animation: 1.5s highlight 1s 1 normal forwards; animation: 1.5s highlight 1s 1 normal forwards; }
.testimonials-row:hover .highlighter:nth-child(6).ready-for-animation { -webkit-animation: 1.5s highlight 1.25s 1 normal forwards; animation: 1.5s highlight 1.25s 1 normal forwards; }

@-webkit-keyframes highlight {
  to {
    background-position: 0 0;
  }
}

@keyframes highlight {
  to {
    background-position: 0 0;
  }
}

@media (max-width: 767px) {
	.testimonial-cards .slider__arrows {
		top: -20px;
	}
	.testimonials-row .wp-block-spacer {
		height: 15px;
	}
}

/* Icon Cards */
.card-style-icon .evlt-image {
    display: flex;
    align-self: center;
    padding: 30px 30px 0px 30px;
}
.card-style-icon .standard-card-image img {
    object-fit: contain;
    width: 80px;
    height: 80px;
}
.card-style-icon .standard-card-image {
    height: 80px;
}
.card-style-icon .standard-card-title {
	text-align: center;
}
.card-style-icon .standard-card-text {
	text-align: center;
	font-size: 18px;
	line-height: 130%;
	margin-block-start: 10px;
    margin-block-end: 0;
}

/* Stat Cards */
.card-style-stat .standard-card-title {
	color: var(--p4);
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--main-font-family);
}
.card-style-stat .standard-card-text {
    color: var(--p2);
    text-align: center;
    font-size: 44px;
    line-height: 100%;
    font-family: var(--main-font-family);
    font-weight: 700;
    margin-block-start: 5px;
    margin-block-end: 0;
}

/* Program Cards */
.card-style-program .post-cards {
	margin-top: 40px;
}
.card-style-program {
	--card-padding: 80px;
}
.card-style-program .post-cards__item {
	flex-direction: row;
}
.card-style-program .standard-card-image, .card-style-program .standard-card-image img {
    height: calc(var(--container-max-width) / 2);
    width: calc(var(--container-max-width) / 2);
}
.card-style-program .standard-card-image img {
	border-radius: 0px;
}
.card-style-program .standard-card-content {
	width: calc((var(--container-max-width) / 2) - (2* var(--card-padding)));
	height: calc(100% -(2* var(--card-padding)));
	padding: var(--card-padding);
}
.card-style-program .standard-card-title {
	font-size: 60px;
	line-height: 110%;
	text-transform: uppercase;
}
.card-style-program .standard-card-text {
	font-size: 24px;
	line-height: 130%;
}
.card-style-program .standard-card-text {
  max-height: unset;
  -webkit-line-clamp: unset;
}

@media (max-width: 768px) {
	.card-style-program .post-cards__item {
		flex-direction: column;
	}
	.card-style-program .standard-card-image, .card-style-program .standard-card-image img {
		height: auto;
		width: 100%;
	}
	.card-style-program .standard-card-title {
		font-size: 30px;
	}
	.card-style-program .standard-card-content {
		width: 100%;
		height: auto;
		padding: 20px;
		box-sizing: border-box;
	}
}

/* Highlight Cards */
.card-style-highlight .post-cards__item {
	background: transparent;
}
.card-style-highlight .standard-card-image {
    height: 600px;
	border-radius: var(--card-border-radius);
}
.card-style-highlight .standard-card-image img {
    height: 600px;
    border-radius: var(--card-border-radius);
}
.card-style-highlight .standard-card-content {
	padding: 40px;
    background: transparent;
    z-index: 2;
    position: absolute;
    bottom: 0;
	color: #fff;
	width: calc(100% - 80px);
}
.card-style-highlight .standard-card-title {
    position: absolute;
    bottom: 40px;
}
.card-style-highlight .standard-card-text, .card-style-highlight .standard-card-btn {
	display: none;
}
.card-style-highlight .standard-card-image::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 600px;
	top: 0;
	bottom: 0;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.92), transparent 26%);
	border-radius: var(--card-border-radius);
}
.card-style-highlight .slider__arrows {
    top: -150px;
    left: unset;
    right: 0;
    width: 300px;
    height: 90px;
}

/* Resource Cards */
.card-style-resource .post-cards {
	margin-top: 0px;
}
.resource-card {
	--dark-gradient: rgba(0,0,0,0.8);
	--gradient-angle: 160deg;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 500px;
	justify-content: space-between;
}
.resource-card.color-1 { background: var(--p1); }
.resource-card.color-2 { background: var(--p2); }
.resource-card.color-3 { background: var(--p3); }
.resource-card.color-4 { background: var(--p4); }
.resource-card.color-5 { background: var(--p5); }
.resource-card.color-6 { background: var(--p6); }
.resource-card.color-7 { background: var(--p7); }
.resource-card.color-8 { background: var(--p8); }

.resource-card::after { 
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,0.8)); 
}
.credit-logos {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.credit-logos img {
	height: 35px;
}
.resource-card-image, .resource-card-title-1, .resource-card-title-2, .resource-card-subtitle, .credit-logos {
	z-index: 2;
	position: relative;
}
.resource-card-image {
	width: 100%;
}
.resource-title {
	display: flex;
	flex-direction: column;
	align-items: center;
    gap: 5px;
}
.resource-card-title-1 {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 80%; /* 12.8px */
	letter-spacing: -0.32px;
	margin-block-start: 0;
    margin-block-end: 0;
}
.resource-card-title-2 {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 80%; /* 19.2px */
	letter-spacing: -0.48px;
	text-transform: uppercase;
	margin-block-start: 0;
    margin-block-end: 0;
}
.resource-card-subtitle {
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: 90%; /* 14.4px */
	letter-spacing: -0.32px;
	margin-block-start: 0;
    margin-block-end: 0;
	margin-top: 12px;
}
.card-style-resource .evlt-paragraph__main-title {
	width: calc(100% - 300px);
}
.card-style-resource .slider__arrows {
    top: -150px;
    left: unset;
    right: 0;
    width: 300px;
    height: 90px;
}

@media (max-width: 1600px) {
	.card-style-resource .slider__arrows, .card-style-highlight .slider__arrows {
		top: -100px;
		width: 200px;
	}
	.side-arrows-controller__arrow-img {
		height: 60px;
	}
}

@media (max-width: 768px) {
	.card-style-resource .slider__arrows {
		width: auto; height: auto;
    	top: -88px;
	}
	
	.card-style-resource .side-arrows-controller__arrow-img {
		width: 50px;
	}
}

/* News Grid */
.card-style-news-grid .post-cards__static-layout {
	display: grid;
    grid-template-columns: repeat(12, 1fr);
	margin-top: 40px;
}

@media (min-width: 1024px) {
	.card-style-news-grid .post-cards__item {
		height: 100vh;
        max-height: 890px;
        min-height: 700px;
		grid-column: span 3
	}
	.card-style-news-grid .standard-card-image {
		height: calc(100% - 330px);
	}
}

.card-style-news-grid .standard-card-content {
	box-sizing: border-box;
    height: 330px;
	background: transparent;
}
.card-style-news-grid .standard-card-btn {
	display: none;
}
.card-style-news-grid .standard-card-text {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.8px */
}
.card-style-news-grid .post-cards__item:nth-child(6n+2) { background: var(--p7); }
.card-style-news-grid .post-cards__item:nth-child(6n+3) { background: var(--p4); }
.card-style-news-grid .post-cards__item:nth-child(6n+4) { background: var(--p6); }
.card-style-news-grid .post-cards__item:nth-child(6n) { background: var(--p3); }

@media (min-width: 1024px) {
	.card-style-news-grid .post-cards__item:nth-child(6n+1), .card-style-news-grid .post-cards__item:nth-child(6n+5) { grid-column: span 6; }
	/*.card-style-news-grid .post-cards__item:nth-child(6n), .card-style-news-grid .post-cards__item:nth-child(6n+2), .card-style-news-grid .post-cards__item:nth-child(6n+3), .card-style-news-grid .post-cards__item:nth-child(6n+4) {  }*/

	.card-style-news-grid .post-cards__item:nth-child(6n+1) .standard-card-image, .card-style-news-grid .post-cards__item:nth-child(6n+5) .standard-card-image {
		height: var(--container-half-width);
	}
}

@media (min-width: 769px) {
	.card-style-news-grid .post-cards__item:nth-child(6n+1) .standard-card-image::before, .card-style-news-grid .post-cards__item:nth-child(6n+5) .standard-card-image::before {
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		bottom: 0;
		background: linear-gradient(0deg, rgba(0,0,0,0.5), transparent 30%);
		z-index: 1;
	}
	.card-style-news-grid .post-cards__item:nth-child(6n+1) .standard-card-content, .card-style-news-grid .post-cards__item:nth-child(6n+5) .standard-card-content {
		position: absolute;
		bottom: 0;
		color: #fff;
		height: fit-content;
		padding: 40px;
		z-index: 2;
	}
}

/* Image Gallery */
.card-style-image-gallery .layout-row__content {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.card-style-image-gallery .evlt-image {
	width: calc(var(--container-half-width) - 20px);
	height: calc(var(--container-half-width) - 20px);
	border-radius: 20px;
	clip-path: border-box;
}
.gallery-item .gallery-modal-caption {
	width: calc(var(--container-half-width) - 60px);
}
.card-style-image-gallery .evlt-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
	.card-style-image-gallery .evlt-image {
		width: 100%; height: auto;
	}
	.gallery-item .gallery-modal-caption {
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.card-style-image-gallery .evlt-image:nth-child(8n+2), .card-style-image-gallery .evlt-image:nth-child(8n+3), .card-style-image-gallery .gallery-item:nth-child(8n+2) .evlt-image, .card-style-image-gallery .gallery-item:nth-child(8n+3) .evlt-image {
		height: calc(var(--container-quarter-width) - 20px);
	}
	.card-style-image-gallery .gallery-item:nth-child(8n+4) .gallery-modal-caption, .card-style-image-gallery .gallery-item:nth-child(8n+5) .gallery-modal-caption, .card-style-image-gallery .gallery-item:nth-child(8n+6) .gallery-modal-caption, .card-style-image-gallery .gallery-item:nth-child(8n+7) .gallery-modal-caption {
		width: calc(var(--container-quarter-width) - 60px);
	}
	.card-style-image-gallery .evlt-image:nth-child(8n+4), .card-style-image-gallery .evlt-image:nth-child(8n+5), .card-style-image-gallery .evlt-image:nth-child(8n+6), .card-style-image-gallery .evlt-image:nth-child(8n+7), .card-style-image-gallery .gallery-item:nth-child(8n+4) .evlt-image, .card-style-image-gallery .gallery-item:nth-child(8n+5) .evlt-image, .card-style-image-gallery .gallery-item:nth-child(8n+6) .evlt-image, .card-style-image-gallery .gallery-item:nth-child(8n+7) .evlt-image {
		height: calc(var(--container-quarter-width) - 20px);
		width: calc(var(--container-quarter-width) - 20px);
	}
	.card-style-image-gallery .evlt-image:nth-child(8n+4), .card-style-image-gallery .evlt-image:nth-child(8n+5), .card-style-image-gallery .evlt-image:nth-child(8n), .card-style-image-gallery .gallery-item:nth-child(8n+4) .evlt-image, .card-style-image-gallery .gallery-item:nth-child(8n+5) .evlt-image, .card-style-image-gallery .gallery-item:nth-child(8n) .evlt-image {
		margin-top: calc(-1 * var(--container-quarter-width));
	}
}

/* Showcase Outcomes */
.showcase-outcomes .post-cards__static-layout {
	column-gap: 10px;
	margin-top: 40px;
}
.showcase-outcomes .post-cards__item {
	border-radius: 15px;
}
.showcase-outcomes .standard-card-content {
	display: flex;
	padding: 30px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 30px;
	flex: 1 0 0;
	align-self: stretch;
	background: var(--p2, #0F2F34);
	min-height: 140px;
}
.showcase-outcomes .standard-card-content .evlt-div  {
	display: flex;
	flex-direction: column;
}
.showcase-outcomes .card-style-stat .standard-card-title {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 19.2px */
	text-align: left;
	order: 2;
}
.showcase-outcomes .card-style-stat .standard-card-text {
	color: #FFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 44px */
	letter-spacing: -0.8px;
	text-align: left;
}

/* Partner Cards */
.partner-cards .post-cards__static-layout {
	column-gap: 10px;
	margin-top: 40px;
}
.partner-cards .post-cards__item {
	background: #fff;
}
.partner-card {
	display: flex;
	align-items: flex-start;
}
.partner-card-image {
	min-width: calc(50% - 80px);
	display: flex;
	height: 440px;
	padding: 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 30px 0px 0px 30px;
	border: 1px solid #EFEFEF;
}
.partner-card-image .evlt-image__img {
	max-width: 330px;
	max-height: 75px;
}
.partner-card-content {
	min-width: calc(50% - 80px);
}
.partner-card-content {
	border-radius: 0px 30px 30px 0px;
	background: #EFEFEF;
	display: flex;
	height: 440px;
	padding: 40px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.partner-card-content .evlt-paragraph__extra-info {
	color: var(--p2);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 19.2px */
	letter-spacing: -0.32px;
	text-transform: unset;
}
.partner-card-content .evlt-paragraph__main-title {
	color: var(--p2);
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 32px */
	letter-spacing: -0.64px;
}
.partner-card-content .evlt-paragraph__intro-text {
	color: var(--p2);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.8px */
}

/* Flat Colour Cards */
.card-style-flat .post-cards__static-layout {
	gap: 10px;
}
.card-style-flat .post-cards__item {
	border-radius: 30px;
	height: 440px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 30px;
	flex: 1 0 0;
}
.card-style-flat .standard-card-content {
	padding: 40px;
	justify-content: flex-end;
}
.card-style-flat .post-cards__item:nth-child(1) .standard-card-content { background: var(--p1); }
.card-style-flat .post-cards__item:nth-child(2) .standard-card-content { background: var(--p4); }
.card-style-flat .post-cards__item:nth-child(3) .standard-card-content { background: var(--p5); }
.card-style-flat .post-cards__item:nth-child(4) .standard-card-content { background: var(--p3); }
.card-style-flat .post-cards__item:nth-child(5) .standard-card-content { background: var(--p6); }
.card-style-flat .post-cards__item:nth-child(6) .standard-card-content { background: var(--p7); }
.card-style-flat .standard-card-title {
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 43.2px */
	letter-spacing: -0.72px;
	color: var(--p2, #0F2F34);
}
.card-style-flat .standard-card-text {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 24px */
}

/* Strategy Slides */
.strategy-slide-item-content.program-slide-item-content {
    justify-content: flex-start;
}

/* Partner Cards */
.card-style-partner .post-cards__item {
	flex-direction: row;
}
.card-style-partner .standard-card-image {
	display: flex;
	width: 320px;
	height: 320px;
	padding: 60px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	border-radius: 30px 0px 0px 30px;
	border: 1px solid #EFEFEF;
	background: #fff;
}
.card-style-partner .standard-card-content {
    width: calc(100% - 440px);
	padding: 40px;
    height: calc(100% - 80px);
}
.card-style-partner .standard-card-image img {
    object-fit: contain;
    max-height: 90px;
}
.card-style-partner .standard-card-title {
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 64px */
	letter-spacing: -1.28px;
}

/* Team Cards */
.card-style-team .post-cards__static-layout {
	margin-top: 50px;
}
.card-style-team .btn {
	display: none;
}
.card-style-team .standard-card-image, .card-style-team .standard-card-image img {
    height: 600px;
	border-radius: 20px;
}
.card-style-team .standard-card-title {
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 43.2px */
	letter-spacing: -0.72px;
}
.card-style-team .standard-card-text {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
	margin-block-start: 0;
    margin-block-end: 0;
}
.card-style-team .standard-card-content .evlt-div {
	gap: 10px;
	display: flex;
    flex-direction: column;
}

/* Alex C. Correct side spacing on mobile for Content Cards */
@media (max-width: 768px) {
	.post-cards__infinite-layout {
		--item-width: calc(100vw - var(--padding-width)* 2) !important;
	}
}