html,
body {
  overflow-x: hidden;
  --color-red: #ff1a00;
  --color-light-gray: #8a8787;
  --color-lighter-gray: #f8f8f8;
  --color-light-blue: #c6daf2;
  --container-width-big: 83.333333%;
  --container-width-small: 66.666666%;
}

/* Prevent background scrolling in mobile safari if overlay is active */
html:has(body.dialog-prevent-scroll) {
	touch-action: none;
}

a {
  color: var(--e-global-color-primary);
}

.elementor-button
  .elementor-button-text {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: 800;
}

.btn-dark-blue .elementor-button-wrapper > .elementor-button {
  border: 4px solid var(--e-global-color-fc4c3af);
  background: var(--e-global-color-fc4c3af);
  border-radius: 0;
  padding: 9px 24px;
}

.btn-dark-blue
  .elementor-button-wrapper
  > .elementor-button
  .elementor-button-text {
  color: var(--e-global-color-e87fbf9);
}

.btn-framed-dark-blue .elementor-button-wrapper > .elementor-button {
  border: 4px solid var(--e-global-color-fc4c3af);
  background: transparent;
  border-radius: 0;
  padding: 9px 24px;
}

.btn-framed-dark-blue
  .elementor-button-wrapper
  > .elementor-button
  .elementor-button-text {
  color: var(--e-global-color-fc4c3af);
}

.btn-framed-white .elementor-button-wrapper > .elementor-button {
  border: 4px solid var(--e-global-color-e87fbf9);
  background: transparent;
  border-radius: 0;
  padding: 9px 24px;
}

.btn-framed-white
  .elementor-button-wrapper
  > .elementor-button
  .elementor-button-text {
  color: var(--e-global-color-e87fbf9);
}

.btn-framed-white .elementor-button-wrapper > .elementor-button:hover {
  border-color: var(--color-light-blue);
}

.btn-framed-white
  .elementor-button-wrapper
  > .elementor-button:hover
  .elementor-button-text {
  color: var(--color-light-blue);
}

.progress-bar {
  position: absolute;
  width: 0%;
  height: 4px;
  bottom: -1px;
  left: 0;
  background-color: #121e8e;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

/* Elementor HOM contact forms */

.hom-contact-form .elementor-form-fields-wrapper {
  margin-left: -66px !important;
  margin-right: -66px !important;
}

.hom-contact-form .elementor-column {
	position: relative;
	padding: 0 !important;
	margin-top: 40px;
	margin-left: 66px;
	margin-right: 66px;
}
.hom-contact-form .elementor-col-50 {
	width: calc(50% - 132px) !important;
}

.hom-contact-form .elementor-col-100 {

}

.elementor-field-group.invalid {
  color: var(--color-red);
}

.elementor-field-group.disabled {
  color: var(--color-light-gray);
  cursor: not-allowed;
}

.elementor-field-group.disabled .elementor-field-label {
  cursor: not-allowed;
}

.elementor-field-group input.elementor-field-textual {
  border: none;
  border-bottom: 2px solid var(--e-global-color-fc4c3af);
  border-radius: 0 !important;
  font-size: 18px;
  font-weight: 800;
  line-height: 21.3768px;
  padding: 0 !important;
}

.elementor-field-group input.elementor-field-textual:focus {
  border-color: var(--e-global-color-fc4c3af);
  box-shadow: none !important;
  outline: none !important;
}

.elementor-field-group.invalid input {
  border-color: var(--color-red) !important;
  color: var(--color-red) !important;
}

.elementor-field-group.disabled input {
  border-color: var(--color-light-gray) !important;
  color: var(--color-light-gray) !important;
}

.elementor-field-group .elementor-field-label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 18px;
  /* line-height: 28px; */
  font-weight: 400;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  cursor: text;
}

.elementor-field-group.focus .elementor-field-label {
  top: -6px;
  transform: none;
  font-size: 12px;
  line-height: 12px;
}

.elementor-form .elementor-field-type-html {
  display: flex;
  align-items: center;
}

.elementor-field-type-submit button .elementor-button-text {
  font-size: 18px !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
}

.elementor-field-type-submit button {
  border-radius: 0 !important;
  border: none;
  outline: none !important;
}

.elementor-field-type-submit {
  margin-top: 3em !important;
}

.elementor-field-type-textarea {
  position: relative;
}

.elementor-field-type-textarea .elementor-field-label {
  position: absolute;
  top: 32px;
  left: 32px;
  font-size: 18px;
  /* line-height: 28px; */
  font-weight: 400;
  letter-spacing: 0.3px;
  cursor: text;
  transition: all 0.3s ease;
}

.elementor-field-type-textarea textarea {
  font-size: 18px;
  font-weight: 800;
  line-height: 21.3768px;
  padding: 32px !important;
  border: 2px solid var(--e-global-color-fc4c3af) !important;
  border-radius: 0 !important;
}

.elementor-field-type-textarea.focus .elementor-field-label {
  top: 10px;
  transform: none;
  font-size: 12px;
  line-height: 12px;
}

.elementor-mark-required .elementor-field-label::after {
  color: var(--e-global-color-text);
}

.elementor-mark-required.invalid .elementor-field-label::after {
  color: var(--color-red);
}

/* select field */
.elementor-field-group .elementor-select-wrapper:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
}

/* checkboxes */
input[type="checkbox"] {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--e-global-color-text) !important;
  cursor: pointer;
  margin-right: 8px;
}

input[type="checkbox"]::before {
}

input[type="checkbox"]:checked::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f00c";
  font-size: 24px;
  line-height: 24px;
}

.elementor-field-type-checkbox,
.elementor-field-type-acceptance {
  align-items: flex-start;
}

.elementor-field-type-checkbox .elementor-field-label,
.elementor-field-type-acceptance .elementor-field-label{
  display: none;
}

.hom-contact-form .elementor-field-type-checkbox.elementor-col-100 .elementor-field-option {
  flex: 1 1 50%;
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.3px;
  font-weight: 400;
  cursor: pointer;
}

.hom-contact-form .elementor-field-group-select_solution .elementor-field-subgroup {
  margin-top: calc(54px - 1rem);
  margin-bottom: calc(120px - 0.5rem);
}

.hom-contact-form h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  letter-spacing: 1px;
}

.hom-contact-form .elementor-field-type-submit button {
  padding: 12px 60px !important;
}

.elementor-field-type-select .elementor-select-wrapper select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid var(--e-global-color-fc4c3af);
  padding: 6px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.elementor-field-type-select .elementor-select-wrapper select:focus {
  outline: none;
  box-shadow: none;
}

.elementor-field-type-submit > button[disabled] {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.12);
}

label.error {
  display: none !important;
}

.elementor-field-type-select label {
  display: none;
}

/* Slider: maintain picture aspect ratio */
.elementor-widget-slides .swiper-wrapper .swiper-slide {
	height: 42vw;
}
@media screen and (max-width: 576px ) {
	.elementor-widget-slides .swiper-wrapper .swiper-slide {
		height: 720px;
	}
}

/* Elementor section HOM header */

.hom-header {
  height: 33.333333vw;
  background-size: cover;
}

.hom-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(15, 28, 41, 0.4);
}

.hom-header h2 {
  color: var(--e-global-color-e87fbf9);
  font-size: 56px;
  line-height: 64px;
  font-weight: 900;
  letter-spacing: 1px;
}

.hom-header
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  height: 33.333333vw;
  align-items: center;
  align-content: center;
  position: relative;
}

.hom-header
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap
  .elementor-widget-container {
  position: absolute;
  width: 1333px;
  margin-left: -666px;
  left: 50%;
}

.hom-header
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap
  > .elementor-widget {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

/* Elementor section hom-split-box */
.hom-split-box h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  letter-spacing: 1px;
}

.hom-split-box .elementor-widget-text-editor {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.hom-split-box .elementor-container {
  background: var(--e-global-color-20fa8cd);
}

.hom-split-box > .elementor-container > .elementor-column {
  padding: 84px 133px;
  position: relative;
}

.hom-split-box > .elementor-container > .elementor-column:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid var(--e-global-color-fc4c3af);
  margin-top: 64px;
  margin-bottom: 64px;
}

