
.wp-block-essential-blocks-wrapper {
	margin-block-start: 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-button-wrapper {
	display: flex;
	flex-direction: column;
}

.eb-button a.eb-button-anchor {
	align-items: center;
	background-color: #7967ff;
	border-radius: 6px;
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	justify-content: center;
	line-height: inherit;
	padding: 13px 22px;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.eb-button a.eb-button-anchor:hover {
	background-color: #513fd4;
	color: #fff;
}

.eb-button-link {
	align-items: center;
	display: flex;
	margin-top: 10px;
}

.eb-button-text {
	display: inline-block;
}

.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 .eb-ah-title a {
	text-decoration: none;
}

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

.eb-advance-heading-wrapper .eb-ah-separator.icon svg {
	display: block;
	height: 1em;
	position: relative;
	width: 1em;
}

@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-form-wrapper {
	padding: 0 15px 15px;
	position: relative;
}

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

.eb-form-wrapper .eb-form.form-layout-inline {
	display: flex;
}

.eb-form-wrapper .eb-form.form-layout-inline>div {
	flex-basis: 50%;
	flex-grow: 0;
	flex-shrink: 0;
}

.eb-form-wrapper .eb-form.form-layout-inline .eb-field-wrapper {
	position: relative;
}

.eb-form-wrapper .eb-form.form-layout-inline .eb-field-wrapper .eb-form-validation {
	margin-top: 5px;
	position: absolute;
}

.eb-form-wrapper .eb-form.form-layout-inline .eb-form-submit {
	margin-top: 0;
}

.eb-form-wrapper .eb-form.form-layout-inline~.eb_form_submit_response {
	margin-top: 40px;
}

.eb-form-wrapper .eb-form.form-style-modern input:not([type=radio]):not([type=checkbox]) {
	outline: none;
}

.eb-form-wrapper .eb-form.form-style-modern input:not([type=radio]):not([type=checkbox])~label {
	margin: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: .2s ease-in-out;
}

.eb-form-wrapper .eb-form.form-style-modern input:not([type=radio]):not([type=checkbox]):focus~label, .eb-form-wrapper .eb-form.form-style-modern input:not([type=radio]):not([type=checkbox])~label.active {
	font-size: 12px;
	top: 15px;
}

.eb-form-wrapper .eb-form.form-style-modern input:not([type=radio]):not([type=checkbox])::-moz-placeholder {
	color: transparent !important;
	opacity: 0 !important;
}

.eb-form-wrapper .eb-form.form-style-modern input:not([type=radio]):not([type=checkbox])::placeholder {
	color: transparent !important;
	opacity: 0 !important;
}

.eb-form-wrapper .eb-form.form-style-modern textarea {
	outline: none;
}

.eb-form-wrapper .eb-form.form-style-modern textarea~label {
	margin: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: .5s;
}

.eb-form-wrapper .eb-form.form-style-modern textarea:focus~label, .eb-form-wrapper .eb-form.form-style-modern textarea~label.active {
	font-size: 12px;
	top: 15px !important;
}

.eb-form-wrapper .eb-form.form-style-modern textarea::-moz-placeholder {
	color: transparent !important;
	opacity: 0 !important;
}

.eb-form-wrapper .eb-form.form-style-modern textarea::placeholder {
	color: transparent !important;
	opacity: 0 !important;
}

.eb-form-wrapper .eb-form.form-style-modern .eb-select-field-wrapper .eb-field-input-wrap div select {
	outline: none;
}

.eb-form-wrapper .eb-form.form-style-modern .eb-select-field-wrapper .eb-field-input-wrap div select::-moz-placeholder {
	color: transparent !important;
	opacity: 0 !important;
}

.eb-form-wrapper .eb-form.form-style-modern .eb-select-field-wrapper .eb-field-input-wrap div select::placeholder {
	color: transparent !important;
	opacity: 0 !important;
}

.eb-form-wrapper .eb-form.form-style-modern .eb-select-field-wrapper .eb-field-input-wrap div~label {
	margin: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: .5s;
}

.eb-form-wrapper .eb-form.form-style-modern .eb-select-field-wrapper .eb-field-input-wrap div~label.active {
	font-size: 12px;
	top: 15px;
}

.eb-form-wrapper .eb-form.form-style-modern .eb-select-field-wrapper .eb-field-input-wrap div:focus~label, .eb-form-wrapper .eb-form.form-style-modern .eb-select-field-wrapper .eb-field-input-wrap div~label.active {
	top: 15px;
}

.eb-form-wrapper .eb-form.form-style-modern select {
	outline: none;
}

.eb-form-wrapper .eb-form.form-style-modern select~label {
	font-size: 12px;
	margin: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 15px;
	transform: translateY(-50%);
	transition: .5s;
}

.eb-form-wrapper .eb-form.form-style-modern select::-moz-placeholder {
	color: transparent !important;
	opacity: 0 !important;
}

.eb-form-wrapper .eb-form.form-style-modern select::placeholder {
	color: transparent !important;
	opacity: 0 !important;
}

.eb-form-wrapper .eb-form.form-style-modern .eb-datetime-field-wrapper .eb-field-input-wrap label {
	margin: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: .2s ease-in-out;
}

.eb-form-wrapper .eb-form.form-style-modern .eb-datetime-field-wrapper .eb-field-input-wrap label.active {
	font-size: 12px;
	top: 15px;
}

.eb-form-wrapper .eb-form.form-style-modern .eb-country-field-wrapper .eb-field-input-wrap .eb-country-dropdown~label {
	margin: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 15px;
	transform: translateY(-50%);
	transition: .5s;
}

.eb-form-wrapper .eb-form.form-style-modern .eb-country-field-wrapper .eb-field-input-wrap .eb-country-dropdown~label.active {
	font-size: 12px;
	top: 15px;
}

.eb-form-wrapper .eb-form.form-style-modern .eb-country-field-wrapper .eb-field-input-wrap .eb-country-dropdown:focus~label, .eb-form-wrapper .eb-form.form-style-modern .eb-country-field-wrapper .eb-field-input-wrap .eb-country-dropdown~label.active {
	top: 15px;
}

.eb-form-wrapper .eb-form-fields {
	display: flex;
	flex-direction: column;
}

.eb-form-wrapper .eb-form-fields .alignfull {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 100%;
}

.eb-form-wrapper .eb-form-fields .eb-form-field {
	display: flex;
	flex-direction: column;
	margin: 0;
}

.eb-form-wrapper .eb-field-wrapper .eb-field-input {
	font-family: inherit;
}

.eb-form-wrapper .eb-field-wrapper .eb-field-input:focus-visible, .eb-form-wrapper .eb-field-wrapper .eb-field-input:hover {
	border-color: #000;
}

.eb-form-wrapper .eb-field-wrapper .eb-field-input ::-moz-placeholder {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.eb-form-wrapper .eb-field-wrapper .eb-field-input ::placeholder {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.eb-form-wrapper .eb-field-wrapper label {
	display: block;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.eb-form-wrapper .eb-field-wrapper input:not([type=radio]):not([type=checkbox]) {
	display: block;
	height: auto;
	line-height: 1.2em;
	max-width: 100%;
	min-height: 40px;
}

.eb-form-wrapper .eb-field-wrapper textarea {
	border-radius: 4px;
	line-height: 1.2rem;
	min-height: 40px;
	padding: 15px;
	resize: vertical;
}

.eb-form-wrapper .eb-field-wrapper input:not([type=radio]):not([type=checkbox]), .eb-form-wrapper .eb-field-wrapper select, .eb-form-wrapper .eb-field-wrapper textarea {
	box-shadow: 0 0 transparent;
	min-height: 40px;
}

.eb-form-wrapper .eb-field-wrapper input:not([type=radio]):not([type=checkbox]):focus-visible, .eb-form-wrapper .eb-field-wrapper input:not([type=radio]):not([type=checkbox]):hover, .eb-form-wrapper .eb-field-wrapper select:focus-visible, .eb-form-wrapper .eb-field-wrapper select:hover, .eb-form-wrapper .eb-field-wrapper textarea:focus-visible, .eb-form-wrapper .eb-field-wrapper textarea:hover {
	outline: none;
}

.eb-form-wrapper .eb-field-wrapper input[type=checkbox], .eb-form-wrapper .eb-field-wrapper input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 1px solid #8c8f94;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-sizing: border-box;
	clear: none;
	color: #50575e;
	cursor: pointer;
	display: inline-block;
	height: 1rem;
	min-width: auto;
	padding: 0;
	transition: border-color .05s ease-in-out;
}

.eb-form-wrapper .eb-field-wrapper input[type=checkbox]:checked:before, .eb-form-wrapper .eb-field-wrapper input[type=radio]:checked:before {
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.eb-form-wrapper .eb-field-wrapper input[type=radio] {
	border-radius: 50%;
	position: relative;
}

.eb-form-wrapper .eb-field-wrapper input[type=radio]:before {
	background-color: #3582c4;
	border-radius: 50%;
	content: "";
	height: .5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all .5ms ease-in-out;
	width: .5rem;
}

.eb-form-wrapper .eb-field-wrapper input[type=radio]:checked:before {
	margin: 0;
	transform: translate(-50%, -50%) scale(1);
}

.eb-form-wrapper .eb-field-wrapper .eb-radio-inputarea {
	margin-bottom: 5px;
}

.eb-form-wrapper .eb-field-wrapper .eb-radio-inputarea label {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 10px;
	width: auto;
}

.eb-form-wrapper .eb-field-wrapper input[type=checkbox] {
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}

.eb-form-wrapper .eb-field-wrapper input[type=checkbox]:before {
	color: #fff;
	color: red;
	display: block;
	font-size: 12px;
	height: auto;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}

.eb-form-wrapper .eb-field-wrapper input[type=checkbox]:checked:before {
	content: "";
	font-family: Font Awesome\ 5 Free;
	font-weight: 700;
}

.eb-form-wrapper .eb-field-wrapper .eb-checkbox-inputarea {
	margin-bottom: 5px;
}

.eb-form-wrapper .eb-field-wrapper .eb-checkbox-inputarea label {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin-bottom: 0;
	width: auto;
}

.eb-form-wrapper .eb-field-wrapper select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xml:space=%27preserve%27 width=%27512%27 height=%27512%27%3E%3Cpath d=%27M293.751 455.868c-20.181 20.179-53.165 19.913-73.673-.595s-20.773-53.493-.594-73.672l189.999-190c20.178-20.178 53.164-19.913 73.672.595 20.508 20.509 20.772 53.492.595 73.671z%27/%3E%3Cpath d=%27M220.249 455.868c20.18 20.179 53.164 19.913 73.672-.595 20.509-20.508 20.774-53.493.596-73.672l-190-190c-20.178-20.178-53.164-19.913-73.671.595-20.508 20.509-20.772 53.492-.595 73.671z%27/%3E%3C/svg%3E");
	background-position: right 13px center;
	background-repeat: no-repeat;
	background-size: auto 13px;
	color: #404246;
	display: block;
	line-height: 1.5em;
	max-width: 100%;
	min-height: 40px;
	outline: none;
	padding: 13px 30px 13px 15px;
	width: 100%;
}

.eb-form-wrapper .eb-field-wrapper select.nitro-lazy {
	background-image: none !important;
}

.eb-form-wrapper .eb-field-wrapper select::-ms-expand {
	display: none;
}

@-moz-document url-prefix() {
	.eb-form-wrapper .eb-field-wrapper select {
		color: transparent;
		text-shadow: 0 0 0 #fff;
	}
}

.eb-form-wrapper .eb-field-wrapper.eb-validation-error .eb-field-input {
	border-color: #dc072f;
}

.eb-form-wrapper .eb-field-wrapper.eb-validation-error .eb-form-validation {
	color: #ca3521;
	display: block;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-top: 10px;
	padding: 0;
}

.eb-form-wrapper .eb-form-submit {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	width: 100%;
}

.eb-form-wrapper .eb-form-submit .eb-form-submit-button {
	cursor: pointer;
	font-size: 1em;
	line-height: normal;
	padding: 15px 30px;
	transition: .3s ease-in-out;
}

.eb-form-wrapper .eb-form-submit .eb-form-submit-button .eb-form-submit-loader {
	display: none;
	height: 1.4em;
	margin-left: 15px;
	width: auto;
}

.eb-form-wrapper .eb-form-submit .eb-form-submit-button.loading .eb-form-submit-loader {
	display: inline-block;
}

.eb-form-wrapper .eb-form-submit .eb-button-icon {
	display: inline;
}

.eb-form-wrapper .block-list-appender {
	width: 100%;
}

.eb-form-wrapper .block-list-appender button {
	background: hsla(0, 0%, 80%, .278);
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	box-shadow: none;
}

.eb-form-wrapper .block-list-appender button:hover {
	border-color: #000;
	color: #000;
}

.eb_form_submit_response {
	border-radius: 4px;
	font-size: 1em;
	margin-top: 25px;
	padding: 8px 15px;
}

.wp-admin .eb-form-wrapper .eb-multistep-form .eb-form-fields>.block-editor-inner-blocks>.block-editor-block-list__layout {
	gap: 0 !important;
}

.eb-multistep-form .step-bar-wrapper {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.eb-multistep-form .step-bar-wrapper .step-item {
	align-items: center;
	border-bottom: 2px solid #eee;
	cursor: pointer;
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	padding: 10px;
	position: relative;
	transition: all .3s ease;
	width: 100%;
}

.eb-multistep-form .step-bar-wrapper .step-item:hover {
	background-color: rgba(0, 0, 0, .05);
}

.eb-multistep-form .step-bar-wrapper .step-item:focus {
	outline: 2px solid #007cba;
	outline-offset: 2px;
}

.eb-multistep-form .step-bar-wrapper .step-item.active {
	border-bottom-color: #673ab7;
	color: #673ab7;
	font-weight: 700;
}

.eb-multistep-form .step-bar-wrapper .step-item .step-item-icon {
	align-items: center;
	display: flex;
	justify-content: center;
}

.eb-multistep-form .step-bar-wrapper.step-style-numbered .step-item {
	counter-increment: step-counter;
}

.eb-multistep-form .step-bar-wrapper.step-style-numbered .step-item:before {
	align-items: center;
	background: #eee;
	border-radius: 50%;
	content: counter(step-counter);
	display: flex;
	height: 24px;
	justify-content: center;
	margin-right: 8px;
	width: 24px;
}

.eb-multistep-form .step-bar-wrapper.step-style-numbered .step-item.active:before {
	background: #673ab7;
	color: #fff;
}

.eb-multistep-form .step-bar-wrapper.step-style-dots .step-item:before {
	background: #eee;
	border-radius: 50%;
	content: "";
	display: block;
	height: 12px;
	margin-right: 8px;
	width: 12px;
}

.eb-multistep-form .step-bar-wrapper.step-style-dots .step-item.active:before {
	background: #673ab7;
}

.eb-multistep-form .block-editor-block-list__layout .wp-block-essential-blocks-pro-form-multistep-wrapper {
	border: 2px dashed #eee;
}

.eb-multistep-form .step-navigation-wrapper {
	margin: 0 10px 30px;
}

.eb-multistep-form .step-navigation-wrapper .step-content {
	align-items: center;
	display: inline-flex;
	flex-direction: column;
	gap: 7px;
	justify-content: center;
}

.eb-multistep-form .step-navigation-progress-bar .step-progress-bar {
	background-color: #eff0f6;
	border-radius: 4px;
	height: 8px;
	margin-bottom: 15px;
	overflow: visible;
	position: relative;
	width: 100%;
}

.eb-multistep-form .step-navigation-progress-bar .step-progress-bar .step-progress-bar-inner {
	background-color: #3c3c3c;
	border-radius: 4px;
	height: 100%;
	transition: width .3s ease;
}

.eb-multistep-form .step-navigation-progress-bar .step-progress-bar .step-progress-markers {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.eb-multistep-form .step-navigation-progress-bar .step-marker {
	background-color: #ccc;
	border-radius: 50%;
	height: 6px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
	z-index: 2;
}

.eb-multistep-form .step-navigation-progress-bar .step-marker.active {
	background-color: #3c3c3c !important;
}

.eb-multistep-form .step-navigation-progress-bar .step-marker:first-child {
	left: 0 !important;
	transform: translateY(-50%);
}

.eb-multistep-form .step-navigation-progress-bar .step-marker:last-child {
	left: 100% !important;
	transform: translate(-100%, -50%);
}

.eb-multistep-form .step-navigation-progress-bar .step-progress-bottom {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	width: 100%;
}

.eb-multistep-form .step-navigation-breadcrumb .step-breadcrumb {
	align-items: center;
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 98%;
}

.eb-multistep-form .step-navigation-breadcrumb .step-nav-item {
	background-color: #f5f5f5;
	clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%, 0 0);
	color: #333;
	flex: 1;
	font-weight: 500;
	margin-right: -20px;
	min-width: 120px;
	padding: 10px 15px;
	position: relative;
	text-align: center;
}

.eb-multistep-form .step-navigation-breadcrumb .step-nav-item:first-child {
	clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}

.eb-multistep-form .step-navigation-breadcrumb .step-nav-item.active {
	background-color: #333;
	color: #fff;
	z-index: 2;
}

.eb-multistep-form .step-navigation-step-titles .step-step-titles {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}

.eb-multistep-form .step-navigation-step-titles .step-nav-item {
	color: #777;
	flex: 1;
	padding: 8px 16px;
}

.eb-multistep-form .step-navigation-step-titles .step-nav-item.active {
	border-bottom: 2px solid #673ab7;
	color: #673ab7;
}

.eb-multistep-form .step-navigation-step-titles .step-nav-item .step-count {
	align-items: center;
	background: #ebeef2;
	border-radius: 50%;
	color: #333;
	display: inline-flex;
	height: 32px;
	justify-content: center;
	margin-right: 15px;
	width: 32px;
}

.eb-multistep-form .step-navigation-dots {
	padding: 0 10px;
}

.eb-multistep-form .step-navigation-dots .step-dots {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.eb-multistep-form .step-navigation-dots .step-nav-item {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	position: relative;
	text-align: center;
}

.eb-multistep-form .step-navigation-dots .step-nav-item:not(:last-child):after {
	background-color: #ddd;
	content: "";
	height: 2px;
	position: absolute;
	right: -50%;
	top: 10px;
	width: 100%;
	z-index: 1;
}

.eb-multistep-form .step-navigation-dots .step-nav-item:not(:first-child):before {
	background-color: #ddd;
	content: "";
	height: 2px;
	left: -50%;
	position: absolute;
	top: 10px;
	width: 100%;
	z-index: 0;
}

.eb-multistep-form .step-navigation-dots .step-nav-item.active:not(:first-child):before {
	background-color: #333;
}

.eb-multistep-form .step-navigation-dots .step-nav-item .step-dot {
	align-items: center;
	background-color: #e7e7e7;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	height: 24px;
	justify-content: center;
	margin-bottom: 10px;
	position: relative;
	width: 24px;
	z-index: 2;
}

.eb-multistep-form .step-navigation-dots .step-nav-item .step-dot:after {
	background-color: #a2a2a2;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform .3s ease;
	width: 6px;
	z-index: 3;
}

.eb-multistep-form .step-navigation-dots .step-nav-item .step-title {
	color: #777;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}

.eb-multistep-form .step-navigation-dots .step-nav-item .step-subtitle {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	margin-top: 2px;
}

.eb-multistep-form .step-navigation-dots .step-nav-item.active .step-dot {
	background-color: #333;
	border-color: #fff;
}

.eb-multistep-form .step-navigation-dots .step-nav-item.active .step-dot:after {
	content: none;
}

.eb-multistep-form .step-navigation-dots .step-nav-item.active .step-dot:before {
	color: #fff;
	content: "";
	font-family: Font Awesome\ 5 Free;
	font-size: 12px;
	font-weight: 700;
}

.eb-multistep-form .step-navigation-dots .step-nav-item.active .step-title {
	color: #333;
	font-weight: 500;
}

.eb-multistep-form .step-navigation-dots .step-nav-item.completed .step-dot {
	background-color: #333;
}

.eb-multistep-form .step-navigation-dots .step-nav-item.completed .step-dot:after {
	color: #fff;
	content: "✓";
	font-size: 12px;
}

.eb-multistep-form .step-navigation-step-title-2 .step-step-title-2 {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.eb-multistep-form .step-navigation-step-title-2 .step-nav-item {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	position: relative;
}

.eb-multistep-form .step-navigation-step-title-2 .step-nav-item .label {
	color: #7a7a7a;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
	text-align: center;
}

.eb-multistep-form .step-navigation-step-title-2 .step-nav-item .step-count {
	align-items: center;
	background-color: #fff;
	border: 2px solid #c3c7cf;
	border-radius: 50%;
	color: #7a7a7a;
	display: flex;
	font-size: 14px;
	height: 28px;
	justify-content: center;
	position: relative;
	width: 28px;
	z-index: 1;
}

.eb-multistep-form .step-navigation-step-title-2 .step-nav-item .step-line {
	background-color: #c3c7cf;
	bottom: 14px;
	height: 2px;
	left: 50%;
	position: absolute;
	top: auto;
	width: 100%;
	z-index: 0;
}

.eb-multistep-form .step-navigation-step-title-2 .step-nav-item.completed .circle {
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.eb-multistep-form .step-navigation-step-title-2 .step-nav-item.completed .line {
	background-color: #333;
}

.eb-multistep-form .step-navigation-step-title-2 .step-nav-item.completed .label {
	color: #000;
}

.eb-multistep-form .step-navigation-step-title-2 .step-nav-item.active .step-count {
	background-color: #fff;
	border: 2px solid #333;
	color: #333;
}

.eb-multistep-form .step-navigation-step-title-2 .step-nav-item.active .step-count:before {
	border-color: #333;
	transform: translate(-50%, -50%) scale(1);
}

.eb-multistep-form .step-navigation-step-title-2 .step-nav-item.active .label {
	color: #333;
}

.eb-multistep-form .step-navigation-step-title-2 .step-nav-item.active .step-line {
	background-color: #c3c7cf;
}

.eb-multistep-form .step-navigation-step-title-2 .step-nav-item:last-child .step-line {
	display: none;
}

.eb-multistep-form .step-navigation-step-title-3 .step-step-title-3 {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.eb-multistep-form .step-navigation-step-title-3 .step-nav-item {
	align-items: center;
	border-right: 1px solid #eee;
	display: flex;
	flex: 1;
	justify-content: center;
	position: relative;
}

.eb-multistep-form .step-navigation-step-title-3 .step-nav-item:last-child {
	border-right: none;
}

.eb-multistep-form .step-navigation-step-title-3 .step-nav-item .step-icon {
	align-items: center;
	background-color: #f7f7f7;
	border-radius: 12px;
	display: flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.eb-multistep-form .step-navigation-step-title-3 .step-nav-item .step-icon img {
	height: 24px;
	opacity: .3;
	width: 24px;
}

.eb-multistep-form .step-navigation-step-title-3 .step-nav-item .text {
	display: none;
	flex-direction: column;
	margin-left: 10px;
}

.eb-multistep-form .step-navigation-step-title-3 .step-nav-item .text .step-label {
	color: #9ca3af;
	font-size: 12px;
}

.eb-multistep-form .step-navigation-step-title-3 .step-nav-item .text .step-subtitle {
	color: #111827;
	font-size: 14px;
	font-weight: 600;
}

.eb-multistep-form .step-navigation-step-title-3 .step-nav-item.active {
	flex-direction: row;
}

.eb-multistep-form .step-navigation-step-title-3 .step-nav-item.active .step-icon {
	background-color: #e5e7eb;
}

.eb-multistep-form .step-navigation-step-title-3 .step-nav-item.active .step-icon img {
	opacity: 1;
}

.eb-multistep-form .step-navigation-step-title-3 .step-nav-item.active .text {
	display: flex;
}

.eb-multistep-form .step-navigation-step-title-3 .step-nav-item .divider {
	background-color: #eee;
	height: 48px;
	width: 1px;
}

.eb-multistep-form .eb-form-submit {
	align-items: center;
	display: flex;
	justify-content: flex-end !important;
}

.eb-multistep-form .eb-form-submit #ebFormPrevBtn {
	margin-right: auto;
}

.eb-multistep-form .eb-form-submit #ebFormNextBtn .eb-form-next-loader {
	display: none;
	height: 1em;
	margin-left: 10px;
	width: auto;
}

.eb-multistep-form .eb-form-submit #ebFormNextBtn.loading .eb-form-next-loader {
	display: inline-block;
}

.eb-multistep-form .eb-form-submit #ebFormNextBtn, .eb-multistep-form .eb-form-submit .eb-form-submit-button {
	margin-left: 10px;
}

.eb-multistep-form .eb-form-submit button {
	background: hsla(0, 0%, 80%, .278);
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	box-shadow: none;
	cursor: pointer;
	font-size: 1em;
	line-height: normal;
	padding: 15px 30px;
	transition: .3s ease-in-out;
	width: auto !important;
}

.eb-multistep-form .eb-form-submit button:hover {
	color: #000;
}

.eb-form-add-step-button {
	align-items: center;
	background-color: #f7f7f7;
	border: 1px dashed #ccc;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	justify-content: center;
	margin-top: 20px;
	padding: 25px !important;
	transition: all .2s ease;
	width: 100%;
}

.eb-form-add-step-button:hover {
	background-color: #e9e9e9;
	border-color: #999;
}

.eb-form-add-step-button .eb-form-add-step-button-label {
	margin-left: 8px;
}

.eb-form-editor-formtype-item-pro .eb-form-editor-formtype-icon {
	position: relative;
}

.eb-form-editor-formtype-item-pro svg {
	position: absolute;
	right: 0;
	top: 6px;
}

.eb-form-template-loading {
	align-items: center;
	background-color: #f8f9fa;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 200px;
	width: 100%;
}

.eb-form-template-loading img {
	margin: 0 0 10px;
	width: 45px;
}

.eb-form-template-loading p {
	color: #757575;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.eb-text-field-wrapper {
	position: relative;
}

.eb-text-field-wrapper .eb-form-validation {
	display: none;
}

.eb-text-field-wrapper .eb-field-input-wrap {
	position: relative;
}

.eb-text-field-wrapper .eb-field-input-wrap .eb-input-icon {
	left: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.eb-text-field-wrapper .dashicons, .eb-text-field-wrapper .dashicons-before:before {
	height: unset;
	width: unset;
}

.eb-email-field-wrapper {
	position: relative;
}

.eb-email-field-wrapper .eb-form-validation {
	display: none;
}

.eb-email-field-wrapper .eb-field-input-wrap {
	position: relative;
}

.eb-email-field-wrapper .eb-field-input-wrap .eb-input-icon {
	left: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.eb-email-field-wrapper .eb-field-input-wrap .eb-input-icon svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.eb-email-field-wrapper .dashicons, .eb-email-field-wrapper .dashicons-before:before {
	height: unset;
	width: unset;
}

.eb-textarea-field-wrapper {
	position: relative;
}

.eb-textarea-field-wrapper textarea {
	max-width: 100%;
	width: 100%;
}

.eb-textarea-field-wrapper .eb-form-validation {
	display: none;
}

.eb-textarea-field-wrapper .eb-field-input-wrap {
	position: relative;
}

.eb-textarea-field-wrapper .eb-field-input-wrap .eb-input-icon {
	left: 14px;
	position: absolute;
	top: 15px;
}

.eb-textarea-field-wrapper .dashicons, .eb-textarea-field-wrapper .dashicons-before:before {
	height: unset;
	width: unset;
}
