.ip-banner::before {
	background: rgba(0, 0, 0, 0.32);
}

.ip-banner canvas {
	height: calc((590/1600)*100vw);
}

#inner-page-wrapper {
	margin-bottom: 0;
}

#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}

.ip-breadcrumbs {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0;
	bottom: 100%;
}

.ip-breadcrumbs #breadcrumbs {
	line-height: 1;
	font-weight: 400;
	font-size: 0.75em;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 1.25em 0;
}

/* Text Photo Block */
.tp-block-wrap {
	padding: 6.25em 0 6.75em;
	display: flex;
}

.tp-block-photo {
	position: relative;
	padding: 0.563em 0 10.813em;
	width: calc((743 / 1400)* 100%);
	margin-right: calc((-100/1400)*100%);
}

.tp-block-photo-sm {
	position: absolute;
	right: 100%;
	top: calc((389/782)*100%);
	width: calc((384/743)*100%);
	margin-right: calc((74/743)*100%);
}

.tp-block-photo-bg {
	position: absolute;
	bottom: 0;
	z-index: -1;
	right: calc((391/743)*100%);
	width: calc((702/743)*100%);
	background: var(--primary);
}

.tp-block-photo-bg canvas {
	width: 100%;
	height: 100%;
	opacity: 0.3;
	display: block;
	background-position: center top;
}

.tp-block-text {
	width: calc((756/1400)*100%);
	padding-right: 5.5em;
}

.tp-block-buttons {
	display: flex;
	align-items: center;
	margin-top: 6em;
	gap: 1.375em;
}

.tp-block-buttons .site-button {
	min-width: 15.714em;
	max-width: 15.714em;
}

.tp-block-bg {
	z-index: -2;
	max-height: min(530px, 33.125vw);
}

.tp-block-bg::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #fff, transparent);
}

.tp-block-bg canvas {
	background-position-y: bottom;
	-webkit-filter: invert();
	filter: invert();
}

.reverse .tp-block-wrap {
	flex-direction: row-reverse;
}

.reverse .tp-block-text {
	padding-right: 0;
	text-align: right;
	padding-left: 5.5em;
}

.reverse .tp-block-header .site-title {
	padding-right: 1.6em;
	padding-left: 0;
	text-align: right
}

.reverse .tp-block-header .site-title::before {
	left: auto;
	right: 0;
}

.reverse .tp-block-buttons {
	justify-self: flex-end;
}

.reverse .tp-block-photo {
	margin-right: 0;
	margin-left: calc((-100/1400)*100%);
}

.reverse .tp-block-photo-sm {
	right: auto;
	left: 100%;
	margin-right: 0;
	margin-left: calc((74/743)*100%);
}

.reverse .tp-block-photo-bg {
	right: auto;
	left: calc((391 / 743)* 100%);
}

.reverse .tp-block-photo-bg canvas {
	transform: scaleX(-1);
}

/* Text Block */
.text-block {
	text-align: center;
}

.text-block-wrap {
	padding: 7.125em 12.5em 4.375em;
}

.text-block-header {
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-block-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
	margin-top: 3em;
	gap: 1.188em;
}

.text-block-buttons .site-button {
	min-width: 15.714em;
}

/* Photo Block */
.photo-block-wrap {
	position: relative;
	max-width: 1600px;
	padding: 0 0 9.875em;
	margin: 0 auto 6.5em;
}

.photo-block-lg {
	max-height: 662px;
}

.photo-block-lg img {
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
}

.photo-block-sm {
	position: absolute;
	bottom: 0;
	left: calc((-108/1600)*100%);
	width: calc((615/1600)*100%);
	height: calc((409 / 820)* 100%);
}

.photo-block-sm::before {
	position: absolute;
	content: '';
	top: calc((-70/409)*100%);
	left: calc((-58/615)*100%);
	right: calc((-58/615)*100%);
	bottom: 0;
	background: #fff;
}

/* Custom */
#ip-section-1 .tp-block-wrap {
	padding-bottom: 1.625em;
}

#ip-section-1 .tp-block-text {
	margin-top: -1em;
}

#ip-section-1 .tp-block-buttons {
	margin-top: 3.75em;
	margin-top: 2.75em;
}

#ip-section-1 .tp-block-photo-bg {
	width: calc((592/743)*100%);
}

#ip-section-3 .tp-block-header {
	padding-top: 1.125em;
}


/* added */
.tp-block-intro-text p {
	margin: .5em 0
}
.tp-block-more-content {
	text-align: center;
}
.tp-block-more-content ul, .tp-block-more-content p {
	font-weight: 400;
	line-height: 1.556;
	font-size: 1.125em;
	letter-spacing: 0.05em;
	margin: 1.556em 0;
}
.tp-block-more-content ul {
	list-style: disc;
}
.tp-block-more-content ul li {
	margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
	.ip-breadcrumbs #breadcrumbs {
		font-size: 14px;
	}

	.tp-block-wrap {
		flex-direction: column;
		padding-bottom: 10em;
	}

	.tp-block-text {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}

	.tp-block-buttons,
	.reverse .tp-block-buttons {
		width: 100%;
		margin-top: 4em;
		flex-flow: row wrap;
		justify-content: center;
	}

	.tp-block-photo {
		width: 100%;
		margin-right: 0;
		padding: 4em 0 0;
	}

	.tp-block-photo-lg {
		margin-right: 6em;
	}

	.tp-block-photo-sm {
		right: 0;
		top: auto;
		bottom: -4em;
		margin-right: 0;
	}

	.tp-block-photo-bg {
		width: 90%;
		right: -2em;
		bottom: -2em;
	}

	.reverse .tp-block-wrap {
		flex-direction: column;
		padding-bottom: 10em;
	}

	.reverse .tp-block-text {
		padding-left: 0;
		text-align: center;
	}

	.reverse .tp-block-header .site-title {
		padding-right: 0;
		text-align: center;
	}

	.reverse .tp-block-photo {
		width: 100%;
		margin-left: 0;
	}

	.reverse .tp-block-photo-lg {
		margin-right: 0;
		margin-left: 6em;
	}

	.reverse .tp-block-photo-bg {
		left: -2em;
		width: 90%;
	}

	.reverse .tp-block-photo-sm {
		left: 0;
		margin-left: 0;
	}

	.text-block-wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.photo-block-lg canvas {
		min-height: 350px;
	}

	.photo-block-sm {
		left: 0;
		right: 0;
		height: auto;
		margin: 0 auto;
		min-width: 280px;
	}

	.photo-block-sm::before {
		top: -2em;
		left: -2em;
		right: -2em;
	}

	#ip-section-1 .tp-block-photo-bg {
		width: 90%;
		height: 47.93vw;
	}
}

@media screen and (max-width: 567px) {

	.tp-block-photo-lg,
	.reverse .tp-block-photo-lg {
		margin-right: 0;
		margin-left: 0;
	}

	.tp-block-photo-sm,
	.reverse .tp-block-photo-sm {
		left: 0;
		right: 0;
		bottom: -6em;
		margin: 0 auto;
		min-width: 180px;
	}

	.tp-block-photo-bg,
	.reverse .tp-block-photo-bg {
		width: 100%;
	}
}