@media (max-width: 576.98px) {
  .hom-header {
	height: 83.333333vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
  }

  .hom-header
	> .elementor-container
	> .elementor-column
	> .elementor-widget-wrap
	> {
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .hom-header
	> .elementor-container
	> .elementor-column
	> .elementor-widget-wrap
	.elementor-widget-container {
	position: relative;
	width: auto;
	margin: 0;
	left: auto;
  }

  .hom-header
	> .elementor-container
	> .elementor-column
	> .elementor-widget-wrap
	> .elementor-widget {
	justify-content: center;
  }

  .hom-header h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 900;
  }

  .hom-help-questions {
	width: var(--container-width-big);
	margin-left: auto;
	margin-right: auto;
  }

  .hom-help-questions
	> .elementor-container
	> .elementor-column
	> .elementor-widget-wrap {
	padding-left: 0;
	padding-right: 0;
  }

  .hom-help-form-section
	> .elementor-container
	> .elementor-column
	> .elementor-widget-wrap {
	padding-left: 0;
	padding-right: 0;
  }

  .hom-contact-form {
	width: var(--container-width-big) !important;
	margin-left: auto;
	margin-right: auto;
  }

  .hom-contact-form .elementor-form-fields-wrapper {
	margin-left: 0 !important;
	margin-right: 0 !important;
  }

  .hom-contact-form .elementor-column {
	margin-left: 0 !important;
	margin-right: 0 !important;
  }

  .hom-contact-form .elementor-column.elementor-col-50 {
	width: 100% !important;
	margin-left: 0;
	margin-right: 0;
  }

  .elementor-field-type-textarea textarea {
	padding: 25px 10px 10px !important;
  }

  .elementor-field-type-textarea .elementor-field-label {
	top: 10px;
	left: 10px;
	transform: none;
  }

  .elementor-field-group {
	margin-top: 18px !important;
  }

  .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option {
	flex: 1 1 100%;
  }

  .elementor-field-group-select_solution .elementor-field-subgroup {
	margin-top: 2px;
	margin-bottom: 36px;
  }

  .hom-contact-form h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 900;
  }

  .elementor-form .elementor-form-fields-wrapper .elementor-field-type-checkbox {
	margin-bottom: -8px;
  }

  .hom-split-box {
	width: var(--container-width-big);
	margin-left: auto;
	margin-right: auto;
  }

  .hom-split-box > .elementor-container > .elementor-column {
	padding: 44px 10%;
  }

  .hom-split-box > .elementor-container > .elementor-column:first-of-type::after {
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	border: none;
	border-bottom: 1px solid var(--e-global-color-fc4c3af);
	margin: 0 10%;
  }

  .hom-split-box h2 {
	font-size: 20px;
	line-height: 28px;
  }

  .hom-split-box .elementor-widget-text-editor {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
  }
}

@media (min-width: 577px) and (max-width: 1024.98px) {
  .hom-header {
	width: 100%;
	height: 33.333333vw;
  }

  .hom-header
	> .elementor-container
	> .elementor-column
	> .elementor-widget-wrap
	> .elementor-widget-heading
	> .elementor-widget-container {
	width: var(--container-width-big);
	margin-left: -41.666666%;
	left: 50%;
  }

  .hom-header h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 900;
  }

  .hom-help-questions {
	width: var(--container-width-small);
	margin-left: auto;
	margin-right: auto;
  }

  .hom-help-questions .elementor-widget-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
  }

  .hom-help-form-section {
	width: var(--container-width-small);
	margin-left: auto;
	margin-right: auto;
  }

  .hom-help-form-section
	> .elementor-container
	> .elementor-column
	> .elementor-widget-wrap {
	padding-left: 0;
	padding-right: 0;
  }

  .hom-contact-form .elementor-form-fields-wrapper {
	margin-left: -32px !important;
	margin-right: -32px !important;
  }

  .hom-contact-form .elementor-column {
	position: relative;
	padding: 0 !important;
	margin-top: 18px;
	margin-left: 32px !important;
	margin-right: 32px !important;
  }

  .hom-contact-form .elementor-column.elementor-col-50 {
	width: calc(50% - 64px) !important;
  }

  .hom-contact-form .elementor-field-type-submit {
	margin-top: 44px !important;
  }

  .hom-contact-form
	.elementor-field-group-select_solution
	.elementor-field-subgroup {
	margin-top: 2px;
	margin-bottom: 36px;
  }

  .hom-contact-form h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 900;
  }

  .hom-split-box {
	width: var(--container-width-big);
	margin-left: auto;
	margin-right: auto;
  }

  .hom-split-box > .elementor-container > .elementor-column {
	padding: 44px 10%;
  }

  .hom-split-box h2 {
	font-size: 20px;
	line-height: 28px;
  }

  .hom-split-box .elementor-widget-text-editor {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
  }

  .hom-split-box
	> .elementor-container
	> .elementor-column:first-of-type::after {
	margin-top: 28px;
	margin-bottom: 28px;
  }
}

@media (min-width: 577px) and (max-width: 799.98px) {
  .hom-split-box .elementor-col-50 {
	width: 100%;
  }

  .hom-split-box
	> .elementor-container
	> .elementor-column:first-of-type::after {
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 10%;
	border: none;
	border-bottom: 1px solid var(--e-global-color-fc4c3af);
  }
}

@media (min-width: 1025px) and (max-width: 1599.98px) {
  .hom-header {
	width: 100%;
	height: 33.333333vw;
  }

  .hom-header
	> .elementor-container
	> .elementor-column
	> .elementor-widget-wrap
	> .elementor-widget-heading
	> .elementor-widget-container {
	width: var(--container-width-big);
	margin-left: -41.666666%;
	left: 50%;
  }

  .hom-help-questions {
	margin-left: auto;
	margin-right: auto;
	width: var(--container-width-small);
  }

  .hom-help-form-section {
	margin-left: auto;
	margin-right: auto;
	width: var(--container-width-small);
  }

  .elementor-section > .elementor-container {
	max-width: 66.666666% !important;
  }

  .landing-image-swap .elementor-container {
	max-width: 100% !important;
  }

  .hom-split-box {
	margin-left: auto;
	margin-right: auto;
	width: var(--container-width-big);
  }

  .hom-split-box > .elementor-container > .elementor-column {
	padding: 44px 10%;
  }

  .hom-split-box
	> .elementor-container
	> .elementor-column:first-of-type::after {
	margin-top: 52px;
	margin-bottom: 52px;
  }
}

@media (min-width: 600px) and (max-width: 1599.98px) {
  .elementor-section:not(.elementor-section-full_width) > .elementor-container {
	max-width: 91.6667vw !important;
  }
}

/* text and image */
.hom-image-and-text {
  width: 1333px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 84px;
  margin-bottom: 84px;
}

.hom-image-and-text .elementor-column .elementor-widget-wrap {
  padding: 0 !important;
}

.hom-image-and-text .hom-image-text-heading h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 1px;
}

.hom-image-and-text .hom-image-text-heading {
  margin-bottom: 24px;
}

.hom-image-and-text .elementor-column:first-of-type .elementor-widget-wrap {
  margin-right: 10%;
}

.hom-image-and-text .elementor-column:nth-of-type(2) .elementor-widget-wrap {
  margin-right: 30%;
}

.hom-image-and-text .hom-image-text-text .elementor-widget-container {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.3px;
}

.hom-image-and-text .hom-image-text-text {
  margin-bottom: 28px;
}

.hom-image-and-text .hom-image-text-download-info {
  margin-top: 8px;
}

.hom-image-and-text .hom-image-text-download-info .elementor-widget-container {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: var(--color-light-gray);
}

.hom-image-and-text.text-first .elementor-column:first-of-type {
  order: 2;
}

.hom-image-and-text.text-first
  .elementor-column:first-of-type
  .elementor-widget-wrap {
  margin-left: 10%;
  margin-right: 0;
}

.hom-image-and-text.text-first .elementor-column:nth-of-type(2) {
  order: 1;
}

.hom-image-and-text.text-first
  .elementor-column:nth-of-type(2)
  .elementor-widget-wrap {
  margin-left: 200px;
  margin-right: 0;
}

.hom-download-headline {
  width: 1333px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 84px;
  margin-top: 84px;
}

.hom-download-headline > .elementor-container {
  margin-left: -66.666666px;
}

.hom-download-headline .elementor-widget-wrap {
  padding: 0 !important;
}

.hom-download-headline h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 1px;
}

