.no-visible {
	opacity: 0;
}
.img-fullwidth img {
	width: 100%;
}
.overflow-visible {
	overflow: visible;
}
.no-zindex {
	z-index: 0;
}
@media screen and (min-width: 1024px) {
	.navigation .navigation__inner {
		max-width: 35% !important;
	}
	.navigation .image {
		-ms-flex: 0 0 65% !important;
		flex: 0 0 65% !important;
	}
}
.elementor-pagination-position-outside .swiper-container {
	padding-bottom: 50px !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #d2d6d9;
}
.swiper-pagination-clickable .swiper-pagination-bullet:not(:first-child) {
	margin-left: 15px !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet.active {
	background: #a4a9ae;
}
@media(min-width: 992px){
	.career-overlap {
		position: absolute !important;
		top: 230px;
	}
}

.hero .swiper-slide-inner {
	margin: 0 !important;
}
.hero__with__video .slides .image__box {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 1440px) {
	.hero__with__video.no-content .slides .image__box .swiper-slide {
		height: 100vh !important;
	}
}
.hero__with__video video {
	opacity: 1;
}
.elementor-background-video-container video {
	opacity: 1;
}
.hero__with__video .figure.ratio__16by9:before, .hero__with__video .figure.ratio__21by9:before {
	padding: 0 !important;
}
.figure.ratio__16by9.video {
	position: relative;
}
.figure.ratio__16by9.video > .elementor-widget-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.figure.ratio__16by9.video video {
	opacity: 1;
}
.elementor-widget-spavideo {
	margin-bottom: 0 !important;
}

.ratio16-9 {
	margin-bottom: 0 !important;
}
.ratio16-9 .elementor-image {
	position: relative;
	overflow: hidden;
	background: #000;
}
.ratio16-9 .elementor-image:before {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	padding-top: 62.5%;
}
.ratio16-9 .elementor-image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .8s ease;
	transform: scale(1);
	opacity: 1;
}
.ratio16-9 .elementor-image:hover img {
	transition: all .8s ease;
	opacity: .8;
	transform: scale(1.02);
}
@media screen and (max-width: 991px) {
	.ratio2-3 .elementor-image:before, .ratio16-9 .elementor-image:before {
		padding-top: 100%;
	}
}
.gform_wrapper ul.gform_fields {
	display: flex;
	margin: 0 -15px;
	flex-flow: row wrap;
}
.gform_wrapper ul.gform_fields > li.gfield {
	position: relative;
	padding-bottom: 25px;
	position: relative;
	left: auto;
	top: auto;
}
.gform_wrapper ul.gform_fields > li.gfield label {
	margin-bottom: 0;
}
.gform_wrapper ul.gform_fields > li.hidden_label label {
	display: none;
}
.gform_wrapper ul.gform_fields > li input[type=tel], .gform_wrapper ul.gform_fields > li input[type=file] {
	background-color: #fff;
	padding: 10px 25px;
	height: 44px;
}
.gform_wrapper ul.gform_fields > li .input-textarea label {
	position: absolute;
	top: 12px;
	left: 40px;
	opacity: 1;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition: all .4s cubic-bezier(.575,.005,.285,1.005);
}
.gform_wrapper ul.gform_fields > li textarea {
	background: #fff;
	padding: 10px 25px;
}
.gform_wrapper ul.gform_fields > li.input-upload label {
	position: absolute;
	top: 12px;
	left: 40px;
	opacity: 1;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition: all .4s cubic-bezier(.575,.005,.285,1.005);
}
.gform_wrapper ul.gform_fields > li .ginput_container_fileupload {
	background: #fff;
}
.gform_wrapper ul.gform_fields > li.input-upload .gfield_description {
	color: #9778d3;
	font-family: Rufina;
	text-transform: uppercase;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid;
	transform: translate3d(0,-50%,0);
	font-size: .85em;
	position: absolute;
	top: 23px;
	right: 40px;
	pointer-events: none;
}
.gform_wrapper ul.gform_fields > li input[type=file] {
	opacity: 0;
}
.gform_wrapper .gfield_radio {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.gform_wrapper .gfield_radio li {
	position: relative;
	margin-left: 15px;
}
.gform_wrapper .gfield_radio li [type=radio]:checked+label:before, .gform_wrapper .gfield_radio li [type=radio]:not(:checked)+label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #9778d3;
}
.gform_wrapper .gfield_radio li [type=radio]:checked+label:after, .gform_wrapper .gfield_radio li [type=radio]:not(:checked)+label:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	line-height: .8em;
	background-color: #9778d3;
	font-size: 1.4em;
	border-radius: 100%;
	transition: all .2s cubic-bezier(.25,.25,.75,.75);
}
.gform_wrapper .gfield_radio li [type=radio]:checked+label, .gform_wrapper .gfield_radio li [type=radio]:not(:checked)+label {
	display: inline-block;
	height: 25px;
	padding-left: 25px;
}
.gform_wrapper .gfield_radio li [type=radio]:checked+label:after {
	opacity: 1;
	-ms-transform: scale(.7);
	transform: scale(.7);
}
.gform_wrapper .gfield_radio li [type=radio]:not(:checked)+label:after {
	opacity: 0;
	-ms-transform: scale(0);
	transform: scale(0);
}
.gform_footer input[type=submit] {
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	padding: 0 20px;
	margin: 0;
	border: 0;
	background-color: transparent;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .025em;
	text-transform: uppercase;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	height: 44px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	background-color: #9778d3;
	color: #fff;
	font-size: .9em;
	width: auto;
}
.contact.contact__info .item{
	padding-right:15px;
}
.text__content .elementor-row ,.main__content .elementor-row,.contact__info .elementor-row{
	justify-content: center
}
@media (max-width:1023px){
	.elementor-row .elementor-element.elementor-column.elementor-col-50,
	.content__with__gallery .elementor-column.elementor-col-33
	{width:100%;}
}

.hero__with__video  .image__box  .elementor-widget-container{height: 100%}
.hero__with__video  .image__box .elementor-widget-container .elementor-swiper{height: 100%}
.hero__with__video  .image__box .elementor-widget-container .elementor-swiper  .swiper-container{height: 100%}
.hero__with__video  .image__box  .swiper-slide{height: 100%}
.validation_message{color:red}
.elementor-element.elementor-widget.elementor-widget-text-editor,.elementor-element.elementor-widget.elementor-widget-heading {
	margin-bottom: 0;
}
.panel__bar video.elementor-background-video-hosted.elementor-html5-video{
	width: 100% !important;
	min-width: 100%;
	height: 100% !important;
	min-height: 100%;
	font-family: "object-fit:cover";
	object-fit: cover;
}
@media screen and (max-width: 1440px) {
	.billboard__section .billboard__foreground h2 {
		font-size: 22px !important;
	}
}
@media screen and (max-width: 480px) {
	.video__modal .slides {
		height: auto !important;
	}
}
.figure .elementor-widget-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.download .list ul.sub-menu {
	padding-top: 7px;
}
.wpml-ls {
	width: auto;
}
.wpml-ls ul li a {
	background: none !important;
	border: none !important;
}
.wpml-ls ul li a:after {
	/* display: none !important; */
	right: 0 !important;
}