
.editor-styles-wrapper .block-editor-block-list__layout .text-with-image, body.frontend .text-with-image {
	padding: 80px 0 65px;
	position: relative;
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__shape-mask, body.frontend .text-with-image__shape-mask {
	padding: 0;
	position: relative;
	z-index: 2;
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__shape-mask img, body.frontend .text-with-image__shape-mask img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media only screen and (max-width:991px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.hide-bg-mobile, body.frontend .text-with-image.hide-bg-mobile {
		background-image: unset !important;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.with-mask, body.frontend .text-with-image.with-mask {
	background-position: top !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.with-bg, body.frontend .text-with-image.with-bg {
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 160px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.with-bg, body.frontend .text-with-image.with-bg {
		background-position: bottom;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__left.white-bg, body.frontend .text-with-image__left.white-bg {
	background-color: #fff;
	padding: 20px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__left.white-bg, body.frontend .text-with-image__left.white-bg {
		padding: 40px 30px 25px 50px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__inner, body.frontend .text-with-image__inner {
	display: flex;
	flex-flow: column;
	margin: 0 40px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__inner, body.frontend .text-with-image__inner {
		align-items: center;
		-moz-column-gap: 52px;
		column-gap: 52px;
		display: grid;
		grid-template-columns: 60% 30%;
		margin: 0 0 0 45px;
	}
}

@media only screen and (min-width:1400px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__inner, body.frontend .text-with-image__inner {
		grid-template-columns: 1fr 1fr;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__inner h2, body.frontend .text-with-image__inner h2 {
	margin-bottom: 35px;
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__inner p, body.frontend .text-with-image__inner p {
	line-height: 26.5px;
	margin-bottom: 35px;
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__inner .btn, body.frontend .text-with-image__inner .btn {
	margin-bottom: 20px;
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__inner .btn:last-of-type, body.frontend .text-with-image__inner .btn:last-of-type {
	margin-bottom: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__line, body.frontend .text-with-image__line {
	margin: 5px 0 15px;
	position: relative;
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__line img, body.frontend .text-with-image__line img {
	left: -100px;
	position: absolute;
	top: -30px;
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__image, body.frontend .text-with-image__image {
	margin-top: 40px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__image, body.frontend .text-with-image__image {
		margin-top: 0;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__image img, body.frontend .text-with-image__image img {
	box-shadow: 5px 5px 15px #0f0708;
	margin: 0 auto;
	max-width: 360px;
	width: 80%;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__image img, body.frontend .text-with-image__image img {
		margin: 0;
		max-width: 100%;
		width: 100%;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__image--description, body.frontend .text-with-image__image--description {
	margin: 30px auto 0;
	max-width: 340px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__image--description, body.frontend .text-with-image__image--description {
		margin: 30px 0 0;
		max-width: unset;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image__image--description p, body.frontend .text-with-image__image--description p {
	line-height: normal;
	margin-bottom: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image .btn--red, body.frontend .text-with-image .btn--red {
	margin-top: 50px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image .btn--red, body.frontend .text-with-image .btn--red {
		display: flex;
		justify-content: start;
		margin-left: 45px;
		margin-top: 50px;
		width: 100%;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image .btn--red a, body.frontend .text-with-image .btn--red a {
	display: block;
	text-align: center;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image .btn--red a, body.frontend .text-with-image .btn--red a {
		width: -moz-fit-content;
		width: fit-content;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image, body.frontend .text-with-image.claims-services-text-with-image {
	margin-top: 0 !important;
	padding-top: 10px !important;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image, body.frontend .text-with-image.claims-services-text-with-image {
		padding-top: 20px !important;
	}
	
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image .text-with-image__left, body.frontend .text-with-image.claims-services-text-with-image .text-with-image__left {
		max-width: 68% !important;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image .text-with-image__right, body.frontend .text-with-image.claims-services-text-with-image .text-with-image__right {
	display: block !important;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image .text-with-image__right, body.frontend .text-with-image.claims-services-text-with-image .text-with-image__right {
		width: 30%;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image .text-with-image__right img, body.frontend .text-with-image.claims-services-text-with-image .text-with-image__right img {
	width: 100%;
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.multinationals-text-with-image, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.umbrella-text-with-image, body.frontend .text-with-image.claims-services-text-with-image, body.frontend .text-with-image.multinationals-text-with-image, body.frontend .text-with-image.umbrella-text-with-image {
	margin-top: -135px;
	padding-bottom: 50px;
	padding-top: 100px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.multinationals-text-with-image, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.umbrella-text-with-image, body.frontend .text-with-image.claims-services-text-with-image, body.frontend .text-with-image.multinationals-text-with-image, body.frontend .text-with-image.umbrella-text-with-image {
		padding-bottom: 70px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image .text-with-image__inner, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.multinationals-text-with-image .text-with-image__inner, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.umbrella-text-with-image .text-with-image__inner, body.frontend .text-with-image.claims-services-text-with-image .text-with-image__inner, body.frontend .text-with-image.multinationals-text-with-image .text-with-image__inner, body.frontend .text-with-image.umbrella-text-with-image .text-with-image__inner {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin-left: 0;
	margin-right: 0;
	padding-top: 50px;
	position: relative;
	z-index: 2;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image .text-with-image__inner, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.multinationals-text-with-image .text-with-image__inner, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.umbrella-text-with-image .text-with-image__inner, body.frontend .text-with-image.claims-services-text-with-image .text-with-image__inner, body.frontend .text-with-image.multinationals-text-with-image .text-with-image__inner, body.frontend .text-with-image.umbrella-text-with-image .text-with-image__inner {
		flex-direction: row;
		margin-left: 45px;
		margin-right: 70px;
	}
	
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image .text-with-image__inner .text-with-image__left, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.multinationals-text-with-image .text-with-image__inner .text-with-image__left, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.umbrella-text-with-image .text-with-image__inner .text-with-image__left, body.frontend .text-with-image.claims-services-text-with-image .text-with-image__inner .text-with-image__left, body.frontend .text-with-image.multinationals-text-with-image .text-with-image__inner .text-with-image__left, body.frontend .text-with-image.umbrella-text-with-image .text-with-image__inner .text-with-image__left {
		width: 73%;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__title, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.multinationals-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__title, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.umbrella-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__title, body.frontend .text-with-image.claims-services-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__title, body.frontend .text-with-image.multinationals-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__title, body.frontend .text-with-image.umbrella-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__title {
	margin-bottom: 10px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__title, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.multinationals-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__title, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.umbrella-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__title, body.frontend .text-with-image.claims-services-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__title, body.frontend .text-with-image.multinationals-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__title, body.frontend .text-with-image.umbrella-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__title {
		margin-bottom: 35px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text img, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.multinationals-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text img, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.umbrella-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text img, body.frontend .text-with-image.claims-services-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text img, body.frontend .text-with-image.multinationals-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text img, body.frontend .text-with-image.umbrella-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text img {
	max-width: 80%;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text img, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.multinationals-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text img, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.umbrella-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text img, body.frontend .text-with-image.claims-services-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text img, body.frontend .text-with-image.multinationals-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text img, body.frontend .text-with-image.umbrella-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text img {
		display: none;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text li:before, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.multinationals-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text li:before, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.umbrella-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text li:before, body.frontend .text-with-image.claims-services-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text li:before, body.frontend .text-with-image.multinationals-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text li:before, body.frontend .text-with-image.umbrella-text-with-image .text-with-image__inner .text-with-image__left .text-with-image__text li:before {
	margin: 0 10px 0 0;
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image .text-with-image__inner .text-with-image__right, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.multinationals-text-with-image .text-with-image__inner .text-with-image__right, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.umbrella-text-with-image .text-with-image__inner .text-with-image__right, body.frontend .text-with-image.claims-services-text-with-image .text-with-image__inner .text-with-image__right, body.frontend .text-with-image.multinationals-text-with-image .text-with-image__inner .text-with-image__right, body.frontend .text-with-image.umbrella-text-with-image .text-with-image__inner .text-with-image__right {
	display: none;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.claims-services-text-with-image .text-with-image__inner .text-with-image__right, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.multinationals-text-with-image .text-with-image__inner .text-with-image__right, .editor-styles-wrapper .block-editor-block-list__layout .text-with-image.umbrella-text-with-image .text-with-image__inner .text-with-image__right, body.frontend .text-with-image.claims-services-text-with-image .text-with-image__inner .text-with-image__right, body.frontend .text-with-image.multinationals-text-with-image .text-with-image__inner .text-with-image__right, body.frontend .text-with-image.umbrella-text-with-image .text-with-image__inner .text-with-image__right {
		display: block;
		width: 27%;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.no-image, body.frontend .text-with-image.no-image {
	padding: 50px 0;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.no-image, body.frontend .text-with-image.no-image {
		padding: 70px 0;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.no-image .text-with-image__inner, body.frontend .text-with-image.no-image .text-with-image__inner {
	display: flex;
	margin: 0;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.no-image .text-with-image__inner, body.frontend .text-with-image.no-image .text-with-image__inner {
		margin-left: 45px;
		margin-right: 70px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.umbrella-text-with-image .text-with-image__left, body.frontend .text-with-image.umbrella-text-with-image .text-with-image__left {
	box-shadow: 5px 5px 15px rgba(15, 7, 8, .588);
	padding: 50px;
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.umbrella-text-with-image .text-with-image__text p:first-of-type, body.frontend .text-with-image.umbrella-text-with-image .text-with-image__text p:first-of-type {
	margin-bottom: 10px;
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.umbrella-text-with-image .text-with-image__text ul, body.frontend .text-with-image.umbrella-text-with-image .text-with-image__text ul {
	margin-bottom: 25px;
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.umbrella-text-with-image .text-with-image__right, body.frontend .text-with-image.umbrella-text-with-image .text-with-image__right {
	display: block !important;
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.umbrella-text-with-image .text-with-image__right img, body.frontend .text-with-image.umbrella-text-with-image .text-with-image__right img {
	box-shadow: none;
	width: 100%;
}

.editor-styles-wrapper .block-editor-block-list__layout .text-with-image.text-with-image-careers p, body.frontend .text-with-image.text-with-image-careers p {
	margin-bottom: 5px;
	margin-top: 30px;
}