@media (max-width: 576.98px) {
  .hom-image-and-text.text-first .elementor-column:first-of-type {
	order: 1;
  }

  .hom-image-and-text.text-first .elementor-column:nth-of-type(2) {
	order: 2;
  }

  .hom-image-and-text.text-first
	.elementor-column:first-of-type
	.elementor-widget-wrap {
	margin-left: 0;
	margin-right: 0;
  }

  .hom-image-and-text.text-first
	.elementor-column:nth-of-type(2)
	.elementor-widget-wrap {
	margin-right: 0;
	margin-left: 0;
  }

  .hom-image-and-text .elementor-column:first-of-type .elementor-widget-wrap {
	margin-right: 0;
  }

  .hom-image-and-text .elementor-column:nth-of-type(2) .elementor-widget-wrap {
	margin-right: 0;
  }

  .hom-image-and-text {
	width: var(--container-width-big);
	margin-left: auto;
	margin-right: auto;
	margin-top: 72px;
	margin-bottom: 72px;
  }

  .hom-image-and-text .elementor-column:first-of-type {
	margin-bottom: 24px;
  }

  .hom-image-and-text .hom-image-text-heading h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
	letter-spacing: 1px;
  }

  .hom-image-and-text .hom-image-text-heading {
	margin-bottom: 12px;
  }

  .hom-image-and-text .hom-image-text-text .elementor-widget-container {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.3px;
  }

  .hom-image-and-text .hom-image-text-text {
	margin-bottom: 36px;
  }

  .hom-image-and-text .hom-image-text-download-info {
	margin-top: -8px;
  }

  .hom-image-and-text
	.hom-image-text-download-info
	.elementor-widget-container {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
  }

  .hom-download-headline {
	width: var(--container-width-big);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -28px;
	margin-top: 44px;
  }

  .hom-download-headline .elementor-widget-wrap {
	padding: 0 !important;
  }

  .hom-download-headline h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
  }

  .hom-download-headline > .elementor-container {
	margin-left: 0;
  }
}

@media (min-width: 577px) and (max-width: 1024.98px) {
  .hom-image-and-text.text-first
	.elementor-column:nth-of-type(2)
	.elementor-widget-wrap {
	margin-left: 15%;
  }

  .hom-image-and-text
	.elementor-column:nth-of-type(2)
	.elementor-widget-wrap {
	margin-right: 15%;
  }

  .hom-image-and-text {
	width: var(--container-width-big);
	margin-left: auto;
	margin-right: auto;
	margin-top: 72px;
	margin-bottom: 72px;
  }

  .hom-image-and-text > .elementor-container {
	max-width: none !important;
  }

  .hom-image-and-text .hom-image-text-heading h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
	letter-spacing: 1px;
  }

  .hom-image-and-text .hom-image-text-heading {
	margin-bottom: 12px;
  }

  .hom-image-and-text .hom-image-text-text .elementor-widget-container {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.3px;
  }

  .hom-image-and-text .hom-image-text-text {
	margin-bottom: 16px;
  }

  .hom-image-and-text .hom-image-text-download-info {
	margin-top: -8px;
  }

  .hom-image-and-text
	.hom-image-text-download-info
	.elementor-widget-container {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
  }

  .hom-download-headline {
	width: var(--container-width-big);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -28px;
	margin-top: 44px;
  }

  .hom-download-headline > .elementor-container {
	margin-left: -4.166666%;
  }

  .hom-download-headline .elementor-widget-wrap {
	padding: 0 !important;
  }

  .hom-download-headline h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
  }
}

@media (min-width: 1025px) and (max-width: 1599.98px) {
  .hom-image-and-text.text-first
	.elementor-column:nth-of-type(2)
	.elementor-widget-wrap {
	margin-left: 30%;
  }

  .hom-image-and-text {
	width: var(--container-width-big);
	margin-left: auto;
	margin-right: auto;
	margin-top: 68px;
	margin-bottom: 68px;
  }

  .elementor-section-wrap > .home-image-and-text > .elementor-container {
	max-width: none !important;
  }

  .hom-image-and-text .hom-image-text-heading h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
	letter-spacing: 1px;
  }

  .hom-image-and-text .hom-image-text-heading {
	margin-bottom: 18px;
  }

  .hom-image-and-text .hom-image-text-text .elementor-widget-container {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.3px;
  }

  .hom-image-and-text .hom-image-text-text {
	margin-bottom: 20px;
  }

  .hom-image-and-text .hom-image-text-download-info {
	margin-top: -2px;
  }

  .hom-image-and-text
	.hom-image-text-download-info
	.elementor-widget-container {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
  }

  .hom-download-headline {
	width: var(--container-width-big);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -4px;
	margin-top: 68px;
  }

  .hom-download-headline > .elementor-container {
	margin-left: -4.166666%;
  }

  .hom-download-headline .elementor-widget-wrap {
	padding: 0 !important;
  }

  .hom-download-headline h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
  }
}

/* container */
.hom-container {
  width: 1333px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 84px;
  margin-bottom: 84px;
}

.hom-container .elementor-column .elementor-widget-wrap {
  padding: 0 !important;
}

.hom-h2 h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  .hom-container {
	width: var(--container-width-big);
	margin-left: auto;
	margin-right: auto;
	margin-top: 72px;
	margin-bottom: 72px;
  }

  .hom-h2 h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
	letter-spacing: 1px;
  }
}

@media (min-width: 768px) and (max-width: 1024.98px) {
  .hom-container {
	width: var(--container-width-big);
	margin-left: auto;
	margin-right: auto;
	margin-top: 72px;
	margin-bottom: 72px;
  }

  .hom-h2 h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
	letter-spacing: 1px;
  }
}

@media (min-width: 1025px) and (max-width: 1599.98px) {
  .hom-container {
	width: var(--container-width-big);
	margin-left: auto;
	margin-right: auto;
	margin-top: 68px;
	margin-bottom: 68px;
  }

  .hom-h2 h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
	letter-spacing: 1px;
  }
}

/* special text and image for boxes with much text; put the columns below each other */
@media (min-width: 577px) and (max-width: 1024.98px) {
  .hom-image-and-text.much-text .elementor-column {
	width: 100%;
  }

  .hom-image-and-text.text-first.much-text .elementor-column:first-of-type {
	order: 1;
  }

  .hom-image-and-text.text-first.much-text .elementor-column:nth-of-type(2) {
	order: 2;
  }

  .hom-image-and-text.text-first.much-text
	.elementor-column:first-of-type
	.elementor-widget-wrap {
	margin-left: 0;
	margin-right: 0;
  }

  .hom-image-and-text.text-first.much-text
	.elementor-column:nth-of-type(2)
	.elementor-widget-wrap {
	margin-right: 0;
	margin-left: 0;
  }

  .hom-image-and-text.much-text
	.elementor-column:first-of-type
	.elementor-widget-wrap {
	margin-right: 0;
  }

  .hom-image-and-text.much-text
	.elementor-column:nth-of-type(2)
	.elementor-widget-wrap {
	margin-right: 0;
  }

  .hom-image-and-text.much-text {
	width: var(--container-width-big);
	margin-left: auto;
	margin-right: auto;
	margin-top: 72px;
	margin-bottom: 72px;
  }

  .hom-image-and-text.much-text .elementor-column:first-of-type {
	margin-bottom: 24px;
  }

  .hom-image-and-text.much-text .hom-image-text-heading h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
	letter-spacing: 1px;
  }

  .hom-image-and-text.much-text .hom-image-text-heading {
	margin-bottom: 12px;
  }

  .hom-image-and-text.much-text
	.hom-image-text-text
	.elementor-widget-container {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.3px;
  }

  .hom-image-and-text.much-text .hom-image-text-text {
	margin-bottom: 36px;
  }

  .hom-image-and-text.much-text .hom-image-text-download-info {
	margin-top: -8px;
  }

  .hom-image-and-text.much-text
	.hom-image-text-download-info
	.elementor-widget-container {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
  }
}

/* Main Menu */
#mainMenu ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#mainMenu ul li {
  list-style: none;
}
#mainMenu ul li a {
  color: #000000;
  text-decoration: none;
  background: none;
  border: none;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 0.3px;
  padding: 24px;
}
#mainMenu ul > li.current-menu-item > a,
#mainMenu ul > li.current-page-ancestor > a {
  font-weight: 700 !important;
}
#mainMenu ul > li > a:hover:after {
  content: "";
  border-bottom: 1px solid #000000;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
}
#mainMenu ul > li.menu-item-has-children.plus-icon > a:after {
  right: 8px;
}
#mainMenu .menu-item-has-children ul {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 64px;
  padding: 12px 0;
}
#mainMenu .menu-item-has-children ul:before {
  top: 0px;
  content: "";
  border-top: 1px solid rgba(15, 28, 41, 0.2);
  border-bottom: 1px solid rgba(15, 28, 41, 0.2);
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: -1200px;
  right: -1200px;
  z-index: -1;
}
#mainMenu .menu-item-has-children ul li a {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-family: inherit;
  font-weight: 400;
  padding: 6px 16px;
  text-align: center;
}
#mainMenu .menu-item-has-children ul li:hover > a:after {
  left: 16px;
  right: 16px;
  bottom: 4px;
}
.menu-item.plus-icon > a + svg {
  width: 14px;
  height: 14px;
  position: relative;
  left: -20px;
  pointer-events: unset;
  z-index: -1;
  top: 1px;
}
#mainMenu .menu-item-has-children:not(.current-page-ancestor) ul.sub-menu {
  display: none;
}
#mainMenu .menu-item-has-children.current-menu-item .scrollmagic-pin-spacer {
  display: block !important;
  width: 100% !important;
}
#mainMenu .menu-item-has-children.current-menu-item ul.sub-menu {
  display: flex;
  width: 100% !important;
  transition: none;
}

