
.mfp-bg {
	background: #0b0b0b;
	opacity: .8;
	overflow: hidden;
	z-index: 1042;
}

.mfp-bg, .mfp-wrap {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.mfp-wrap {
	-webkit-backface-visibility: hidden;
	outline: none !important;
	z-index: 1043;
}

.mfp-container {
	box-sizing: border-box;
	height: 100%;
	left: 0;
	padding: 0 8px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	text-align: left;
	vertical-align: middle;
	z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	cursor: auto;
	width: 100%;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	left: 8px;
	margin-top: -.8em;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 50%;
	width: auto;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
	display: none;
}

button.mfp-arrow, button.mfp-close {
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	outline: none;
	overflow: visible;
	padding: 0;
	touch-action: manipulation;
	z-index: 1046;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.mfp-close {
	color: #fff;
	font-family: Arial, Baskerville, monospace;
	font-size: 28px;
	font-style: normal;
	height: 44px;
	line-height: 44px;
	opacity: .65;
	padding: 0 0 18px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 44px;
}

.mfp-close:focus, .mfp-close:hover {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	padding-right: 6px;
	right: -6px;
	text-align: right;
	width: 100%;
}

.mfp-counter {
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.mfp-arrow {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	height: 110px;
	margin: -55px 0 0;
	opacity: .65;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 90px;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
	border: inset transparent;
	content: "";
	display: block;
	height: 0;
	left: 0;
	margin-left: 35px;
	margin-top: 35px;
	position: absolute;
	top: 0;
	width: 0;
}

.mfp-arrow:after {
	border-bottom-width: 13px;
	border-top-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-bottom-width: 21px;
	border-top-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	border-right: 27px solid #3f3f3f;
	margin-left: 25px;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-bottom: 40px;
	padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	max-width: 900px;
	width: 100%;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	width: 100%;
}

.mfp-iframe-scaler iframe {
	background: #000;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

img.mfp-img {
	box-sizing: border-box;
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 0;
	width: auto;
}

.mfp-figure, img.mfp-img {
	line-height: 0;
}

.mfp-figure:after {
	background: #444;
	bottom: 40px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 40px;
	width: auto;
	z-index: -1;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	cursor: auto;
	left: 0;
	margin-top: -36px;
	position: absolute;
	top: 100%;
	width: 100%;
}

.mfp-title {
	word-wrap: break-word;
	color: #f3f3f3;
	line-height: 18px;
	padding-right: 36px;
	text-align: left;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		bottom: 0;
		top: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		box-sizing: border-box;
		margin: 0;
		padding: 3px 5px;
		position: fixed;
		top: auto;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close {
		background: rgba(0, 0, 0, .6);
		height: 35px;
		line-height: 35px;
		padding: 0;
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
		width: 35px;
	}
}

@media (max-width:900px) {
	.mfp-arrow {
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout.page-surety .hero__title, body.frontend.page-surety .hero__title {
		max-width: 66%;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout.page-surety .hero__description, body.frontend.page-surety .hero__description {
	padding-left: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout.page-claims-faqs .hero .background img, body.frontend.page-claims-faqs .hero .background img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right 10%;
	object-position: right 10%;
	-o-object-position: center 10%;
	object-position: center 10%;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero, body.frontend .hero {
	padding: 90px 0 40px;
	position: relative;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero, body.frontend .hero {
		padding: 170px 0 100px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.no-padding-bottom-hero, body.frontend .hero.no-padding-bottom-hero {
	padding-bottom: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero--with-gradient .background, body.frontend .hero--with-gradient .background {
	position: relative;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero--with-mask, body.frontend .hero--with-mask {
	min-height: 400px;
}

@media only screen and (min-width:1200px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero--with-mask, body.frontend .hero--with-mask {
		min-height: 600px;
	}
}

@media only screen and (min-width:1600px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero--with-mask, body.frontend .hero--with-mask {
		min-height: 700px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.resources, body.frontend .hero.resources {
	min-height: 400px;
}

@media only screen and (min-width:576px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero.resources, body.frontend .hero.resources {
		min-height: 500px;
	}
}

@media only screen and (min-width:1200px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero.resources, body.frontend .hero.resources {
		min-height: 600px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero .background, body.frontend .hero .background {
	height: 100%;
	left: 0;
	overflow: visible;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero .background picture, body.frontend .hero .background picture {
	display: block;
	height: 100%;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero .background img, body.frontend .hero .background img {
	height: 100%;
	max-width: unset;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero .background img, body.frontend .hero .background img {
		width: 100%;
	}
}

@media only screen and (min-width:1400px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero .background img, body.frontend .hero .background img {
		max-width: 100%;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero .background__mask, body.frontend .hero .background__mask {
	background: #fff;
	bottom: -15vw;
	height: auto;
	position: absolute;
	width: 100%;
	z-index: 1;
}

@media only screen and (min-width:768px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero .background__mask, body.frontend .hero .background__mask {
		background: none;
		bottom: -14vw;
		height: auto;
		width: 100%;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero .background__mask svg, body.frontend .hero .background__mask svg {
	bottom: calc(100% - 1px);
	position: absolute;
}

@media only screen and (min-width:768px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero .background__mask svg, body.frontend .hero .background__mask svg {
		position: static;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero .background__additional-mask, body.frontend .hero .background__additional-mask {
	bottom: -5%;
	left: 50%;
	position: absolute;
	right: 0;
	transform: translateX(-35%);
	width: 300%;
	z-index: 1;
}

@media only screen and (min-width:768px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero .background__additional-mask, body.frontend .hero .background__additional-mask {
		left: 0;
		transform: none;
		width: 100%;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero .background__additional-mask img, body.frontend .hero .background__additional-mask img {
	height: auto;
	-o-object-fit: fill;
	object-fit: fill;
	-o-object-position: initial;
	object-position: initial;
	width: 100%;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero .banner, body.frontend .hero .banner {
	margin-left: 20px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero .banner, body.frontend .hero .banner {
		margin-left: 45px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__title, body.frontend .hero__title {
	color: #fff;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 15px;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__description, body.frontend .hero__description {
	color: #fff;
	font-weight: 600;
	max-width: 825px;
	padding-left: 5px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero__description, body.frontend .hero__description {
		padding-left: 45px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__description.wide-description, body.frontend .hero__description.wide-description {
	max-width: 100%;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__description.no-padding, body.frontend .hero__description.no-padding {
	padding-left: 5px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero__description.box-with-icons h1, body.frontend .hero__description.box-with-icons h1 {
		padding-left: 50px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__description h1, body.frontend .hero__description h1 {
	color: #fff;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 15px;
	padding-left: 20px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero__description h1, body.frontend .hero__description h1 {
		padding-left: 45px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__inner, body.frontend .hero__inner {
	display: flex;
	flex-direction: column-reverse;
}

@media only screen and (min-width:768px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero__inner, body.frontend .hero__inner {
		flex-direction: row;
		gap: 40px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__icon-elem, body.frontend .hero__icon-elem {
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	gap: 20px;
}

@media only screen and (min-width:1200px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero__icon-elem, body.frontend .hero__icon-elem {
		gap: 50px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__icon-elem:not(:last-of-type), body.frontend .hero__icon-elem:not(:last-of-type) {
	margin-bottom: 40px;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__icon-elem .icon-image, body.frontend .hero__icon-elem .icon-image {
	display: flex;
	justify-content: center;
	max-width: 85px;
	width: 100%;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__icon-elem .icon-image img, body.frontend .hero__icon-elem .icon-image img {
	width: 100%;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__icon-elem .icon-text, body.frontend .hero__icon-elem .icon-text {
	color: #1c146b;
	max-width: 50%;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero__icon-elem .icon-text, body.frontend .hero__icon-elem .icon-text {
		max-width: 60%;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__cta, body.frontend .hero__cta {
	align-items: stretch;
	background-color: #fff;
	border: 1px solid #000;
	box-shadow: 5px 5px 15px #0f0708;
	display: flex;
	flex-flow: column;
	height: -moz-max-content;
	height: max-content;
	margin-left: 20px;
	max-width: -moz-max-content;
	max-width: max-content;
	padding: 0;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero__cta, body.frontend .hero__cta {
		margin-left: 45px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__cta a, body.frontend .hero__cta a {
	border: none;
	box-shadow: none;
	display: block;
	padding: 10px 34px 10px 25px;
	position: relative;
	text-decoration-color: #f00000 !important;
	transition: all .4s ease;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__cta a span, body.frontend .hero__cta a span {
	display: inline-block;
	text-decoration: none;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__cta a:hover, body.frontend .hero__cta a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__cta.no-cta, body.frontend .hero__cta.no-cta {
	border: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__box, body.frontend .hero__box {
	background: #fff;
	box-shadow: 5px 5px 15px #0f0708;
	margin-left: 20px;
	margin-top: 25px;
	position: relative;
	z-index: 3;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero__box, body.frontend .hero__box {
		margin-left: 80px;
		margin-right: 70px;
		margin-top: 0;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__box--inner, body.frontend .hero__box--inner {
	padding: 20px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero__box--inner, body.frontend .hero__box--inner {
		padding: 25px 55px 26px 45px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__box ul, body.frontend .hero__box ul {
	margin-top: 20px;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__box ul li, body.frontend .hero__box ul li {
	margin-bottom: 15px;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__box ul li:last-child, body.frontend .hero__box ul li:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero__box.no-cta, body.frontend .hero__box.no-cta {
		margin-left: 220px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__box:after, body.frontend .hero__box:after {
	background-color: #f00000;
	content: "";
	display: block;
	height: calc(100% + 40px);
	position: absolute;
	right: 0;
	top: -20px;
	width: 4px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero__box:after, body.frontend .hero__box:after {
		height: calc(100% + 94px);
		top: -47px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__box--cta.btn--red, body.frontend .hero__box--cta.btn--red {
	margin-bottom: 10px;
	margin-top: 40px;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__box--cta.btn--red a, body.frontend .hero__box--cta.btn--red a {
	text-align: center;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__box--cta.btn--red a u, body.frontend .hero__box--cta.btn--red a u {
	text-decoration: none;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__box--bottom-image, body.frontend .hero__box--bottom-image {
	margin-top: 15px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero .bottom-cta, body.frontend .hero .bottom-cta {
		margin-left: 45px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__bottom, body.frontend .hero__bottom {
	margin-top: 30px;
}

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

.editor-styles-wrapper .block-editor-block-list__layout .hero__bottom.box-with-icons .hero__cta, body.frontend .hero__bottom.box-with-icons .hero__cta {
	max-width: 335px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero__bottom.box-with-icons .hero__cta, body.frontend .hero__bottom.box-with-icons .hero__cta {
		margin-left: 50px;
		width: 100%;
	}
}

@media only screen and (min-width:1400px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero__bottom.box-with-icons .hero__cta, body.frontend .hero__bottom.box-with-icons .hero__cta {
		max-width: 295px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__bottom.box-with-icons .hero__box, body.frontend .hero__bottom.box-with-icons .hero__box {
	margin-bottom: 45px;
	margin-top: 35px;
}

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

.editor-styles-wrapper .block-editor-block-list__layout .hero__bottom.full-width, body.frontend .hero__bottom.full-width {
	margin-top: 50px;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__bottom.full-width .hero__box, body.frontend .hero__bottom.full-width .hero__box {
	margin-left: 0;
	padding-top: 25px !important;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero__bottom.full-width .hero__box, body.frontend .hero__bottom.full-width .hero__box {
		padding-top: 50px !important;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__bottom.full-width .hero__box:after, body.frontend .hero__bottom.full-width .hero__box:after {
	display: none;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__bottom.has-red-border .hero__box:after, body.frontend .hero__bottom.has-red-border .hero__box:after {
	display: block !important;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero__box--heading, body.frontend .hero__box--heading {
	color: #1c146b;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.umbrella-hero, body.frontend .hero.umbrella-hero {
	padding: 90px 0 100px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero.umbrella-hero, body.frontend .hero.umbrella-hero {
		padding: 170px 0 210px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.umbrella-hero .hero__description, body.frontend .hero.umbrella-hero .hero__description {
	padding-left: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.claims-resources-hero, body.frontend .hero.claims-resources-hero {
	padding: 90px 0 83px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero.claims-resources-hero, body.frontend .hero.claims-resources-hero {
		padding: 170px 0 273px;
	}
}

@media only screen and (min-width:576px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero.claims-resources-hero .hero__description h2, body.frontend .hero.claims-resources-hero .hero__description h2 {
		max-width: 80%;
	}
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero.claims-resources-hero .hero__description h2, body.frontend .hero.claims-resources-hero .hero__description h2 {
		max-width: 100%;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.claims-services-hero .hero__inner, body.frontend .hero.claims-services-hero .hero__inner {
	padding-bottom: 100px;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.claims-services-hero .hero__box, body.frontend .hero.claims-services-hero .hero__box {
	padding-top: 0 !important;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.multinationals-hero, body.frontend .hero.multinationals-hero {
	padding: 90px 0 100px;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero.multinationals-hero, body.frontend .hero.multinationals-hero {
		padding: 170px 0 210px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.multinationals-hero .hero__wrapper, body.frontend .hero.multinationals-hero .hero__wrapper {
	display: flex;
	flex-direction: column;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.multinationals-hero .hero__wrapper .hero__description, body.frontend .hero.multinationals-hero .hero__wrapper .hero__description {
	order: 1;
	padding-left: 0;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero.multinationals-hero .hero__wrapper .hero__description, body.frontend .hero.multinationals-hero .hero__wrapper .hero__description {
		order: 3;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.multinationals-hero .hero__wrapper .hero__title, body.frontend .hero.multinationals-hero .hero__wrapper .hero__title {
	order: 2;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.multinationals-hero .hero__wrapper .hero__bottom, body.frontend .hero.multinationals-hero .hero__wrapper .hero__bottom {
	margin-top: 0;
	order: 4;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero.multinationals-hero .hero__wrapper .hero__bottom, body.frontend .hero.multinationals-hero .hero__wrapper .hero__bottom {
		margin-top: 50px;
	}
}

@media only screen and (max-width:991px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero.risk-engineering .background img, body.frontend .hero.risk-engineering .background img {
		width: 100%;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.risk-engineering h1, body.frontend .hero.risk-engineering h1 {
	padding: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.services-hero .background, body.frontend .hero.services-hero .background {
	bottom: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.services-hero .background img, body.frontend .hero.services-hero .background img {
	height: 100% !important;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.programs-hero, body.frontend .hero.programs-hero {
	z-index: 2;
}

@media only screen and (min-width:768px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero.programs-hero, body.frontend .hero.programs-hero {
		padding-bottom: 100px;
	}
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .hero.programs-hero, body.frontend .hero.programs-hero {
		padding-bottom: 200px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.community-hero .background, body.frontend .hero.community-hero .background {
	max-height: 630px;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.careers-hero .hero__bottom.full-width .hero__box, body.frontend .hero.careers-hero .hero__bottom.full-width .hero__box {
	padding-top: 0 !important;
}

.editor-styles-wrapper .block-editor-block-list__layout .hero.careers-hero .hero__bottom.full-width .hero__box .btn, body.frontend .hero.careers-hero .hero__bottom.full-width .hero__box .btn {
	margin-top: 15px;
}

.editor-styles-wrapper .block-editor-block-list__layout.page-contact .hero, body.frontend.page-contact .hero {
	padding: 90px 0 80px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout.page-contact .hero, body.frontend.page-contact .hero {
		padding: 170px 0 155px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout.page-about .hero, body.frontend.page-about .hero {
	padding: 90px 0 80px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout.page-about .hero, body.frontend.page-about .hero {
		padding: 170px 0 250px;
	}
}
