@font-face {
	font-family: heebo;
	src: url("../fonts/heebo/Heebo-Light.eot");
	src: url("../fonts/heebo/Heebo-Light.eot?#iefix") format(embedded-opentype),
		 url("../fonts/heebo/Heebo-Light.ttf") format(truetype),
		 url("../fonts/heebo/Heebo-Light.svg#Heebo-Light") format(svg),
		 url("../fonts/heebo/Heebo-Light.woff") format(woff),
		 url("../fonts/heebo/Heebo-Light.woff2") format(woff2);
	font-display: swap;
	font-weight: 300;
}
@font-face {
	font-family: heebo;
	src: url("../fonts/heebo/Heebo-Regular.eot");
	src: url("../fonts/heebo/Heebo-Regular.eot?#iefix") format(embedded-opentype),
		 url("../fonts/heebo/Heebo-Regular.ttf") format(truetype),
		 url("../fonts/heebo/Heebo-Regular.svg#Heebo-Regular") format(svg),
		 url("../fonts/heebo/Heebo-Regular.woff") format(woff),
		 url("../fonts/heebo/Heebo-Regular.woff2") format(woff2);
	font-display: swap;
	font-weight: 400;
}
@font-face {
	font-family: heebo;
	src: url("../fonts/heebo/Heebo-Medium.eot");
	src: url("../fonts/heebo/Heebo-Medium.eot?#iefix") format(embedded-opentype),
		 url("../fonts/heebo/Heebo-Medium.ttf") format(truetype),
		 url("../fonts/heebo/Heebo-Medium.svg#Heebo-Medium") format(svg),
		 url("../fonts/heebo/Heebo-Medium.woff") format(woff),
		 url("../fonts/heebo/Heebo-Medium.woff2") format(woff2);
	font-display: swap;
	font-weight: 500;
}
::-moz-selection {
	background: #F76400;
	color: #fff;
	-webkit-text-fill-color: #fff;
}
::selection {
	background: #F76400;
	color: #fff;
	-webkit-text-fill-color: #fff;
}
p {
	margin: 13px 0;
}
p:first-child {
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}
input[type="password"],
input[type="url"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
textarea,
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	direction: inherit;
	border-radius: 0;
}
select::-ms-expand {
	display: none;
}
button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
*,
*::after,
*::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
.sr-only,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.sr-only.sr-only-focusable {
	top: 10%;
	left: 20px;
	z-index: 11;
	text-decoration: none;
}
.sr-only.sr-only-focusable:focus {
	width: auto;
	height: auto;
	font-size: 24px;
	padding: 5px 20px;
	clip: unset;
}
button:not(:disabled),
input[type="button"]:not(:disabled),
input[type="submit"]:not(:disabled),
input[type="image"]:not(:disabled),
input[type="reset"]:not(:disabled),
select:not(:disabled) {
	cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	cursor: pointer;
}
input,
textarea,
select{
	font-family: inherit;
	font-size: inherit;
}
figure {
	margin: 0;
	font-size: 0;
	line-height: 1px;
}
svg,
img {
	vertical-align: top;
}
hr,
svg,
img,
embed,
object,
iframe {
	max-width:100%;
}
textarea {
	overflow: auto;
	resize: vertical;
}
form,
blockquote {
	margin: 0;
	padding: 0;
}
a img{
	border: 0;
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
a {
	text-decoration: underline;
	color: #fff;
}
a:hover {
	text-decoration: none;
}
::-webkit-input-placeholder {
	color: #24292b;
	opacity: 1;
}
:-moz-placeholder {
	color: #24292b;
	opacity: 1;
}
html, 
body{
	height: 100%;
}
body{
	font-family: heebo, arial;
	font-weight: 300;
	font-size: 44px;
	line-height: 1.22;
	margin: 0;
	color: #fff;
	text-align: right;
	direction: rtl;
}
.container {
	width: 1644px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.wrap1 {
	min-height: 100%;
	overflow: hidden;
}
#page-header {
	width: 100%;
	height: 96px;
}
.page-header-container {
	display: flex;
	height: 100%;
	align-items: center;
}
.logo-a {
	text-decoration: none;
	line-height: 1px;
}
.logo-img {
	max-height: 40px;
}
.bg-img {
	width: 100%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
	object-fit: cover;
}
.header-links {
	//*display: flex;*//
	align-items: center;
	gap: 20px 100px;
	margin: 0 auto 0 0;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	display:none;
}
.header-links a {
	text-decoration: none;
	color: #fff;
}
.header-links a:hover {
	text-decoration: underline;
}
.white-border-btn {
	display: inline-flex;
	min-width: 182px;
	height: 40px;
	line-height: 1;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 20px;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none !important;
	border: 2px solid #fff;
}
#page-main {
	padding: 30px 0;
}
.main-container {
	display: flex;
}
.main-content {
	width: 72%;
	margin: 58px 0 0 0;
	position: relative;
}
.main-content::before {
	content: "";
	background: radial-gradient(50% 50% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.6;
	filter: blur(15px);
	position: absolute;
	inset: 0;
	-webkit-transform: scale(2.1,4.4);
	transform: scale(2.1,4.4);
	z-index: -1;
}
.main-title {
	display: flex;
	gap: 16px;
	align-items: baseline;
	margin: 0 0 29px 0;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.46;
}
.main-title-img {
	max-height: 16px;
}
.main-form-wrap {
	background: rgba(255, 255, 255, 0.65);
	max-width: 386px;
	width: -webkit-calc(28% - 30px);
	width: calc(28% - 30px);
	margin: 0 auto 0 0;
	font-size: 12px;
	line-height: 1.5;
	padding: 49px 30px 38px;
	flex-shrink: 0;
	color: #24292b;
}
.main-form-wrap span {
	font-size: 12px !important;
}
.main-form-wrap .main-form-wrap2 [data-editorblocktype="Field-checkbox"] .marketing-field input[type="checkbox"] {
	margin: 0 0 0 7px;
}
.main-form-wrap .main-form-wrap2 [data-editorblocktype="Field-checkbox"] .marketing-field strong {
	display: flex;
	align-items: baseline;
}
.main-form-wrap .main-form-wrap2 [data-editorblocktype="Field-checkbox"] label.lp-ellipsis {
	cursor: pointer;
}
.main-form-wrap .main-form-wrap2 [data-editorblocktype="Text"] strong {
	font-weight: 400;
}
.main-form-wrap2 {
	max-width: 248px;
	margin: 0 auto;
}
.main-form-wrap2 form > div:first-of-type strong,
.main-form-title {
	font-weight: 400;
	font-size: 28px;
	line-height: 1.46;
	margin: 0 0 27px 0;
	text-align: center;
}
.dialogProviderInternalContainerStyle,
.dialogProviderContainerStyle {
	background: none !important;
	max-width: 100%;
}
.main-form-wrap2 form > div > div,
.main-form-wrap2 .columnContainer {
	padding: 0 !important;
}
.lp-form-fieldInput {
	background: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
    font-weight: 300;
	border: 1px solid #24292b !important;
	padding: 0 16px;
	filter: drop-shadow(0 0 0 black) !important;
}
.lp-form-fieldInput.lp-form-button {
	background: #f76400;
	color: #fff;
	border: none !important;
	font-weight: 500;
	font-size: 16px;
}
div[data-form-block-id] .ui-state-active {
	background: #f76400;
	border-color: #C64F00;
}
.main-form-wrap2 .marketing-field strong {
	display: block;
	font-weight: 500;
}
.main-form-wrap2 .marketing-field .lp-ellipsis {
	display: block;
	margin: 0 0 8px 0;
}
.main-form-wrap [data-editorblocktype] {
	margin: 0 0 10px 0;
}
.onFormSubmittedFeedback {
	background: none !important;
	max-width: 100%;
}
div[data-form-block-id] .lookup-behavior {
	cursor: pointer;
	background: url(../../images/landing/Down_Arrow_3_.svg) 14px center no-repeat;
}
.orange-btn {
	background: #f76400;
	min-width: 215px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
}
.schedule-meeting-btn {
	position: fixed;
	bottom: 11px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.close-header-links-menu,
.close-schedule-meeting-form {
	background: url(../../images/landing/x.svg) center center no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 15px;
}
.mobile-menu-btn {
	background: url(../../images/landing/menu-btn.svg) center center no-repeat;
	width: 32px;
	height: 32px;
	display:none;
}

@media screen and (min-width: 481px) {
	.show-on-480 {
		display: none !important;
	}
}
@media screen and (min-width: 992px) {
	.show-on-tablet {
		display: none !important;
	}
	.white-border-btn {
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.white-border-btn:hover {
		background: #fff;
		color: #000;
	}
	.lp-form-fieldInput.lp-form-button {
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.lp-form-fieldInput.lp-form-button:hover {
		background: #c64f00;
	}
}
@media screen and (max-width: 1200px) {
	body {
		font-size: 36px;
	}
	.main-content {
		width: 65%;
	}
	.main-form-wrap {
	width: -webkit-calc(35% - 30px);
	width: calc(35% - 30px);
	}
}
@media screen and (max-width: 991px) {
	.logo-img {
		width: auto;
		height: 32px;
	}
	.main-container {
		flex-direction: column;
	}
	.main-content {
		width: 100%;
		max-width: 100%;
		margin: 0 0 40px 0;
	}
	.main-form-wrap {
		width: 100%;
		margin: 0 auto;
	}
	.header-links {
	    gap: 20px 50px;
	}
	.white-border-btn {
	    min-width: 130px;
	}
	.main-form-wrap {
		background: #fff;
		height: 100%;
		max-width: 100%;
		overflow: auto;
		position: fixed;
		left: 0;
		top: 100%;
		z-index: 5;
		-webkit-transition:all 1s ease;
		transition:all 1s ease;
	}
	.mobile-form-is-open .main-form-wrap {
		top: 0;
	}
	.header-links {
		background: #fff;
		width: 326px;
		max-width: -webkit-calc(100% - 50px);
		max-width: calc(100% - 50px);
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 5;
		-webkit-transform: translate(-100%,0);
		transform: translate(-100%,0);
		overflow: auto;
		gap: 46px;
		padding: 48px;
		flex-direction: column;
		align-items: flex-start;
		-webkit-transition:all 1s ease;
		transition:all 1s ease;
	}
	.mobile-menu-is-open .header-links {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
	.header-links a {
		color: #24292B;
		font-weight: 400;
		font-size: 16px;
	}
	.white-border-btn {
		min-width: 1px;
		padding: 0;
		height: auto;
		font-weight: 400;
		font-size: 18px !important;
	}
	.logo-a {
		margin: 0 auto 0 0;
	}
	.main-title {
		margin: 0 0 10px 0;
	}
	.bg-img,
	#page-main,
	.mobile-menu-is-open .logo-a,
	.mobile-menu-is-open .mobile-menu-btn  {
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.mobile-menu-is-open #page-main,
	.mobile-menu-is-open .logo-a,
	.mobile-menu-is-open .mobile-menu-btn {
		opacity: 0;
		visibility: hidden;
	}
	.mobile-menu-is-open .bg-img {
		filter: blur(4px);
	}
}
@media screen and (max-width: 767px) {
	body {
		font-size: 27px;
	}
	.main-container {
		flex-direction: column;
	}
	#page-header {
		height: auto;
		padding: 20px 0 20px 0;
	}
	.page-header-container {
		height: auto;
		gap: 30px;
	}
	.main-form-wrap {
		padding: 20px;
	}
}
@media screen and (max-width: 480px) {
	.hide-on-480 {
		display: none !important;
	}
}

div[data-form-block-id] .onFormSubmittedFeedbackIcon {
	/* background:url(../../images/landing/thanks-icon.png) no-repeat center !important; */
	/* width: 50px !important; */
	/* height: 50px !important; */
	opacity:0;
}

div[data-form-block-id] .onFormSubmittedFeedback .onFormSubmittedFeedbackInternalContainerStyle {
	position:relative;
	margin-top: -120px;
}

div[data-form-block-id] .onFormSubmittedFeedback .onFormSubmittedFeedbackInternalContainerStyle:before {
	content:'';
	display:block;
	background:url(../../images/landing/thanks-icon.png) no-repeat center !important;
	width: 50px !important;
	height: 50px !important;
	position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;	
}
div[data-form-block-id] .onFormSubmittedFeedback .onFormSubmittedFeedbackButtonSuccess {
	background: #F76400;
	color: #FFF;
	font-weight: 500;
	font-size: 16px;
	font-family: Heebo;
	border:0;
	min-width:248px;
	text-align:center;
	display:none;
}
div[data-form-block-id] .onFormSubmittedFeedback .onFormSubmittedFeedbackMessage {
	font-size: 22px;
	font-weight: 500;
    color: #24292b !important;
}

.main-form-wrap span {
	font-size: 12px !important;
    font-weight: 500;
}

.main-form-wrap span a {
	color: black;
}

div[data-form-block-id] .formLoader {
	
	/* border-top-color: #F76400; */
	/* opacity: 0 !important; */
	
	border:0;
	border-radius: 0;
	
	width:70px;
	height:70px;
	/* color: #766DF4; */
	color: #c64f00;
	--c:linear-gradient(currentColor 0 0);
	background:
	var(--c) 0 0,
	var(--c) 100% 0,
	var(--c) 100% 100%,
	var(--c) 0 100%;
	background-repeat: no-repeat;
	animation: l1 1s infinite alternate;
}

@keyframes l1 {
  0%   {background-size: 0    8px,8px 0   ,0    8px,8px 0   }
  25%  {background-size: 100% 8px,8px 0   ,0    8px,8px 0   }
  50%  {background-size: 100% 8px,8px 100%,0    8px,8px 0   }
  75%  {background-size: 100% 8px,8px 100%,100% 8px,8px 0   }
  90%,
  100% {background-size: 100% 8px,8px 100%,100% 8px,8px 100%}
}

div[data-form-block-id] .ui-menu .ui-menu-item:hover,
div[data-form-block-id] .ui-menu .ui-menu-item.ui-state-active {
	background: #f5f7fa !important;
	color: #000 !important;
	border: 0 !important;
}