/* Compact appearance on narrower screens */
@media (max-width: 1200px) {
	#mainMenu ul > li > a {
		padding: 24px 16px;
	}

	#mainMenu ul > li > a:hover::after {
		left: 16px;
		right: 16px;
	}

	#mainMenu ul > li.menu-item-has-children.plus-icon > a::after {
		right: 16px;
	}

	.menu-item.plus-icon > a + svg {
		left: -8px;
	}
}

.scrolled-top #mainMenu .menu-item-has-children.current-menu-item ul.sub-menu {
  display: flex;
}

#secondaryMenu {
  width: 100% !important;
  transition: transform 0.3s ease-out;
  transform: translateY(0px);
  z-index: 10;
}

.current_page_item > a {
  font-weight: 900 !important;
}

@media (max-width: 1024.98px) {
  #secondaryMenu.secondary-menu-sticky {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: var(--e-global-color-e87fbf9);
	padding: 10px 0 10px;
  }
}

@media (min-width: 1025px) {

  #mainMenu .menu-item-has-children.is-active > ul.sub-menu {
	position: fixed;
	top: 0;
	left: 0;
  }

  #secondaryMenu.secondary-menu-sticky {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: var(--e-global-color-e87fbf9);
	padding: 20px 0 10px;
  }

  #secondaryMenu.secondary-menu-sticky .elementor-icon-list-item > a,
  #secondaryMenu.secondary-menu-sticky .elementor-icon-list-item > a *
  {
	font-size: 16px;
	line-height: 28px;
	color: var(--e-global-color-text);
  }

  #secondaryMenu.secondary-menu-sticky .elementor-icon-list-item {
	margin-right: 22px;
	margin-left: 22px;
  }

}

@media (min-width: 1600px) {
  #secondaryMenu.secondary-menu-sticky > .elementor-container {
	max-width: 1330px;
  }
}

@media (min-width: 1025px) {
  body.sub-is-active #secondaryMenu.secondary-menu-sticky {
	top: 0; /*58px*/
  }
}

#section-quickcontact {
	position: fixed;
	/* width: 256px !important;*/
	right: 16px;
	bottom: 16px !important;
	font-size: 2em;
	padding: 0;
	z-index: 99999;
}

#section-quickcontact div.elementor-menu-toggle {
	z-index: 99;
/*	position: fixed;
	right: 16px;
	bottom: 16px;
	transition: 0.25s all; */
}

#section-quickcontact div.elementor-menu-toggle > i.eicon-menu-bar::before {
	content: "\e8b8";
	display: block;
	margin: 10% 10% -10% -10%;
}

#section-quickcontact div.elementor-menu-toggle.elementor-active > i.eicon-menu-bar::before {
	content: "\e803";
	margin: 0%;
}

#section-quickcontact nav {
	font-size: 1.125rem;
	padding: 10px 24px 10px 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	margin-right: 24px;
	margin-top: -24px;
}

#section-quickcontact ul li::before {
	float: left;
	position: relative;
	top: .25em;
	margin-right: .75em;
	left: 1em;
	width: 1em;
	height: 1em;
	font-size: 1.25em;
}

#section-quickcontact ul li a {
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: normal;
	color: inherit;
	background-color: transparent;
}

#section-quickcontact ul li a:hover {
	color: inherit;
	background-color: transparent;
	text-decoration: underline;
}

#section-quickcontact ul li.menu-item-headline a {
	font-weight: 900;
	pointer-events: none;
}

/* "Do you want to find out more?" element */
.hom-find-out-more {
  margin-top: 84px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--e-global-color-fc4c3af);
}

.hom-find-out-more.hom-find-out-more-grey {
  background: var(--e-global-color-20fa8cd);
}

.hom-find-out-more .elementor-container {
  width: 1333px;
  margin-left: auto;
  margin-right: auto;
}

.hom-find-out-more h2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--e-global-color-e87fbf9);
}

.hom-find-out-more.hom-find-out-more-grey h2 {
  color: var(--e-global-color-text);
}

.hom-find-out-more .elementor-col-100 .elementor-widget-wrap {
  padding: 0 !important;
}

.hom-find-out-more
  .elementor-col-100
  .elementor-widget-wrap
  .elementor-widget-heading {
  margin-bottom: 24px;
}

.hom-find-out-more
  .elementor-col-100
  .elementor-widget-wrap
  .elementor-widget-text-editor {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: var(--e-global-color-e87fbf9);
}

.hom-find-out-more.hom-find-out-more-grey
  .elementor-col-100
  .elementor-widget-wrap
  .elementor-widget-text-editor {
  color: var(--e-global-color-text);
}

@media (max-width: 576.98px) {
  .hom-find-out-more {
	margin-top: 44px;
	margin-bottom: 0;
	padding-top: 56px;
	padding-bottom: 56px;
  }

  .hom-find-out-more .elementor-container {
	width: var(--container-width-big);
	margin-left: auto;
	margin-right: auto;
  }

  .hom-find-out-more h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 900;
  }

  .hom-find-out-more
	.elementor-col-100
	.elementor-widget-wrap
	.elementor-widget-heading {
	margin-bottom: 12px;
	text-align: left;
  }

  .hom-find-out-more
	.elementor-col-100
	.elementor-widget-wrap
	.elementor-widget-text-editor {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.3px;
	margin-bottom: 16px;
	text-align: left;
  }

  .hom-find-out-more .btn-framed-white {
	text-align: left;
  }
}

@media (min-width: 577px) and (max-width: 1024.98px) {
  .hom-find-out-more .elementor-container {
	width: var(--container-width-big);
	margin-left: auto;
	margin-right: auto;
  }

  .hom-find-out-more {
	margin-top: 44px;
	margin-bottom: 0;
	padding-top: 56px;
	padding-bottom: 56px;
  }

  .hom-find-out-more h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 900;
  }

  .hom-find-out-more
	.elementor-col-100
	.elementor-widget-wrap
	.elementor-widget-heading {
	margin-bottom: 12px;
  }

  .hom-find-out-more
	.elementor-col-100
	.elementor-widget-wrap
	.elementor-widget-text-editor {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.3px;
	margin-bottom: 16px;
  }
}

@media (min-width: 1025px) and (max-width: 1599.98px) {
  .hom-find-out-more .elementor-container {
	width: var(--container-width-big);
	margin-left: auto;
	margin-right: auto;
  }

  .hom-find-out-more {
	margin-top: 68px;
	margin-bottom: 0;
	padding-top: 80px;
	padding-bottom: 80px;
  }

  .hom-find-out-more h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 900;
  }

  .hom-find-out-more
	.elementor-col-100
	.elementor-widget-wrap
	.elementor-widget-heading {
	margin-bottom: 18px;
  }

  .hom-find-out-more
	.elementor-col-100
	.elementor-widget-wrap
	.elementor-widget-text-editor {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.3px;
	margin-bottom: 20px;
  }
}

/* mailinglist signup section */

.hom-join-mailing {
  margin-top: 84px;
  margin-bottom: 84px;
  padding-top: 72px;
  padding-bottom: 124px;
  background: var(--e-global-color-fc4c3af);
  color: var(--e-global-color-e87fbf9);
}

.hom-join-mailing .elementor-container {
  width: calc(933.333333px - 48px);
  margin-left: auto;
  margin-right: auto;
}

.hom-join-mailing
  .elementor-container
  .elementor-col-100
  .elementor-widget-wrap {
  padding: 0;
}

.hom-join-mailing h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
  color: inherit;
}

.hom-join-mailing h2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 44px;
  text-align: center;
  color: inherit;
}

.hom-join-mailing .elementor-form .elementor-form-fields-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.hom-join-mailing .elementor-widget-heading {
  margin-bottom: 0;
}

.hom-join-mailing .elementor-form input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-bottom: 2px solid var(--e-global-color-e87fbf9);
  background: transparent;
  border-radius: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: inherit;
  padding: 10px 0 2px 0;
  box-shadow: none;
}

.hom-join-mailing .elementor-form input:focus {
  box-shadow: none;
  color: var(--color-light-blue);
  border-color: var(--color-light-blue);
}

.hom-join-mailing .elementor-form .elementor-column {
  margin: 0 !important;
  padding: 0 !important;
}

.hom-join-mailing .elementor-form .elementor-form-fields-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.hom-join-mailing
  .elementor-form
  .elementor-form-fields-wrapper
  .elementor-field-type-email {
  flex-grow: 1;
  margin-right: 16px !important;
}

.hom-join-mailing
  .elementor-form
  .elementor-form-fields-wrapper
  .elementor-field-type-submit {
  width: auto;
}

