.fiftyfifty-image-text {
	max-width: 100% !important;
	margin-top: 0 !important;
	background-color: var(--wp--preset--color--brand);
}
.fiftyfifty-image-text.bg-color-white {
	background-color: white;
}
.fiftyfifty-image-text .items {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: var(--wp--custom--layout--spacing-120);
}

.fiftyfifty-image-text-inner {
	display: flex;
	gap: 80px;
	align-items: stretch;
}

.fiftyfifty-image-text-inner-wrap {
	width: 100%;
}
.fiftyfifty-image-text-inner-wrap.aspect-ratio-five-six .content {
	align-items: flex-start;
}
.fiftyfifty-image-text-inner-wrap.aspect-ratio-five-six .fiftyfifty-image-text-inner {
	align-items: flex-start;
}
.fiftyfifty-image-text-inner .content {
	display: flex;
	/*align-items: flex-end;*/
	align-items: center;
	align-self: center;
	flex-wrap: wrap;
	width: 50%;
	height: 100%;
	padding-top: var(--wp--custom--layout--spacing-56);
	padding-bottom: var(--wp--custom--layout--spacing-56);
}
.fiftyfifty-image-text-inner .content h3 {
	color: white;
}
.fiftyfifty-image-text-inner .content h2 {
	color: white;
	font-family: "Din pro", sans-serif;
	letter-spacing: -2.4px;
	text-transform: uppercase;
	font-size: clamp(3.5rem, 4.8vw, 6rem);
	align-self: flex-start;
	margin:0px 0 var(--wp--custom--layout--block-gap-large) 0;
}
.fiftyfifty-image-text-inner .content ul {
	margin-top: 0;
}
.fiftyfifty-image-text-inner .content h2.font-size-small {
	font-size: clamp(2.5rem, 4.8vw, 3rem);
	line-height: 100%;
	letter-spacing:  -1.2px;
}
.fiftyfifty-image-text-inner .content h2.font-size-medium {
	font-size: clamp(3rem, 4.8vw, 4rem);
	line-height: 100%;
}
.fiftyfifty-image-text.bg-color-white .fiftyfifty-image-text-inner .content h2, .fiftyfifty-image-text.bg-color-white .fiftyfifty-image-text-inner .content h3, .fiftyfifty-image-text.bg-color-white .fiftyfifty-image-text-inner .content-wrapper{
	color: var(--wp--preset--color--dark);
}
.fiftyfifty-image-text-inner .content.image-position-right {
	padding-right:var(--wp--custom--layout--spacing-56);
}
.fiftyfifty-image-text-inner .content.image-position-left {
	padding-right: var(--wp--custom--layout--spacing-56);
}
.fiftyfifty-image-text-inner .content.notitle {
	align-items: flex-start;
}

.fiftyfifty-image-text-inner .content .links {
	width: 100%;
}
.fiftyfifty-image-text-inner .content .links a {
	margin: 0 10px 10px 0;
}
.fiftyfifty-image-text-inner .media {
	width: 50%;
	aspect-ratio: 3/2;
}
.fiftyfifty-image-text-inner .media img {
	width: 100%;
	height: 100%;
	/*min-height: 29vw;*/
	object-fit: cover;
}

.fiftyfifty-image-text-inner .media.image-position-left {
	order:1
}
.fiftyfifty-image-text-inner .media.image-aspect-ratio-contain img {
	object-fit: contain;
}
.fiftyfifty-image-text-inner .content.image-position-left {
	order:2;
}

.fiftyfifty-image-text-inner .content-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	/*gap: 22px;*/
	color: white;
	width: 100%;
	font-size: 18px;
}
.fiftyfifty-image-text-inner .content-wrapper a {
	text-decoration: underline;
}
.fiftyfifty-image-text-inner .content-wrapper a:hover {
	color: var(--wp--custom--color--petrol);
}
.fiftyfifty-image-text .btn.btn-outline-dark:hover {
	border: 1px solid white;
}

