
.wp-block-essential-blocks-wrapper {
	margin-block-start: 0;
}

.eb-advance-heading-wrapper a {
	color: inherit;
}

.eb-advance-heading-wrapper>* {
	transition: all .3s ease-in-out;
}

.eb-advance-heading-wrapper .eb-ah-title>* {
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.eb-advance-heading-wrapper.marquee {
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.eb-advance-heading-wrapper.marquee .eb-ah-title {
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-name: marquee;
	animation-timing-function: linear;
	display: inline-block;
}

.eb-advance-heading-wrapper.marquee .eb-ah-title>* {
	white-space: nowrap !important;
}

.eb-advance-heading-wrapper.marquee .eb-ah-title:hover {
	animation-play-state: paused;
}

.eb-advance-heading-wrapper.waviy .eb-ah-title {
	-webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, .3));
	line-height: 1.5em;
}

.eb-advance-heading-wrapper.waviy .eb-ah-title>:not(a) {
	animation: waviy 1s;
	display: inline-block;
}

.eb-advance-heading-wrapper.waviy .eb-ah-title>:not(a):nth-child(2) {
	animation-delay: 1s;
}

.eb-advance-heading-wrapper.waviy .eb-ah-title>:not(a):nth-child(3) {
	animation-delay: 2s;
}

.eb-advance-heading-wrapper.waviy .eb-ah-title a {
	-webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, .3));
	line-height: 1.5em;
}

.eb-advance-heading-wrapper.waviy .eb-ah-title a>* {
	animation: waviy 1s;
	display: inline-block;
}

.eb-advance-heading-wrapper.waviy .eb-ah-title a>:nth-child(2) {
	animation-delay: 1s;
}

.eb-advance-heading-wrapper.waviy .eb-ah-title a>:nth-child(3) {
	animation-delay: 2s;
}

.eb-advance-heading-wrapper .eb-ah-separator.icon>* {
	font-size: inherit;
}

@keyframes marquee {
	0% {
		transform: translateX(100%);
	}
	
	to {
		transform: translateX(-100%);
	}
}

@keyframes waviy {
	0% {
		transform: translateY(0);
	}
	
	50% {
		transform: translateY(-20px);
	}
	
	to {
		transform: translateY(0);
	}
}

.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-advanced-image-wrapper {
	margin: 0;
}

.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 .image-wrapper {
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.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 .image-wrapper {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

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

.eb-advanced-image-wrapper figcaption {
	line-height: 1;
}

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

.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 .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 .image-wrapper:hover img {
	margin-left: 0 !important;
}

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

.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;
}

.eb-popup-container .eb-popup-button a.eb-popup-button-anchor {
	align-items: center;
	background-color: #7967ff;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 400;
	justify-content: center;
	line-height: 1.3;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
}

.eb-popup-container .eb-popup-button a.eb-popup-button-anchor p {
	margin: 0;
	padding: 0;
}

.eb-popup-container .eb-popup-button a.eb-popup-button-anchor .eb-popup-button-icon-left {
	margin-right: 8px;
}

.eb-popup-container .eb-popup-button a.eb-popup-button-anchor .eb-popup-button-icon-right {
	margin-left: 8px;
}

.eb-popup-container .eb-popup-button.alignment-left {
	text-align: left;
}

.eb-popup-container .eb-popup-button.alignment-right {
	text-align: right;
}

.eb-popup-container .eb-popup-button.alignment-center {
	text-align: center;
}

.eb-popup-overlay {
	background: rgba(0, 0, 0, .8);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	visibility: hidden;
	z-index: 999;
}

.eb-popup-overlay.active {
	opacity: 1;
	visibility: visible;
}

.eb-popup-overlay.inactive {
	opacity: 0;
	visibility: hidden;
}

.modal-main-wrap, .modal-main-wrap * {
	box-sizing: border-box;
}

.modal-main-wrap {
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	visibility: hidden;
	width: 100vw;
	z-index: 999;
}

.modal-main-wrap.active {
	opacity: 1;
	visibility: visible;
}

.modal-main-wrap.inactive {
	opacity: 0;
	visibility: hidden;
}

.eb-modal-container {
	display: flex;
	flex-wrap: wrap;
	left: 0;
	min-height: 100vh;
	padding: 50px;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: 999;
}

.eb-modal-container.eb_popup_top_left {
	align-items: flex-start;
	justify-content: flex-start;
}

.eb-modal-container.eb_popup_top_center {
	align-items: flex-start;
	justify-content: center;
}

.eb-modal-container.eb_popup_top_right {
	align-items: flex-start;
	justify-content: flex-end;
}

.eb-modal-container.eb_popup_middle_left {
	align-items: center;
	justify-content: flex-start;
}

.eb-modal-container.eb_popup_middle_center {
	align-items: center;
	justify-content: center;
}

.eb-modal-container.eb_popup_middle_right {
	align-items: center;
	justify-content: flex-end;
}

.eb-modal-container.eb_popup_bottom_left {
	align-items: flex-end;
	justify-content: flex-start;
}

.eb-modal-container.eb_popup_bottom_center {
	align-items: flex-end;
	justify-content: center;
}

.eb-modal-container.eb_popup_bottom_right {
	align-items: flex-end;
	justify-content: flex-end;
}

.eb-popup-content-editor {
	margin: 0 auto;
}

.eb-popup-content, .eb-popup-content-editor {
	background-color: #fff;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
	height: auto;
	overflow: auto;
	padding: 10px 15px;
	position: relative;
	width: auto;
}

.eb-popup-close-icon {
	color: #000;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
}

.eb-popup-active {
	display: block;
}

.eb-popup-inactive {
	display: none;
}

.eb-popup-before-content {
	text-align: center;
}

.eb-popup-block-overflow {
	overflow: hidden;
}

.eb-icon-wrapper .eb-icon-container {
	color: #333;
	display: inline-block;
	line-height: 1;
	text-align: center;
	transition: all .3s;
}

.eb-icon-wrapper .eb-icon-container i {
	display: block;
	height: 1em;
	position: relative;
	width: 1em;
}

.eb-icon-wrapper .eb-icon-container i:before {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.eb-icon-wrapper.eb-icon-shape-circle .eb-icon-container {
	border-radius: 50%;
}

.eb-icon-wrapper.eb-icon-view-framed .eb-icon-container {
	background-color: transparent;
	border: 3px solid #333;
	padding: .5em;
}

.eb-icon-wrapper.eb-icon-view-stacked .eb-icon-container {
	background-color: #333;
	color: #fff;
	padding: .5em;
	fill: #fff;
}

.eb-icon-wrapper .dashicons, .eb-icon-wrapper .dashicons-before:before {
	font-size: unset;
	height: unset;
	width: unset;
}