.hom-join-mailing .elementor-form button[type="submit"] {
  border: 4px solid var(--e-global-color-e87fbf9);
  background: transparent;
  border-radius: 0;
  padding: 9px 24px;
  cursor: pointer;
}

.hom-join-mailing .elementor-form button[type="submit"] .elementor-button-text {
  font-size: 15px;
  line-height: 21px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--e-global-color-e87fbf9);
}

.hom-join-mailing .elementor-form button[type="submit"]:hover {
  border-color: var(--color-light-blue);
}

.hom-join-mailing .elementor-form button[type="submit"]:hover .elementor-button-text {
  color: var(--color-light-blue);
}

@media (max-width: 576.98px) {
  .hom-join-mailing {
	margin-top: 44px;
	margin-bottom: 44px;
	padding-top: 32px;
	padding-bottom: 80px;
	background: var(--e-global-color-fc4c3af);
	color: var(--e-global-color-e87fbf9);
  }

  .hom-join-mailing .elementor-container {
	width: var(--container-width-big);
	margin-left: auto;
	margin-right: auto;
  }

  .hom-join-mailing h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-top: 24px;
	margin-bottom: 12px;
	text-align: left;
	color: inherit;
  }

  .hom-join-mailing h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 40px;
	text-align: left;
	color: inherit;
  }

  .hom-join-mailing .elementor-form .elementor-form-fields-wrapper {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
  }

  .hom-join-mailing .elementor-form input[type="email"] {
	width: 100%;
	margin-bottom: 32px;
  }
}

@media (min-width: 577px) and (max-width: 1024.98px) {
  .hom-join-mailing {
	margin-top: 44px;
	margin-bottom: 44px;
	padding-top: 32px;
	padding-bottom: 80px;
	background: var(--e-global-color-fc4c3af);
	color: var(--e-global-color-e87fbf9);
  }

  .hom-join-mailing .elementor-container {
	width: 58.333333%;
	margin-left: auto;
	margin-right: auto;
  }

  .hom-join-mailing h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-top: 24px;
	margin-bottom: 12px;
	text-align: center;
	color: inherit;
  }

  .hom-join-mailing h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 40px;
	text-align: center;
	color: inherit;
  }

  .hom-join-mailing .elementor-form .elementor-form-fields-wrapper {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
  }

  .hom-join-mailing .elementor-form .elementor-field-type-email {
	width: auto;
  }
}

@media (min-width: 1025px) and (max-width: 1599.98px) {
  .hom-join-mailing {
	margin-top: 44px;
	margin-bottom: 44px;
	padding-top: 56px;
	padding-bottom: 104px;
	background: var(--e-global-color-fc4c3af);
	color: var(--e-global-color-e87fbf9);
  }

  .hom-join-mailing .elementor-container {
	width: 58.333333%;
	margin-left: auto;
	margin-right: auto;
  }

  .hom-join-mailing h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-top: 24px;
	margin-bottom: 18px;
	text-align: center;
	color: inherit;
  }

  .hom-join-mailing h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 44px;
	text-align: center;
	color: inherit;
  }

  .hom-join-mailing .elementor-form .elementor-form-fields-wrapper {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
  }

  .hom-join-mailing .elementor-form .elementor-field-type-email {
	width: auto;
  }
}

/* WPML language switcher */
.wpml-elementor-ls {
  text-align: right;
}

.wpml-ls {
  display: inline-block;
  width: auto;
}

.wpml-ls ul > .wpml-ls-item > a::after,
.wpml-ls ul > .wpml-ls-item > a:hover::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078" !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  border: none !important;
  position: absolute !important;
  top: 50%;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
  transition: none;
  transform: translateY(-50%);
  color: var(--e-global-color-text);
  margin-top: -2px;
}

.wpml-ls ul > .wpml-ls-item > a.wpml-ls-item-toggle {
  padding: 0 32px 0 0 !important;
  font-size: 16px !important;
  line-height: 44px !important;
  border: none !important;
  background: transparent !important;
  text-align: left;
}

.wpml-ls ul > .wpml-ls-item > a.wpml-ls-item-toggle > span.wpml-ls-native {
  color: var(--e-global-color-text);
}

.wpml-ls ul > .wpml-ls-item > ul.wpml-ls-sub-menu {
  border: none !important;
  background: var(--color-lighter-gray) !important;
}

.wpml-ls ul > .wpml-ls-item > ul.wpml-ls-sub-menu > li.wpml-ls-item > a::after,
.wpml-ls
  ul
  > .wpml-ls-item
  > ul.wpml-ls-sub-menu
  > li.wpml-ls-item
  > a:hover::after {
  display: none;
}

.wpml-ls ul > .wpml-ls-item > ul.wpml-ls-sub-menu {
  padding: 14px 0 !important;
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap !important;
  justify-content: flex-start;
  align-items: stretch;
  right: auto;
  position: absolute;
  left: -20px;
  text-align: left;
}

.wpml-ls ul > .wpml-ls-item > ul.wpml-ls-sub-menu > li.wpml-ls-item > a {
  padding: 6px 32px 6px 20px !important;
  font-size: 16px !important;
  line-height: 28px !important;
  background: transparent !important;
  border: none !important;
  color: var(--e-global-color-text) !important;
  word-break: keep-all;
}

.elementor-location-footer .wpml-elementor-ls {
  text-align: left;
  margin-top: 0 !important;
}

.elementor-location-footer .wpml-ls ul > .wpml-ls-item > a.wpml-ls-item-toggle {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 900 !important;
}

.elementor-location-footer .wpml-ls ul > .wpml-ls-item > ul.wpml-ls-sub-menu {
  bottom: 100%;
  top: auto;
}

.elementor-location-footer
  .wpml-ls
  ul
  > .wpml-ls-item
  > ul.wpml-ls-sub-menu
  > li.wpml-ls-item
  > a {
  font-size: 18px !important;
}

@media (max-width: 576.98px) {
  .elementor-location-footer .wpml-ls ul > .wpml-ls-item > a.wpml-ls-item-toggle {
	font-size: 16px !important;
  }
}

/* sticky inpage menu */
@media (max-width: 1024.98px) {
  #secondaryMenu
	> .elementor-container
	> .elementor-column:first-of-type
	> .elementor-widget-wrap
  {
	padding: 0;
  }

  #secondaryMenu > .elementor-container {
	max-width: none !important;
	width: 100%;
  }

  #secondaryMenu .elementor-icon-list-items {
	display: none;
	width: 100%;
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: auto;
	bottom: auto;
	margin: 0;
	background: var(--e-global-color-e87fbf9);
  }

  #secondaryMenu .elementor-icon-list-items > li {
	padding: 0;
	margin: 0;
  }

  #secondaryMenu .elementor-icon-list-items > li > a,
  #secondaryMenu .elementor-icon-list-items > li > a:active
  #secondaryMenu .elementor-icon-list-items > li > a:hover
  #secondaryMenu .elementor-icon-list-items > li > a:visited
  {
	padding: 12px 4.166667vw;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: var(--e-global-color-text);
  }

  #secondaryMenu .elementor-icon-list-items > li > a *,
  #secondaryMenu .elementor-icon-list-items > li > a:active *,
  #secondaryMenu .elementor-icon-list-items > li > a:hover *,
  #secondaryMenu .elementor-icon-list-items > li > a:visited *
  {
	color: var(--e-global-color-text);
  }

  #secondaryMenu .elementor-icon-list-items > li > a.in-viewport {
	font-weight: 900;
  }

  #secondaryMenu .inpage-menu-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 900;
	padding: 18px 4.166667vw;
  }

  #secondaryMenu .inpage-menu-button::after {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-weight: 900;
	font-size: 16px;
	line-height: 16px;
  }

  #secondaryMenu .inpage-menu-button.active::after {
	transform: rotate(180deg);
  }
}

/* footer link lists on mobile */
@media (max-width: 576.98px) {

  .footer-link-list .elementor-widget-icon-list {
	display: none;
  }

  .footer-link-list.footer-link-list-active
	.elementor-widget-icon-list
  {
	display: block;
  }

  .footer-link-list
	.elementor-widget-heading
	.elementor-widget-container
	.elementor-heading-title
  {
	padding-bottom: 4px;
  }

  .footer-link-list
	.elementor-widget-heading
	.elementor-widget-container
  {
	transition: none;
  }

  .footer-link-list.footer-link-list-active
	.elementor-widget-heading
	.elementor-widget-container
  {
	border-bottom: 2px solid var(--e-global-color-text);
  }

  .footer-link-list
	.elementor-widget-icon-list
	.elementor-icon-list-items
	a
  {
	margin: 5px 0;
  }

  .footer-link-list
	.elementor-widget-icon-list
	.elementor-icon-list-items
  {
	padding: 0 8.333333vw !important;
  }

  .footer-link-list
	.elementor-widget-heading
  {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }

  .footer-link-list
	.elementor-widget-heading::after
  {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-weight: 900;
	font-size: 16px;
	line-height: 16px;
	transition: transform 0.3s ease-in-out;
  }

  .footer-link-list.footer-link-list-active
	.elementor-widget-heading::after
  {
	transform: rotate(180deg);
  }
}