.fiftyfifty-image-text.padding-top-24 { padding-top: var(--wp--custom--layout--spacing-24); }
.fiftyfifty-image-text.padding-top-32 { padding-top: var(--wp--custom--layout--spacing-32); }
.fiftyfifty-image-text.padding-top-40 { padding-top: var(--wp--custom--layout--spacing-40); }
.fiftyfifty-image-text.padding-top-48 { padding-top: var(--wp--custom--layout--spacing-48); }
.fiftyfifty-image-text.padding-top-56 { padding-top: var(--wp--custom--layout--spacing-56); }
.fiftyfifty-image-text.padding-top-64 { padding-top: var(--wp--custom--layout--spacing-64); }
.fiftyfifty-image-text.padding-top-96 { padding-top: var(--wp--custom--layout--spacing-96); }
.fiftyfifty-image-text.padding-top-120 { padding-top: var(--wp--custom--layout--spacing-120); }
.fiftyfifty-image-text.padding-bottom-24 { padding-bottom: var(--wp--custom--layout--spacing-24); }
.fiftyfifty-image-text.padding-bottom-32 { padding-bottom: var(--wp--custom--layout--spacing-32); }
.fiftyfifty-image-text.padding-bottom-40 { padding-bottom: var(--wp--custom--layout--spacing-40); }
.fiftyfifty-image-text.padding-bottom-48 { padding-bottom: var(--wp--custom--layout--spacing-48); }
.fiftyfifty-image-text.padding-bottom-56 { padding-bottom: var(--wp--custom--layout--spacing-56); }
.fiftyfifty-image-text.padding-bottom-64 { padding-bottom: var(--wp--custom--layout--spacing-64); }
.fiftyfifty-image-text.padding-bottom-96 { padding-bottom: var(--wp--custom--layout--spacing-96); }
.fiftyfifty-image-text.padding-bottom-120 { padding-bottom: var(--wp--custom--layout--spacing-120); }
.fiftyfifty-image-text .items.gap-24 { gap: var(--wp--custom--layout--spacing-24);}
.fiftyfifty-image-text .items.gap-32 { gap: var(--wp--custom--layout--spacing-32);}
.fiftyfifty-image-text .items.gap-40 { gap: var(--wp--custom--layout--spacing-40);}
.fiftyfifty-image-text .items.gap-48 { gap: var(--wp--custom--layout--spacing-48);}
.fiftyfifty-image-text .items.gap-56 { gap: var(--wp--custom--layout--spacing-56);}
.fiftyfifty-image-text .items.gap-64 { gap: var(--wp--custom--layout--spacing-64);}
.fiftyfifty-image-text .items.gap-96 { gap: var(--wp--custom--layout--spacing-96);}
.fiftyfifty-image-text .items.gap-120 { gap: var(--wp--custom--layout--spacing-120);}

@media (max-width: 1024px) {
	.fiftyfifty-image-text-inner {
		flex-wrap: wrap;
	}
	.fiftyfifty-image-text-inner .content,.fiftyfifty-image-text-inner .media {
		width: 100%;

	}
	.fiftyfifty-image-text-inner .content {
		order: 2;
	}
	.quote-carousel-with-media .quote-carousel-inner-wrap {
		padding: 32px 20px;
	}
	.fiftyfifty-image-text-inner .content.image-position-right ,.fiftyfifty-image-text-inner .content.image-position-left {
		padding: 0;
	}
	.fiftyfifty-image-text-inner {
		gap: var(--wp--custom--layout--spacing-40);
	}
	.fiftyfifty-image-text-inner-wrap.aspect-ratio-five-six .media {
		aspect-ratio: 1/1;
	}
	.fiftyfifty-image-text .items {
		gap: var(--wp--custom--layout--spacing-64);
	}

}


@media (max-width: 768px) {

	.fiftyfifty-image-text.padding-top-32 { padding-top: var(--wp--custom--layout--spacing-24); }
	.fiftyfifty-image-text.padding-top-40 { padding-top: var(--wp--custom--layout--spacing-32); }
	.fiftyfifty-image-text.padding-top-48 { padding-top: var(--wp--custom--layout--spacing-40); }
	.fiftyfifty-image-text.padding-top-56 { padding-top: var(--wp--custom--layout--spacing-48); }
	.fiftyfifty-image-text.padding-top-64 { padding-top: var(--wp--custom--layout--spacing-56); }
	.fiftyfifty-image-text.padding-top-96 { padding-top: var(--wp--custom--layout--spacing-64); }
	.fiftyfifty-image-text.padding-top-120 { padding-top: var(--wp--custom--layout--spacing-96); }
	.fiftyfifty-image-text.padding-bottom-32 { padding-bottom: var(--wp--custom--layout--spacing-24); }
	.fiftyfifty-image-text.padding-bottom-40 { padding-bottom: var(--wp--custom--layout--spacing-32); }
	.fiftyfifty-image-text.padding-bottom-48 { padding-bottom: var(--wp--custom--layout--spacing-40); }
	.fiftyfifty-image-text.padding-bottom-56 { padding-bottom: var(--wp--custom--layout--spacing-48); }
	.fiftyfifty-image-text.padding-bottom-64 { padding-bottom: var(--wp--custom--layout--spacing-56); }
	.fiftyfifty-image-text.padding-bottom-96 { padding-bottom: var(--wp--custom--layout--spacing-64); }
	.fiftyfifty-image-text.padding-bottom-120 { padding-bottom: var(--wp--custom--layout--spacing-96); }
	.fiftyfifty-image-text .items.gap-32 { gap: var(--wp--custom--layout--spacing-24);}
	.fiftyfifty-image-text .items.gap-40 { gap: var(--wp--custom--layout--spacing-32);}
	.fiftyfifty-image-text .items.gap-48 { gap: var(--wp--custom--layout--spacing-40);}
	.fiftyfifty-image-text .items.gap-56 { gap: var(--wp--custom--layout--spacing-48);}
	.fiftyfifty-image-text .items.gap-64 { gap: var(--wp--custom--layout--spacing-56);}
	.fiftyfifty-image-text .items.gap-96 { gap: var(--wp--custom--layout--spacing-64);}
	.fiftyfifty-image-text .items.gap-120 { gap: var(--wp--custom--layout--spacing-96);}
}
