/*
Add to this css only the used class in your development.
Be sure to check for no conflicts with other classes.
And enqueue this css only when you need it.
 */

/* 129 */
.col-auto {
	grid-column: auto !important;
}

.col-span-1 {
	grid-column: span 1 / span 1 !important;
}

.col-span-2 {
	grid-column: span 2 / span 2 !important;
}

.col-span-3 {
	grid-column: span 3 / span 3 !important;
}

.col-span-4 {
	grid-column: span 4 / span 4 !important;
}

.col-span-5 {
	grid-column: span 5 / span 5 !important;
}

.col-span-6 {
	grid-column: span 6 / span 6 !important;
}

.col-span-7 {
	grid-column: span 7 / span 7 !important;
}

.col-span-8 {
	grid-column: span 8 / span 8 !important;
}

.col-span-9 {
	grid-column: span 9 / span 9 !important;
}

.col-span-10 {
	grid-column: span 10 / span 10 !important;
}

.col-span-11 {
	grid-column: span 11 / span 11 !important;
}

.col-span-12 {
	grid-column: span 12 / span 12 !important;
}

.col-span-full {
	grid-column: 1 / -1 !important;
}

/* 176 */
.my-s {
	margin-top: 1.111rem !important;
	margin-bottom: 1.111rem !important;
}
/* 184 */
.col-start-1{
	grid-column-start: 1 !important;
}

.col-start-2{
	grid-column-start: 2 !important;
}

.col-start-3{
	grid-column-start: 3 !important;
}

.col-start-4{
	grid-column-start: 4 !important;
}

.col-start-5{
	grid-column-start: 5 !important;
}

.col-start-6{
	grid-column-start: 6 !important;
}

.col-start-7{
	grid-column-start: 7 !important;
}

.col-start-8{
	grid-column-start: 8 !important;
}

.col-start-9{
	grid-column-start: 9 !important;
}

.col-start-10{
	grid-column-start: 10 !important;
}

.col-start-11{
	grid-column-start: 11 !important;
}

.col-start-12{
	grid-column-start: 12 !important;
}

.col-start-13{
	grid-column-start: 13 !important;
}

.col-start-auto{
	grid-column-start: auto !important;
}

/* 605 */
.py-m {
	padding-top: 1.667rem !important;
	padding-bottom: 1.667rem !important;
}