/* modifications for escen image text carousel (Elementor widget) */
@media (max-width: 1439.98px) {
  .elementor-widget-escen-image-text-carousel .elementor-widget-container {
	margin-bottom: 50px !important;
  }
}

/* Videos CPT single page */
.single-videos .fancybox-container-share {
	position: relative!important;
	top: unset;
	z-index: unset;
}

.single-videos .site-main {
	max-width: 100%!important;
}

.single-videos .elementor-escen-video-share {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.single-videos .elementor-escen-video-share .elementor-escen-video-popup-content {
	background-color: white;
}

/* Posts archive page */

.elementor-posts .elementor-post__card {
	display: block!important;
	border-top: 0!important;
	border-right: 0!important;
	border-left: 0!important;
	border-radius: 0;
	box-shadow: none!important;
	background-color: transparent!important;
}

.elementor-posts .elementor-post__card .elementor-post__text {
	padding: 0!important;
	margin-top: 0!important;
}

.elementor-posts .elementor-post__card .elementor-post__title {
	margin-bottom: 1rem;
	font-size: 18px;
	line-height: 1.25;
}

.elementor-posts .elementor-post__card .elementor-post__title a {
	color: var( --e-global-color-text );
}

.elementor-posts .elementor-post__card .elementor-post__excerpt {
	margin-bottom: 1rem;
}

.elementor-posts .elementor-post__card .elementor-post__excerpt p {
	font-size: 18px;
	color: var( --e-global-color-text );
}

.elementor-posts .elementor-post__card .elementor-post__read-more {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.elementor-posts .elementor-post__card .elementor-post__thumbnail {
	overflow: hidden;
}

.elementor-posts .elementor-post__card .elementor-post__thumbnail img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	width: auto;
}

/* Lefthand image in single-column post lists */
.elementor-grid-1.elementor-posts--thumbnail-top .elementor-posts .elementor-post__card {
	padding-left: 50%;
}

.elementor-grid-1.elementor-posts--thumbnail-top .elementor-posts .elementor-post__card .elementor-post__thumbnail__link {
	float: left;
	width: 90%;
	margin-bottom: 0;
	margin-left: -100%;
}

@media (max-width: 1024px) {
	.elementor-grid-1.elementor-posts--thumbnail-top .elementor-posts .elementor-post__card .elementor-post__thumbnail__link {
		margin-bottom: 1rem;
	}
}

@media (max-width: 768px) {
	.elementor-grid-1.elementor-posts--thumbnail-top .elementor-posts .elementor-post__card .elementor-post__thumbnail__link {
		float: unset;
		width: 100%;
		margin-left: unset;
		margin-bottom: 2.5rem;
	}
	
	.elementor-grid-1.elementor-posts--thumbnail-top .elementor-posts .elementor-post__card {
		padding-left: 0;
	}
}
/* . */

.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
	margin-bottom: 3rem;
}

.elementor-posts .elementor-post__card .elementor-post__meta-data {
	border-top: 0 none!important;
	padding: 0!important;
}

.elementor-posts .elementor-post__card .elementor-post__badge {
/*	border: 1px solid gray;
	border-radius: 4px;
	margin: 0!important; */
	/* See below */
}

.elementor-posts .elementor-post__card .elementor-post__badges {
/*	height: 2rem; */
	margin-bottom: 0.5rem;
	line-height: 1.5;
}

.elementor-posts-top {
	counter-reset: top-posts;
}

.elementor-posts-top .elementor-post__card::before {
	content: counter(top-posts);
	counter-increment: top-posts;
	display: inline-block;
	position: absolute;
	height: 100px;
	width: 100px;
	top: 0em;
	margin-top: 0;
	margin-left: calc(50% - 50px);
	margin-right: calc(50% - 50px);
	border-radius: 50%;
	background-color: var(--e-global-color-20fa8cd);
	color: var(--e-global-color-text);
	text-align: center;
	font-size: 36px;
	font-weight: 900;
	line-height: 110px;
	z-index: 99;
}

.elementor-posts-top .elementor-post__card {
	padding-top: 50px;
}

.elementor-posts-list .elementor-post__card .elementor-post__text {
	margin-top: 0.25em;
}

.elementor-posts-list .elementor-post__card .elementor-post__title {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5em;
}

.elementor-posts-list .elementor-post__card .elementor-post__badge {
	font-size: 0.8rem;
}

@media (min-width: 576px) {
	.elementor-posts-hero article:first-of-type {
		grid-column: span 2;
	}
	
	.elementor-posts-hero article:first-of-type .elementor-post__title {
		margin-bottom: 0.75em;
	}

	.elementor-posts-hero article:first-of-type .elementor-post__title a{
		font-size: 44px!important;
	}

	.elementor-posts-hero article:first-of-type .elementor-post__card {
		overflow: visible;
	}

	.elementor-posts-hero article:first-of-type .elementor-post__thumbnail__link {
		float: right;
		width: calc(50% + 30px + 10vw);
		margin-left: 60px;
		margin-right: -12vw;
	}

	.elementor-posts-hero article:last-of-type {
		padding-top: 80px;
	}
}

/* Posts single page */

.single .elementor-widget-theme-post-title,
.single .elementor-widget-post-info,
.single .elementor-widget-post-excerpt,
.single .elementor-widget-theme-post-excerpt,
.single .elementor-widget-theme-post-content > div > * {
	margin: 1em 100px 1rem;
}
@media (max-width: 768px) {
	.single .elementor-widget-theme-post-title,
	.single .elementor-widget-post-info,
	.single .elementor-widget-post-excerpt,
	.single .elementor-widget-theme-post-excerpt,
	.single .elementor-widget-theme-post-content > div > * {
		margin: 1em 20px 1rem;
	}
}
.single .elementor-widget-theme-post-content > div > p:has(img),
.single .elementor-widget-theme-post-content > div > .wp-video {
	margin-left: 0;
	margin-right: 0;
}

.single .elementor-widget-theme-post-featured-image > div > img,
.single .elementor-widget-theme-post-content > div > p > img,
.single .elementor-widget-theme-post-content > div > figure {
	margin: 3em 0;
	width: 100%;
}

.single .elementor-widget-theme-post-content > div > figure > img {
	margin: 0;
	width: 100%;
}

.single .elementor-widget-theme-post-content > div > figure > .wp-caption-text {
	margin: 1em 0 2em;
}

.single .elementor-widget-post-info .elementor-post-info__terms-list > a,
.elementor-posts  .elementor-post__card .elementor-post__badge {
	display: inline-block;
	color: #333333!important;
	background-color: transparent;
	border: 1px solid #666666;
	border-radius: 6px;
	padding: 0.2em 0.66em 0.1em;
	line-height: 1.25;
	font-size: 0.75rem;
	margin: 0 0.5em 0.5em 0!important;
	right: unset!important;
	left: 0;
	position: relative!important;
	text-transform: uppercase;
}
/*
.single .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0;
	}
*/

/* 404 page */
.main-block-404 {
  display: flex;
  position: relative;
  width: 1466.666667px;
  margin: 110px auto 84px;
  z-index: 1;
}

.main-block-404 .main-block-404__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1000;
}

.main-block-404 .main-block-404__text-block {
  width: 933.333333px;
  margin: 100px auto 0;
  padding: 84px 133.333333px 100px;
  background: var(--e-global-color-e87fbf9);
}

.main-block-404 h1 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.main-block-404 h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.main-block-404 .main-block-404__links {
  display: flex;
  flex-wrap: wrap;
}

.main-block-404 .main-block-404__links a {
  margin-right: 66.666666px;
  margin-top: 8px;
  width: calc(50% - 66.666666px);
}

.main-block-404 .main-block-404__links a,
.main-block-404 .main-block-404__links a:hover,
.main-block-404 .main-block-404__links a:visited,
.main-block-404 .main-block-404__links a:active
{
  color: var(--e-global-color-text);
}

@media (max-width: 1599px) {

  .main-block-404 {
	width: 91.666667vw;
  }

  .main-block-404 .main-block-404__text-block {
	padding-left: 8.333333vw;
	padding-right: 8.333333vw;
	width: 58.333333vw;
  }

  .main-block-404 .main-block-404__links a {
	margin-right: 4.166667vw;
	margin-top: 4px;
	width: calc(50% - 4.166667vw);
  }
}

