
.eb-row-wrapper * {
	box-sizing: border-box;
}

.eb-row-wrapper:not(.for-editor-page) {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
}

.eb-row-wrapper:not(.for-editor-page)>.eb-row-inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: auto;
	max-width: none !important;
	position: relative;
	width: auto !important;
}

.eb-row-root-container>div.eb-row-wrapper:not(.for-editor-page)>div.eb-row-inner>div.eb-column-wrapper>div.eb-column-inner>div:not(.eb-instagram-wrapper):not(.eb-toc-container), .wp-block-essential-blocks-row {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.eb-row-root-container>.eb-row-wrapper:not(.for-editor-page)>.eb-row-inner>.eb-column-wrapper {
	box-sizing: border-box;
}

@media (max-width:1024px) {
	.eb-row-wrapper:not(.for-editor-page)>.eb-row-inner {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}

.eb-image-wrapper {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.eb-image-wrapper figcaption {
	text-align: center;
}

.eb-image-wrapper .eb-image-wrapper-inner {
	height: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.eb-image-wrapper .eb-image-wrapper-inner div, .eb-image-wrapper .eb-image-wrapper-inner img {
	height: 100%;
	transition: transform .3s;
	width: 100%;
}

.eb-image-wrapper .eb-image-link {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-style-triangle {
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-style-rhombus {
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-style-octagon {
	clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-style-circle {
	border-radius: 50%;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-style-square {
	border-radius: 0;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-style-rounded {
	border-radius: 15px;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-left.eb-caption-vertical-top figcaption {
	bottom: auto;
	left: 0;
	top: 0;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-left.eb-caption-vertical-middle figcaption {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-left.eb-caption-vertical-bottom figcaption {
	bottom: 0;
	left: 0;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-center.eb-caption-vertical-top figcaption {
	bottom: auto;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-center.eb-caption-vertical-middle figcaption {
	bottom: auto !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-center.eb-caption-vertical-bottom figcaption {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-right.eb-caption-vertical-top figcaption {
	bottom: auto;
	right: 0;
	top: 0;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-right.eb-caption-vertical-middle figcaption {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-right.eb-caption-vertical-bottom figcaption {
	bottom: 0;
	right: 0;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1 figcaption {
	background: #f9fafb;
	bottom: 0;
	box-sizing: border-box;
	color: #101828;
	overflow: hidden;
	position: absolute;
	transition: max-height .3s ease-out;
	width: 100%;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-2 {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-2.top {
	flex-direction: column-reverse;
}

.eb-advanced-image-wrapper {
	margin: 0;
}

.eb-advanced-image-wrapper.img-style-triangle .eb-image-wrapper, .eb-advanced-image-wrapper.img-style-triangle .image-wrapper {
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.eb-advanced-image-wrapper.img-style-rhombus .eb-image-wrapper, .eb-advanced-image-wrapper.img-style-rhombus .image-wrapper {
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.eb-advanced-image-wrapper.img-style-octagon .eb-image-wrapper, .eb-advanced-image-wrapper.img-style-octagon .image-wrapper {
	clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
}

.eb-advanced-image-wrapper.caption-style-1 {
	overflow: visible;
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-left.caption-vertical-top figcaption {
	bottom: auto;
	left: 0;
	top: 0;
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-left.caption-vertical-middle figcaption {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-left.caption-vertical-bottom figcaption {
	bottom: 0;
	left: 0;
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-center.caption-vertical-top figcaption {
	bottom: auto;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-center.caption-vertical-middle figcaption {
	bottom: auto !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-center.caption-vertical-bottom figcaption {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-right.caption-vertical-top figcaption {
	bottom: auto;
	right: 0;
	top: 0;
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-right.caption-vertical-middle figcaption {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-right.caption-vertical-bottom figcaption {
	bottom: 0;
	right: 0;
}

.eb-advanced-image-wrapper.caption-style-1 figcaption {
	background: rgba(0, 0, 0, .8);
	bottom: 0;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	transition: max-height .3s ease-out;
	width: 100%;
}

.eb-advanced-image-wrapper.caption-style-2 {
	display: flex;
	flex-direction: column;
}

.eb-advanced-image-wrapper.caption-style-2.top {
	flex-direction: column-reverse;
}

.eb-advanced-image-wrapper .eb-image-wrapper, .eb-advanced-image-wrapper .image-wrapper {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.eb-advanced-image-wrapper img {
	display: block;
	height: 100%;
	margin: 0 auto !important;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}

.eb-advanced-image-wrapper .eb-image-caption-wrap {
	line-height: 1;
	padding: 15px;
}

.eb-advanced-image-wrapper.zoom-in img {
	transform: scale(1);
}

.eb-advanced-image-wrapper.zoom-in .eb-image-wrapper:hover img, .eb-advanced-image-wrapper.zoom-in .image-wrapper:hover img {
	transform: scale(1.3);
}

.eb-advanced-image-wrapper.zoom-out img {
	transform: scale(1.5);
}

.eb-advanced-image-wrapper.zoom-out .eb-image-wrapper:hover img, .eb-advanced-image-wrapper.zoom-out .image-wrapper:hover img {
	transform: scale(1);
}

.eb-advanced-image-wrapper.slide img {
	margin-left: 30px !important;
	transform: scale(1.3);
	transition: .3s ease-in-out !important;
}

.eb-advanced-image-wrapper.slide .eb-image-wrapper:hover img, .eb-advanced-image-wrapper.slide .image-wrapper:hover img {
	margin-left: 0 !important;
}

.eb-advanced-image-wrapper.blur img {
	filter: blur(3px);
}

.eb-advanced-image-wrapper.blur .eb-image-wrapper:hover img, .eb-advanced-image-wrapper.blur .image-wrapper:hover img {
	filter: blur(0);
}

.eb-advanced-image-wrapper .eb-advimg-link {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

.wp-block-essential-blocks-advanced-image .eb-loading {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.feature-image-placeholder {
	background: #eaeef9;
	text-align: center;
	width: 100%;
}

.feature-image-placeholder img {
	width: 300px;
}
