<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-block-7 {
	padding: 48px 0;
	background: rgba(68, 68, 68, 0.05);
}

.text-block-7__inner {
	position: relative;
}

.text-block-7__text-wrapper {
	background: #fff;
	padding: 16px;
}

.text-block-7__title, .text-block-7__text {
	padding: 0;
	margin: 0;
	letter-spacing: 0.01em;
}

.text-block-7__title + .text-block-7__text {
	padding-top: 8px;
}

.text-block-7__text p:first-child {margin-top: 0}
.text-block-7__text p:last-child {margin-bottom: 0}

.text-block-7__image-1, .text-block-7__image-2 {
	font-size: 0;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	height: 198px;
}

.text-block-7__image-1 img, .text-block-7__image-2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

@media all and (min-width: 600px) {
	.text-block-7__title + .text-block-7__text {
		padding-top: 16px;
	}
	
	.text-block-7__text-wrapper {
		padding: 32px 16px;
	}
	
	.text-block-7__image-1, .text-block-7__image-2 {
		height: 288px;
	}
}

@media all and (min-width: 960px) {
	.text-block-7 {
		padding: 64px 0;
		display: flex;
		min-height: 100vh;
		box-sizing: border-box;
	}
	
	.text-block-7__inner {
		display: flex;
		padding-top: 32px;
		padding-bottom: 32px;
		min-height: 496px;
	}
	
	.text-block-7__text-wrapper {
		align-self: center;
		width: 628px;
		box-sizing: border-box;
		flex: none;
		margin: 0 auto;
		padding: 32px;
		position: relative;
		z-index: 1;
	}
	
	.text-block-7__image-1, .text-block-7__image-2 {
		position: absolute;
		width: 432px;
		height: 432px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.text-block-7__image-1 img, 
	.text-block-7__image-2 img {
		object-fit: contain;
	}

	.text-block-7__image-1 img {
	    object-position: left top;
	}

	._reverse .text-block-7__image-1 img {
	    object-position: right bottom;
	}
	
	.text-block-7__image-2 img {
		object-position: right bottom;
	}

	._reverse .text-block-7__image-2 img {
		object-position: left top;
	}
	
	.text-block-7__image-1 {
		top: 0;
		left: 0;
		background-position: left top;
	}
	
	.text-block-7__image-2 {
		bottom: 0;
		right: 0;
		background-position: right bottom;
	}
	
	._reverse .text-block-7__image-1 {
		bottom: 0;
		top: auto;
		background-position: left bottom;
	}
	._reverse .text-block-7__image-2 {
		bottom: auto;
		top: 0;
		background-position: right top;
	}
}

@media all and (min-width: 1200px) {
	.text-block-7__image-1, .text-block-7__image-2 {
		width: 564px;
		height: 564px;
	}
	
	.text-block-7__inner {
		min-height: 628px;
	}
}

@media all and (min-width: 1380px) {
	.text-block-7 {
		padding: 80px 0;
	}
	
	.text-block-7__inner {
		min-height: 692px;
	}
	
	.text-block-7__image-1, .text-block-7__image-2 {
		width: 628px;
		height: 628px;
	}
}
@media all and (min-width: 960px) {
	.text-block-7__image-1 img, .text-block-7__image-2 img {
		height: auto;
	}
	.text-block-7__image-1, .text-block-7__image-2 {
		height: auto;
	}
}</pre></body></html>