/* 649 */
.pt-xl {
	padding-top: 4.444rem !important;
}
/* 1092 */
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3{
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4{
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5{
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-6{
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-7{
	grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.grid-cols-8{
	grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.grid-cols-9{
	grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-10{
	grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11{
	grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12{
	grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
/* 1306 */
.flex-col{
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
/* 1347 */
.flex-grow {
	-webkit-box-flex: 1 !important;
	-webkit-flex-grow: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

/* 1980 */
.text-brand-secondary {
	color: var(--color-brand-secondary) !important;
}

/* 2246 */
.lowercase{
	text-transform: lowercase !important;
}

/* 2352 */
.self-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

/* 2508 */
.grid {
	display: grid;
}

/* 2512 */
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/* 2526 */
.display-none {
	display: none;
}

@media (min-width: 941px) {

	/* 7113 */
	.l\:mt-xl {
		margin-top: 4.444rem !important;
	}

	/* 7173 */
	.l\:mr-m {
		margin-right: 1.667rem !important;
	}

	/* 7373 */
	.l\:p-m {
		padding: 1.667rem !important;
	}

	/* 7454 */
	.l\:py-l {
		padding-top: 2.778rem !important;
		padding-bottom: 2.778rem !important;
	}

	/* 7493 */
	.l\:pt-xl {
		padding-top: 4.444rem !important;
	}

	/* 7517 */
	.l\:pr-m {
		padding-right: 1.667rem !important;
	}

	/* 7553 */
	.l\:pb-l {
		padding-bottom: 2.778rem !important;
	}
	/* 7593 */
	.l\:p-l{
		padding: 2.778rem !important;
	}

	/* 8324 */
	.l\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	/* 8360 */
	.l\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	}

	.l\:col-span-4{
		grid-column: span 4 / span 4 !important;
	}

	/* 8400 */
	.l\:col-span-8 {
		grid-column: span 8 / span 8 !important;
	}

	/* 8404 */
	.l\:col-span-9 {
		grid-column: span 9 / span 9 !important;
	}

	.l\:col-start-2{
		grid-column-start: 2 !important;
	}
	.l\:col-start-3{
		grid-column-start: 3 !important;
	}
	.l\:col-start-4 {
		grid-column-start: 4 !important;
	}
	.l\:col-start-5 {
		grid-column-start: 5 !important;
	}


	.l\:flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.l\:mt-auto{
		margin-top: auto !important;
	}

	.l\:mt-none{
		margin-top: 0rem !important;
	}

	.l\:mt-xxs{
		margin-top: 0.2778rem !important;
	}

	.l\:mt-xs{
		margin-top: 0.5556rem !important;
	}

	.l\:mt-s{
		margin-top: 1.111rem !important;
	}

	.l\:mt-m{
		margin-top: 1.667rem !important;
	}

	.l\:mt-l{
		margin-top: 2.778rem !important;
	}

	.l\:mt-xl{
		margin-top: 4.444rem !important;
	}

	.l\:mt-xxl{
		margin-top: 7.222rem !important;
	}

	.l\:-mt-none{
		margin-top: 0rem !important;
	}

	.l\:-mt-xxs{
		margin-top: -0.2778rem !important;
	}

	.l\:-mt-xs{
		margin-top: -0.5556rem !important;
	}

	.l\:-mt-s{
		margin-top: -1.111rem !important;
	}

	.l\:-mt-m{
		margin-top: -1.667rem !important;
	}

	.l\:-mt-l{
		margin-top: -2.778rem !important;
	}

	.l\:-mt-xl{
		margin-top: -4.444rem !important;
	}

	.l\:-mt-xxl{
		margin-top: -7.222rem !important;
	}

	.l\:mr-auto{
		margin-right: auto !important;
	}

	.l\:mr-none{
		margin-right: 0rem !important;
	}

	.l\:mr-xxs{
		margin-right: 0.2778rem !important;
	}

	.l\:mr-xs{
		margin-right: 0.5556rem !important;
	}

	.l\:mr-s{
		margin-right: 1.111rem !important;
	}

	.l\:mr-m{
		margin-right: 1.667rem !important;
	}

	.l\:mr-l{
		margin-right: 2.778rem !important;
	}

	.l\:mr-xl{
		margin-right: 4.444rem !important;
	}

	.l\:mr-xxl{
		margin-right: 7.222rem !important;
	}

	.l\:-mr-none{
		margin-right: 0rem !important;
	}

	.l\:-mr-xxs{
		margin-right: -0.2778rem !important;
	}

	.l\:-mr-xs{
		margin-right: -0.5556rem !important;
	}

	.l\:-mr-s{
		margin-right: -1.111rem !important;
	}

	.l\:-mr-m{
		margin-right: -1.667rem !important;
	}

	.l\:-mr-l{
		margin-right: -2.778rem !important;
	}

	.l\:-mr-xl{
		margin-right: -4.444rem !important;
	}

	.l\:-mr-xxl{
		margin-right: -7.222rem !important;
	}

	.l\:mb-auto{
		margin-bottom: auto !important;
	}

	.l\:mb-none{
		margin-bottom: 0rem !important;
	}

	.l\:mb-xxs{
		margin-bottom: 0.2778rem !important;
	}

	.l\:mb-xs{
		margin-bottom: 0.5556rem !important;
	}

	.l\:mb-s{
		margin-bottom: 1.111rem !important;
	}

	.l\:mb-m{
		margin-bottom: 1.667rem !important;
	}

	.l\:mb-l{
		margin-bottom: 2.778rem !important;
	}

	.l\:mb-xl{
		margin-bottom: 4.444rem !important;
	}

	.l\:mb-xxl{
		margin-bottom: 7.222rem !important;
	}

	.l\:-mb-none{
		margin-bottom: 0rem !important;
	}

	.l\:-mb-xxs{
		margin-bottom: -0.2778rem !important;
	}

	.l\:-mb-xs{
		margin-bottom: -0.5556rem !important;
	}

	.l\:-mb-s{
		margin-bottom: -1.111rem !important;
	}

	.l\:-mb-m{
		margin-bottom: -1.667rem !important;
	}

	.l\:-mb-l{
		margin-bottom: -2.778rem !important;
	}

	.l\:-mb-xl{
		margin-bottom: -4.444rem !important;
	}

	.l\:-mb-xxl{
		margin-bottom: -7.222rem !important;
	}

	.l\:ml-auto{
		margin-left: auto !important;
	}

	.l\:ml-none{
		margin-left: 0rem !important;
	}

	.l\:ml-xxs{
		margin-left: 0.2778rem !important;
	}

	.l\:ml-xs{
		margin-left: 0.5556rem !important;
	}

	.l\:ml-s{
		margin-left: 1.111rem !important;
	}

	.l\:ml-m{
		margin-left: 1.667rem !important;
	}

	.l\:ml-l{
		margin-left: 2.778rem !important;
	}

	.l\:ml-xl{
		margin-left: 4.444rem !important;
	}

	.l\:ml-xxl{
		margin-left: 7.222rem !important;
	}

	.l\:-ml-none{
		margin-left: 0rem !important;
	}

	.l\:-ml-xxs{
		margin-left: -0.2778rem !important;
	}

	.l\:-ml-xs{
		margin-left: -0.5556rem !important;
	}

	.l\:-ml-s{
		margin-left: -1.111rem !important;
	}

	.l\:-ml-m{
		margin-left: -1.667rem !important;
	}

	.l\:-ml-l{
		margin-left: -2.778rem !important;
	}

	.l\:-ml-xl{
		margin-left: -4.444rem !important;
	}

	.l\:-ml-xxl{
		margin-left: -7.222rem !important;
	}

	.l\:h-full{
		height: 100% !important;
	}
}

@media (min-width: 1281px){
	/* 8934 */
	/* .l\:flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	} */
	/* 8203 */
	/* .l\:h-full{
		height: 100% !important;
	} */
}
