.topic-image-text--home {
	position: relative;
	.component-wrapper-picture-picture-image__home {
		width: 100%;
		height: 11.89rem;
		object-fit: cover;
		object-position: center;
	}
}

.topic-image-text--home::after {
	content: '';
	position: absolute;
	background-color: var(--background-white);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1920' height='242' viewBox='0 0 1920 242' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1780.03 28.9822C1911.71 28.9822 1928.5 75.2924 1928.5 75.2924V234.664C1259.28 234.664 685.633 241.715 16.4248 241.716C-62.4999 241.716 -298 277 -157.497 0.000106812C57.0059 0.000106812 138.25 75.2924 313.009 75.2924C551.786 75.2924 617.846 40.6008 731.015 38.6429C844.184 36.685 1080.76 112.493 1253.39 110.535C1426.03 108.577 1490.28 28.9822 1780.03 28.9822Z' fill='%23FFF'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='1920' height='242' viewBox='0 0 1920 242' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1780.03 28.9822C1911.71 28.9822 1928.5 75.2924 1928.5 75.2924V234.664C1259.28 234.664 685.633 241.715 16.4248 241.716C-62.4999 241.716 -298 277 -157.497 0.000106812C57.0059 0.000106812 138.25 75.2924 313.009 75.2924C551.786 75.2924 617.846 40.6008 731.015 38.6429C844.184 36.685 1080.76 112.493 1253.39 110.535C1426.03 108.577 1490.28 28.9822 1780.03 28.9822Z' fill='%23FFF'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	mask-position: left 50% center;
	-webkit-mask-position: left 50% center;
	inset: 0;
	height: auto;
	width: 100%;
	aspect-ratio: 1920/242;
	top: auto;
	left: 0;
	right: 0;
	bottom: -1rem;
}

@media (min-width: 64rem /* 1024px */) {
	.topic-image-text--home {
		.component-wrapper-picture-picture-image__home {
			height: 35.06rem;
		}
	}

	.topic-image-text--home::after {
		background-color: var(--white);
	}
}