@media (max-width: 1439.98px) {

  .main-block-404 {
	margin-top: 98px;
	margin-bottom: 68px;
  }

  .main-block-404 .main-block-404__text-block {
	margin-top: 80px;
	padding-top: 68px;
	padding-bottom: 80px;
  }

  .main-block-404 h1 {
	font-size: 44px;
	line-height: 52px;
	font-weight: 900;
	margin-bottom: 18px;
  }

  .main-block-404 h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 900;
	margin-bottom: 18px;
  }
}

@media (max-width: 1024.98px) {

  .main-block-404 {
	margin-top: 82px;
	margin-bottom: 68px;
  }

  .main-block-404 .main-block-404__text-block {
	padding-top: 44px;
	padding-bottom: 56px;
	margin-top: 56px;
  }

  .main-block-404 h1 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 12px;
  }

  .main-block-404 h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 12px;
  }

}

@media (max-width: 599.98px) {
  .main-block-404 {
	width: 100%;
	margin-top: 24px;
  }

  .main-block-404 .main-block-404__text-block {
	width: 91.666667vw;
  }
}

.hom-blog-branding {
	display: inline-block;
	margin: 0;
	width: auto;
	padding: 0;
	font-weight: 700;
	line-height: 1em;
	color: #ffffff;
	background-color: #008BD0;
	z-index: 90;
}

.hom-blog-branding b {
	font-weight: 800;
}

.hom-blog-branding a {
	padding: 0.75em 1.5em;
	display: block;
}

/* 
 * Widgets formatting
 */
.elementor-widget-call-to-action .elementor-cta__content-item,
.elementor-widget-call-to-action .elementor-cta__button.elementor-button,
.elementor-widget-blockquote blockquote {
	color: var(--e-global-color-text);
	border-color: var(--e-global-color-text);
}
.elementor-widget-blockquote .elementor-blockquote__content {
	font-size: 1.5rem;
	line-height: 1.5;
}
.elementor-widget-blockquote .elementor-blockquote__author {
	font-weight: normal;
}

.elementor-widget-share-buttons .elementor-grid,
.elementor-widget-social-icons .elementor-grid, {
	display: grid;
	grid-auto-flow: column;
	justify-content: left!important;
}

/* Request a free demo landing pages checkboxes */

@media only screen and (max-width:759px) {
  .hom-contact-form .elementor-field-type-checkbox.elementor-col-100 .elementor-field-option {
      flex: 0 1 50% !important;
  }
}

@media only screen and (min-width:760px) and (max-width:1024px) {
  .hom-contact-form .elementor-field-type-checkbox.elementor-col-100 .elementor-field-option {
      flex: 0 1 33% !important;
  }
}

@media only screen and (min-width:1025px) {
  .hom-contact-form .elementor-field-type-checkbox.elementor-col-100 .elementor-field-option {
      flex: 0 1 25% !important;
  }
}

body.dialog-prevent-scroll {
	touch-action:none;
	pointer-events: none;
	height: 100vh;
	width: 100vw;
}

.dialog-type-lightbox .dialog-lightbox-widget-content {
	max-height: fill-available;
	max-height: -webkit-fill-available;
	overflow: hidden
}

/* Geek Talk Episode 1: 3D Scanning Basics hover watch video effects */

#watch_full_video_button .elementor-button:hover {
	cursor: pointer
}
#watch_full_video_icon img {
	cursor: pointer;
}

/* Partners with region filtering dropdowns */

.region_filter .col-lg-4 {	
	padding-right: 15px;	
}
.region_filter {
	display: flex;
	padding-bottom: 100px;
  justify-content: center;
}
.region_child,
.region_child_ {
	border: 0px;
	border-bottom: 2px solid black !important;
	border-radius: 0;
	color: black;
  -webkit-appearance: none;
	padding: 6px 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.3px;
}
.partners-list-item {
	/*justify-content: center;*/
	/*max-width: 900px;*/
	/*margin: auto;*/
	/*padding-top: 3rem;*/
}
@media screen and (max-width:768px) {
	.partners-list-item .partner-logo img {
		width: 50%;
	}
}
@media screen and (max-width:1024px) {
	.region_filter .col-lg-4 {
		width: 50%;	
	}
}
@media screen and (min-width:1025px) {
	.region_filter .col-lg-4 {
		width: 25%;	
	}
}
.region_filter .region_cat_menu:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  position: relative;
  font-size: 15px;
  top: 36px !important;
  left: 96%;
  transform: translateY(-50%);
pointer-events: none;
}
.region_filter .country_cat_menu:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
   position: relative;
  font-size: 15px;
  top: 36px !important;
  left: 96%;
  transform: translateY(-50%);
pointer-events: none;
}
@media (max-width: 580px) {
.country_cat_menu:before,
.region_cat_menu:before {
  left: 94% !important;
}
}

/* Card Based Layout - Base styles */

.div_cards .card {
  background: white;
  margin-bottom: 2em;
}
.div_cards .card a {
  color: #0F2DB3;
    text-decoration: none;
    font-weight: bold;
}
.div_cards .card-content {
  /*padding: 1.4em;*/
}
.div_cards .card-content h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: normal;
}
.div_cards .card-content p {
  font-size: 95%;
}
body .div_cards .partner-contact {
  padding:0px !important;
}
body .mainRegion_name {
	margin-bottom: 50px;
	font-size: 38px !important;
	font-weight: 600 !important;
}
body .filtered-posts h4:not(h4.mainRegion_name) {
  font-size:30px;font-weight:bold;
}
body .div_cards .partner-title {
	font-size: 18px !important;
	margin-bottom: 9px !important;
	margin-top: 18px !important;
}
body .div_cards .post_content_list {
  border-bottom:0px !important;margin-bottom:0px;
}

/* Flexbox stuff */

@media screen and (min-width: 40em) {
  .div_cards {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;   
    -ms-flex-pack: justify;   
    margin-top: -1em;
  }
  .div_cards .card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 calc(50% - 0.5em);
    -ms-flex: 0 1 calc(50% - 0.5em);
    flex: 0 1 calc(50% - 0.5em);
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 39.9em) {  
  .div_cards .card {
    margin-bottom: 0em;
  }
}
@media screen and (min-width: 60em) {
  .div_cards .div_cards {
    margin-top: inherit;
  }
  .div_cards .card {
    -webkit-flex: 0 1 calc(33% - 1em);
    -ms-flex: 0 1 calc(33% - 1em);
    flex: 0 1 calc(33% - 1em);
    margin-bottom: 2em;
  }
}
@media (max-width:768px) {
	.card.partners-list-item.post_content_list.div-col-lg-4 {
		padding-bottom: 0em !important;
		padding-top: 0em !important;
	}
	body .filtered-posts h4:not(h4.mainRegion_name) {
    margin-top: 30px;
}
}
/* Multiple Videos Elementor widget */

#videocat_list_selectbox_new {
	width:267px; 
	display: inline-block;
}
.multiple_videos_escen #videocat_list_selectbox_new {
  background-color: #f6f6f600;  
}
.multiple_videos_escen .elementor-swiper-button {
	transform: translateY(-300%) !important;
}
.multiple_videos_escen .elementor-escen-video-image img {
	width: 100% !important;
}
@media screen and (min-width: 1025px) {
  .multiple_videos_escen .elementor-swiper-button-inner {
    padding-left: 23px;
  }
}
@media screen and (max-width: 768px) {
	.multiple_videos_escen .elementor-swiper-button {
    display: none;
  }
}
@media (max-width:1024px) {
	.multiple_videos_escen .elementor-swiper-button {
		transform: translateY(-600%) !important;
	}
	.elementor-swiper-button {
		font-size: 15px !important;
	}
}
@media (min-width:576px) and (max-width:1024px) {
	.multiple_videos_escen .elementor-swiper-numbers {
	    margin-left: 20px !important;
	}
}

/* Multiple Videos Elementor widget dropdown */

.video_cat_list {
  -webkit-appearance: none;
  border: none;
  border-bottom: 2px solid black !important;
  border-radius: 0;
  color: black;
  padding: 0.5rem 0rem !important;
  letter-spacing: 0.3px;
  vertical-align: middle;
  font-family: inherit;
  font-size: 18px;
	line-height: 28px;
	font-weight: 400;
  background-color: white;
}

.styled-select:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  position: absolute;
  font-size: 15px;
  top: 50%;
  padding-bottom: 5px;
  right: 0px;
  transform: translateY(-50%);
  pointer-events: none;
  text-shadow: 0 0 3px rgb(0 0 0 / 30%);
  }

/* Multiple Videos Elementor widget arrows */

.elementor-swiper-button-prev {
  left: 0px;
}
.elementor-swiper-button-next {
  right: 0px;
}

/* Multiple Videos Elementor widget tooltip */

.tooltip {
  position: relative;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding-left:20px;
  vertical-align: middle;
}
.tooltiptext {
	margin-left: 20px;
}
@media (max-width:830px) {
  .tooltip .tooltiptext {
      visibility: hidden;
      width: 300px;
      background-color: white !important;
      color: #000 !important;
      border: 3px solid black;
      text-align: center;
      padding: 10px;
      position: absolute;
      z-index: 9999999999999999;
      bottom: 50px;
      right: -5px;
  }
  .tooltip .tooltiptext:after {
    content: " ";
    position: absolute;
    top: 100%;
    right: 6px;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: black #ffffff00 #ffffff00 #ffffff00;
  }
}
@media (min-width:831px) {
.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: white;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 9999999999999999;
	bottom: 2px;
  left: 40px;
  border: 1px solid black;
  font-size: 14px;
}
}

@media (min-width: 768px) and (max-width:820px) {
  .tooltiptext {
    font-size: 12px;
    margin-left: 10px;
  }
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip-information-image {
	width: 28px;
	vertical-align: middle;
}

/*Tooltip text replaces SVG icon*/
.tooltip-information-text {
  width: 30px;
  display: inline-block;
  font-size: 18px;
  border: 2px solid black;
  border-radius: 20px;
  height: 30px !important;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 600;
}

/*Hover effect on video widget*/
@media (min-width:767px) {
.elementor-escen-video-item:hover .elementor-escen-video-image-container {
	transform: scale(1.1);
	-webkit-transition: transform 1s;
	z-index: 4;
}
.elementor-escen-video-item:hover .elementor-escen-video-content-wrapper {
transform: translateY(+10px);
		-webkit-transition: transform 1s;
}
/*Restrore effect back to normal*/
.elementor-escen-video-image-container {
transition: transform 0.5s;	
}
}

/*Hide prev/next arrows when disabled*/
.swiper-button-disabled {
	display: none !important;
}

/*Video title*/
.elementor-escen-video-item h4 {
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 24px !important;
    letter-spacing: 1px !important;
}

/*Find a dealer*/
.region_child:focus,
.region_child_:focus,
.video_cat_list:focus {
	outline: none !important;
	border-bottom: 1px solid #8c8c8c;
}
.partner-contact {
	margin-right: 20px;
}

/*Responsive - Change z index of two icons on bottom*/
@media (max-width:1024px) {
  .usercentrics-button.uc-button-bl .uc-privacy-button-wrapper {
    z-index: 9 !important;
  }
  #section-quickcontact {
    z-index: 9 !important;
  }
  /*Language switcher always visible on bottom*/
  #mobile-menu-section {
    height: calc(100vh - 100px) !important;
  }
  }
  /*MObile align gray icon with blue one*/
@media (max-width: 640px) {
  #uc-btn-open-main-corner-modal {
    bottom: 45px !important;
    }
  }
@media (min-width: 641px) {
  #uc-btn-open-main-corner-modal {
    width: 48px !important;
    height: 48px !important;
    bottom: 49px !important;
    }
  }

/*Replace classic dropdown with new*/

/*Language Switcher*/

.wpml-ls-legacy-dropdown-click a span:hover {
  border-bottom: 1px solid black;
}

.elementor-escen-taxonomy-search__tax,
.elementor-select-wrapper {
  position: relative;
  }
  
/*Hide original SELECT element: */
  .elementor-escen-taxonomy-search__tax select,
.elementor-select-wrapper select {
  display: none;
}
  
.select-selected {
  background-color: white;
  width: 100% ;
}
  
/* Style the arrow inside the select element: */
.select-selected:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078" !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  border: none !important;
  position: absolute !important;
  top: 50%;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
  transition: none;
  transform: translateY(-50%);
  color: var(--e-global-color-text);
  margin-top: -2px;
}
  
/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  /*top: 7px;*/
}
  
/* style the items (options), including the selected item: */
.select-items span,.select-selected {
  color: #000000;
  margin: 6px 20px;
  border: 1px solid transparent;
  /*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
  cursor: pointer;
  width: 100%;
  display: flex;
  font-family: 'FrutigerNextHOM', sans-serif;
}

.select-items span  {
	width: fit-content !important;
}
  
/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #F8F8F8;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
  
/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items span:hover, .same-as-selected {
  /*border-bottom: 1px solid #000000;*/
  /*width: fit-content;*/
  text-decoration: underline;
  text-underline-offset: 5px;
}
/*extra stylinng*/
.elementor-escen-taxonomy-search__tax::after,
.elementor-select-wrapper::after {
    display: none;
}

/*Find a dealer and contact new dropdowns*/

.elementor-select-wrapper {
  border-bottom: 2px solid black;
}

.select-selected {
  margin: 4px 0px !important;
}

.select-caret-down-wrapper {
  display: none;
}

/*Remove underline from events page register buttonm*/
.nextEvent-info-register {
	text-decoration: none !important;
}

/*Fix blog search filters*/
.elementor-escen-taxonomy-search__tax .select-items {
	width: max-content !important;
}

.elementor-escen-taxonomy-search__tax .select-selected {
  margin: 6px 20px !important;
}

/*Fix arrows in sessions page*/
@media (min-width: 992px) {
  .sessions-video-widget .elementor-swiper-numbers {
  padding-left: 36px !important;
  padding-right: 36px !important;

}
}

/*Products video widget arrows*/
@media (min-width: 576px) and (max-width: 1024px){
  .multiple_videos_escen .elementor-swiper-numbers {
  margin-right: 20px !important;
}
}

/*Video widget arrow in dropdown*/
.video_cat_list_selectbox:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  top: 25px !important;
  padding-bottom: 5px;
  left: 250px;
  transform: translateY(-50%);
  pointer-events: none;
}

/*Blog archive pagination numbers*/
.elementor-page-13889 .elementor-pagination,
.elementor-page-20583 .elementor-pagination {
	font-size: 18px;
	padding-top: 30px;
}
/*Full width layout video popup on mobi;e*/
@media (orientation: landscape) {
.elementor-escen-video-popup {
		width: 100% !important;
		margin: unset !important;
	  padding: 0px 0 0 0 !important;
	}
}
/*Fix Language Switcher in menu on mobile device*/
/*Responsive - Change z inder of two icons on bottom*/
@media (max-width:1024px) {
.usercentrics-button.uc-button-bl .uc-privacy-button-wrapper {
	z-index: 9 !important;
}
#section-quickcontact {
	z-index: 9 !important;
}
/*Language switcher always visible on bottom*/
#mobile-menu-section {
	    height: calc(100vh - 100px) !important;
}
}
/*Mobile align gray icon with blue one*/
@media (max-width: 640px) {
	#uc-btn-open-main-corner-modal {
		bottom: 45px !important;
	}
}
@media (min-width: 641px) {
	#uc-btn-open-main-corner-modal {
		width: 48px !important;
		height: 48px !important;
		bottom: 49px !important;
	}
}
/*Fix blog search filters*/
.elementor-escen-taxonomy-search__tax .select-items {
	width: max-content !important;
}

/*Hide not needed arrows and counter from Elementor video widget*/
.disable-counter-and-arrows {
	display: none;
}

/*Sticky menu*/
@media (max-width: 1024.98px) {
  #secondaryMenu.secondary-menu-sticky {
    /*top: 50px !important;*/
  }
  .elementor-333 .elementor-element.elementor-element-0340686 {
    padding: 40px 0px 10px 0px !important;
  }
}
#mainMenu .menu-item-has-children.is-active > ul.sub-menu {
  top: 100px !important;
}
.top-bar-sub-sticky-menu {
  display: none !important;
}
@media (orientation: landscape) {
  .elementor-escen-video-popup {
    width: 100% !important;
    margin: unset !important;
  }
}
@media (max-width:1024px) {
  .disable-desk {
    top: 0px !important;
  }
}
@media (min-width:1025px) {
  .disable-desk {
    top: 60px !important;
  }
}
@media (max-width:1024px) {
  .enable-desk {
    top: 50px !important;
    animation: smoothScroll 1s forwards;
  }
}
@media (min-width:1025px) {
  .enable-desk {
    top: 160px !important;
    animation: smoothScroll 1s forwards;
  }
}
.disable-sub {
  top: 0px !important;
  }
.enable-sub {
  /* top: 100px !important; */
  top: 63px !important;
  animation: smoothScroll 0.5s forwards;
}
.scroll-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
    0% {
      transform: translateY(-100px);
    }
    100% {
      transform: translateY(0px);
    }
}
.scroll-down {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: smoothScrolls 1s forwards !important;
}
@keyframes smoothScrolls {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-100px);
  }
}
/*Youtube embed height in popups*/
@media (min-width:780px) {
  .fancybox-slide.fancybox-slide--html.fancybox-slide--current.fancybox-slide--complete {
    padding-top: 3% !important;
  }
}
@media (orientation: landscape) {
  .elementor-escen-video-popup {
    padding: 35px 0 0 0 !important;
  }
}