@charset "UTF-8";
.elementor {
  overflow: hidden;
}

@media (max-width: 559px) {
  body {
    hyphens: auto;
  }
}
.elementor .elementor-widget-image a img[src$=".svg"] {
  width: 100%;
}

.widget-image-caption:not(:empty) {
  margin-top: 20px;
}

.inner-content-section {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  overflow: hidden !important;
}
@media (min-width: 1320px) {
  .inner-content-section {
    padding-left: 6vw !important;
    padding-right: 6vw !important;
  }
}

.content-padding-right {
  padding-right: 2rem !important;
  overflow: hidden !important;
}
@media (min-width: 1320px) {
  .content-padding-right {
    padding-right: 20% !important;
  }
}

.content-padding-left {
  padding-left: 2rem !important;
  overflow: hidden !important;
}
@media (min-width: 1320px) {
  .content-padding-left {
    padding-left: 20% !important;
  }
}

.elementor .highlight {
  color: var(--e-global-color-primary);
  font-weight: 500;
}
.elementor .intro-text,
.elementor .intro-text a,
.elementor .intro-text a:hover {
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1.45em;
  font-weight: 400;
}
.elementor .small-text,
.elementor .small-text a {
  font-size: 1rem;
}

.elementor .no-margin {
  margin-bottom: 0 !important;
}
.elementor .no-margin h1,
.elementor .no-margin h2,
.elementor .no-margin h3,
.elementor .no-margin h4,
.elementor .no-margin h5,
.elementor .no-margin h6,
.elementor .no-margin p,
.elementor .no-margin a {
  margin-bottom: 0;
}

.image-object-fit,
.image-object-fit > .elementor-widget-container,
.image-object-fit > .elementor-widget-container .elementor-image {
  height: 100%;
}

.image-object-fit img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.elementor .white-text h1,
.elementor .white-text h2,
.elementor .white-text h3,
.elementor .white-text h4,
.elementor .white-text h5,
.elementor .white-text h6,
.elementor .white-text p,
.elementor .white-text li,
.elementor .white-text i {
  color: #ffffff !important;
}
.elementor .white-text p {
  font-weight: 400;
}
.elementor .white-text a:not(.elementor-button) {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.elementor .white-text .elementor-element.elementor-widget-button.button-outline .elementor-button {
  border: 2px solid #ffffff;
  background-color: transparent;
}
.elementor .white-text .elementor-element.elementor-widget-button.button-outline .elementor-button .elementor-button-text {
  color: #ffffff;
}
.elementor .white-text .elementor-element.elementor-widget-button.button-outline .elementor-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.elementor .white-text .elementor-element.elementor-widget-button.button-outline .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-text);
}
.elementor .white-text .elementor-element.elementor-widget-button.elementor-button-info .elementor-button .elementor-button-text {
  color: #ffffff;
  text-transform: none;
  font-size: 1.375rem;
}
.elementor .white-text .elementor-element.elementor-widget-button.elementor-button-info .elementor-button .elementor-button-text::after {
  background-color: #ffffff;
}
ol {
  padding-left: 1.25em !important;
}
ol li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 0.25em;
}
ol li::marker {
  color: var(--e-global-color-primary);
  font-weight: 600;
}

.bullet-list ul,
.check-list ul,
.highlight-list ul,
.cancel-list ul {
  list-style: none;
  padding-left: 0;
}
.bullet-list ul li,
.check-list ul li,
.highlight-list ul li,
.cancel-list ul li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
.bullet-list ul li::before,
.check-list ul li::before,
.highlight-list ul li::before,
.cancel-list ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.1em;
}

.bullet-list ul li {
  padding-left: 1.5rem;
}
.bullet-list ul li::before {
  background-color: var(--e-global-color-primary);
  height: 0.375em;
  width: 0.375em;
  top: 0.5em;
  left: 0.25em;
}

.check-list ul li {
  padding-left: 1.875rem;
  margin-bottom: 0.75em;
}
.check-list ul li::before {
  height: 0.75em;
  width: 1em;
  top: 0;
  border-bottom: 3px solid var(--e-global-color-primary);
  border-left: 3px solid var(--e-global-color-primary);
  transform: rotate(-45deg);
}

.highlight-list {
  margin-bottom: 0 !important;
}
.highlight-list ul {
  margin-bottom: 0 !important;
}
.highlight-list ul li {
  padding-left: 2.25rem;
  margin-bottom: 0.125em;
  line-height: 1.2em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.highlight-list ul li::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2026/05/alphatronics_check.svg);
  position: absolute;
  top: -0.25rem;
  left: -0.625rem;
}

.cancel-list {
  margin-bottom: 0 !important;
}
.cancel-list ul {
  margin-bottom: 0 !important;
}
.cancel-list ul li {
  padding-left: 2.25rem;
  margin-bottom: 0.125em;
  line-height: 1.2em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.cancel-list ul li::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2026/05/alphatronics_x.svg);
  position: absolute;
  top: -0.25rem;
  left: -0.625rem;
}

@media (max-width: 1023px) {
  .text-shadow {
    padding: 2rem !important;
    background-color: rgba(255, 255, 255, 0.6);
    max-width: fit-content;
    display: inline-block;
  }
  .text-shadow .elementor-widget-heading {
    width: fit-content;
    display: inline-block;
    display: inline-block;
    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white, 10px 10px 20px white, -10px -10px 20px white;
  }
  .text-shadow .elementor-widget-heading * {
    display: inline-block;
  }
}

.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item {
  border-bottom: 2px solid var(--e-global-color-primary);
  margin-bottom: 1rem;
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
}
.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item a {
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between !important;
  align-items: flex-end;
  line-height: 1.25em;
}
.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-icon {
  margin-bottom: 0.25em;
  fill: var(--e-global-color-primary);
}
.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item a:hover .elementor-icon-list-icon {
  fill: var(--e-global-color-text);
  transform: translateY(-0.5rem);
  transition: 500ms ease-in-out;
  animation: download 1000ms infinite;
}
@keyframes download {
  0% {
    margin-bottom: 0.25em;
  }
  50% {
    margin-bottom: -0.25em;
  }
  100% {
    margin-bottom: 0.25em;
  }
}

.icon-teaser-container .icon-teaser-item .elementor-widget-heading {
  hyphens: auto;
}
.icon-teaser-container .icon-teaser-item .icon-teaser-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 150px;
}
.hero-container::before {
  filter: blur(5);
}
.hero-container .hero-container--content {
  padding-left: 2rem !important;
}
@media (min-width: 1320px) {
  .hero-container .hero-container--content {
    padding-left: 6vw !important;
  }
}

.small-square-teaser-container .square-teaser .square-teaser--image {
  aspect-ratio: 5/3;
}
@media (min-width: 1024px) {
  .small-square-teaser-container .square-teaser .square-teaser--image {
    aspect-ratio: 1;
  }
}

.elementor {
  font-size: 1.25rem;
}
.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4,
.elementor h5,
.elementor h6 {
  margin-top: 0;
  letter-spacing: 0.035em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.elementor h1 {
  font-size: clamp(2.625rem, 3.2vw, 3rem);
  margin-bottom: 0em;
}
.elementor .h1 h1,
.elementor .h1 h2,
.elementor .h1 h3,
.elementor .h1 h4,
.elementor .h1 h5,
.elementor .h1 h6,
.elementor .h1 p {
  font-size: clamp(2.625rem, 3.2vw, 3rem);
  margin-bottom: 0em;
  color: var(--e-global-color-primary);
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--e-global-typography-primary-font-family);
}
.elementor h2 {
  font-size: clamp(2.625rem, 3.2vw, 3rem);
  margin-bottom: 0em;
}
.elementor .h2 h1,
.elementor .h2 h2,
.elementor .h2 h3,
.elementor .h2 h4,
.elementor .h2 h5,
.elementor .h2 h6,
.elementor .h2 p {
  font-size: clamp(2.625rem, 3.2vw, 3rem);
  margin-bottom: 0em;
  color: var(--e-global-color-primary);
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--e-global-typography-primary-font-family);
}
.elementor .small-h2 h1,
.elementor .small-h2 h2,
.elementor .small-h2 h3,
.elementor .small-h2 h4,
.elementor .small-h2 h5,
.elementor .small-h2 h6,
.elementor .small-h2 p {
  color: var(--e-global-color-primary);
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--e-global-typography-primary-font-family);
  font-size: clamp(2rem, 2.4vw, 2.25rem);
}
.elementor h3 {
  font-size: clamp(1.75rem, 2.13vw, 2rem);
}
.elementor .h3 h1,
.elementor .h3 h2,
.elementor .h3 h3,
.elementor .h3 h4,
.elementor .h3 h5,
.elementor .h3 h6,
.elementor .h3 p {
  font-size: clamp(1.75rem, 2.13vw, 2rem);
  color: var(--e-global-color-secondary);
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--e-global-typography-primary-font-family);
}
.elementor h4 {
  font-size: clamp(1.75rem, 2.13vw, 2rem);
}
.elementor .h4 h1,
.elementor .h4 h2,
.elementor .h4 h3,
.elementor .h4 h4,
.elementor .h4 h5,
.elementor .h4 h6,
.elementor .h4 p {
  font-size: clamp(1.75rem, 2.13vw, 2rem);
  font-family: var(--e-global-typography-text-font-family);
  color: var(--e-global-color-primary);
  font-weight: 400;
  text-transform: none;
}
.elementor h5 {
  font-size: clamp(1.5rem, 1.86vw, 1.75rem);
}
.elementor .h5 h1,
.elementor .h5 h2,
.elementor .h5 h3,
.elementor .h5 h4,
.elementor .h5 h5,
.elementor .h5 h6,
.elementor .h5 p {
  font-size: clamp(1.5rem, 1.86vw, 1.75rem);
  color: var(--e-global-color-secondary);
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--e-global-typography-primary-font-family);
}
.elementor h6 {
  font-size: clamp(1.5rem, 1.86vw, 1.75rem);
}
.elementor .h6 h1,
.elementor .h6 h2,
.elementor .h6 h3,
.elementor .h6 h4,
.elementor .h6 h5,
.elementor .h6 h6,
.elementor .h6 p {
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  color: var(--e-global-color-secondary);
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--e-global-typography-primary-font-family);
}
.elementor p,
.elementor a,
.elementor a:hover,
.elementor i,
.elementor li,
.elementor label,
.elementor .elementor-button {
  letter-spacing: 0.015em;
  line-height: 1.4em;
  font-size: 1.25rem;
  font-weight: 400;
}
.elementor p,
.elementor label {
  margin-bottom: 0.75em;
}
.elementor b,
.elementor strong {
  font-weight: 700;
}
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  margin-bottom: 2em;
}
.elementor .elementor-widget-text-editor ol {
  padding-left: 2rem;
}
.elementor .elementor-posts .elementor-post__title a,
.elementor .elementor-posts .elementor-post__title a:hover,
.elementor .elementor-posts .elementor-post__read-more:hover {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.elementor .elementor-posts .elementor-post__read-more,
.elementor .elementor-posts .elementor-post__read-more:hover {
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
}

.elementor-button {
  border-radius: 0;
}

.elementor-element.elementor-widget-button .elementor-button .elementor-button-content-wrapper {
  align-items: center;
}
.elementor-element.elementor-widget-button .elementor-button .elementor-button-text {
  text-transform: uppercase;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.elementor-element.elementor-widget-button.button-secondary .elementor-button {
  background-color: var(--e-global-color-secondary);
}
.elementor-element.elementor-widget-button.button-secondary .elementor-button:hover {
  background-color: var(--e-global-color-primary);
}
.elementor-element.elementor-widget-button.button-outline .elementor-button {
  border: 2px solid var(--e-global-color-primary);
  background-color: transparent;
}
.elementor-element.elementor-widget-button.button-outline .elementor-button .elementor-button-text {
  color: var(--e-global-color-primary);
}
.elementor-element.elementor-widget-button.button-outline .elementor-button:hover {
  background-color: var(--e-global-color-primary);
}
.elementor-element.elementor-widget-button.button-outline .elementor-button:hover .elementor-button-text {
  color: #ffffff;
}
.elementor-element.elementor-widget-button.elementor-button-info .elementor-button {
  padding: 0;
  background-color: transparent;
}
.elementor-element.elementor-widget-button.elementor-button-info .elementor-button .elementor-button-text {
  color: var(--e-global-color-primary);
  line-height: 1rem;
}
.elementor-element.elementor-widget-button.elementor-button-info .elementor-button .elementor-button-text::after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-left: 0.25rem;
  background-color: var(--e-global-color-primary);
  -webkit-mask: url("/wp-content/uploads/2026/03/link-arrow-to-right.svg") no-repeat center;
  mask: url("/wp-content/uploads/2026/03/link-arrow-to-right.svg") no-repeat center;
  transition: all 500ms ease-in-out;
}
.elementor-element.elementor-widget-button.elementor-button-info .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-secondary);
}
.elementor-element.elementor-widget-button.elementor-button-info .elementor-button:hover .elementor-button-text::after {
  transition: all 500ms ease-in-out;
  animation: arrow-animation 1000ms infinite;
}
@keyframes arrow-animation {
  0% {
    margin-left: 0.25rem;
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    margin-left: 1.5rem;
    opacity: 0;
  }
}

.elementor-widget-form .elementor-field-group {
  margin-bottom: 1.5rem !important;
}
.elementor-widget-form .elementor-field-group label {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.5em;
}
.elementor-widget-form .elementor-field-group .elementor-field-option label,
.elementor-widget-form .elementor-field-group .elementor-acceptance-field + label {
  color: inherit;
  text-transform: inherit;
  font-size: 1.25rem !important;
  font-weight: 400;
}
.elementor-widget-form .elementor-field-group input,
.elementor-widget-form .elementor-field-group textarea,
.elementor-widget-form .elementor-field-group select {
  background-color: rgba(255, 255, 255, 0.6) !important;
  font-size: 1.25rem !important;
  padding: 1rem 0.75rem !important;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid var(--e-global-color-primary);
}
.elementor-widget-form .e-form__buttons {
  display: flex;
  justify-content: center;
}
.elementor-widget-form .elementor-field-type-submit {
  width: unset !important;
  min-width: 350px;
}
.elementor-widget-form .elementor-field-type-submit .elementor-button {
  padding: 0.5em 1em;
  background-color: var(--e-global-color-primary) !important;
  text-transform: uppercase;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.elementor-widget-form .elementor-field-type-submit .elementor-button:hover {
  background-color: var(--e-global-color-secondary) !important;
}

@media (min-width: 768px) {
  .e-loop-item > .elementor-element {
    height: 100%;
  }
  .e-loop-item > .elementor-element > .e-con-inner .e-loop-item_content {
    height: 100%;
    justify-content: space-between;
  }
}

ol {
  padding-left: 1.25em !important;
}
ol li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 0.25em;
}
ol li::marker {
  color: var(--e-global-color-primary);
  font-weight: 600;
}

.bullet-list ul,
.check-list ul,
.highlight-list ul,
.cancel-list ul {
  list-style: none;
  padding-left: 0;
}
.bullet-list ul li,
.check-list ul li,
.highlight-list ul li,
.cancel-list ul li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
.bullet-list ul li::before,
.check-list ul li::before,
.highlight-list ul li::before,
.cancel-list ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.1em;
}

.bullet-list ul li {
  padding-left: 1.5rem;
}
.bullet-list ul li::before {
  background-color: var(--e-global-color-primary);
  height: 0.375em;
  width: 0.375em;
  top: 0.5em;
  left: 0.25em;
}

.check-list ul li {
  padding-left: 1.875rem;
  margin-bottom: 0.75em;
}
.check-list ul li::before {
  height: 0.75em;
  width: 1em;
  top: 0;
  border-bottom: 3px solid var(--e-global-color-primary);
  border-left: 3px solid var(--e-global-color-primary);
  transform: rotate(-45deg);
}

.highlight-list {
  margin-bottom: 0 !important;
}
.highlight-list ul {
  margin-bottom: 0 !important;
}
.highlight-list ul li {
  padding-left: 2.25rem;
  margin-bottom: 0.125em;
  line-height: 1.2em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.highlight-list ul li::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2026/05/alphatronics_check.svg);
  position: absolute;
  top: -0.25rem;
  left: -0.625rem;
}

.cancel-list {
  margin-bottom: 0 !important;
}
.cancel-list ul {
  margin-bottom: 0 !important;
}
.cancel-list ul li {
  padding-left: 2.25rem;
  margin-bottom: 0.125em;
  line-height: 1.2em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.cancel-list ul li::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2026/05/alphatronics_x.svg);
  position: absolute;
  top: -0.25rem;
  left: -0.625rem;
}

.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item {
  border-bottom: 2px solid var(--e-global-color-primary);
  margin-bottom: 1rem;
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
}
.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item a {
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between !important;
  align-items: flex-end;
  line-height: 1.25em;
}
.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-icon {
  margin-bottom: 0.25em;
  fill: var(--e-global-color-primary);
}
.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item a:hover .elementor-icon-list-icon {
  fill: var(--e-global-color-text);
  transform: translateY(-0.5rem);
  transition: 500ms ease-in-out;
  animation: download 1000ms infinite;
}
@keyframes download {
  0% {
    margin-bottom: 0.25em;
  }
  50% {
    margin-bottom: -0.25em;
  }
  100% {
    margin-bottom: 0.25em;
  }
}

ul.quick-download-list {
  list-style: none;
  padding-left: 0;
}
ul.quick-download-list li {
  position: relative;
}
ul.quick-download-list li a {
  border-bottom: 2px solid var(--e-global-color-primary);
  margin-bottom: 1rem;
  margin-top: 0 !important;
  padding: 0 0.5rem 0.5rem 0.375rem;
  display: flex;
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  line-height: 1.25;
  justify-content: space-between;
}
ul.quick-download-list li a::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/wp-content/uploads/2026/06/download3_primary.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  display: inline-block;
}
ul.quick-download-list li a:hover {
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  line-height: 1.25;
}

.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  justify-content: space-between;
}
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text {
  font-size: clamp(1.5rem, 1.86vw, 1.75rem);
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
}
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  position: relative;
  width: 1.5em;
  height: 1.5em;
}
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened,
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed {
  display: none !important;
}
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon::before, .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon::after {
  content: "";
  width: 1.5em;
  height: 2px;
  display: block;
  background-color: var(--e-global-color-text);
  position: absolute;
  transition: all 250ms;
}
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon::after {
  rotate: 90deg;
  transition: all 500ms;
}
.e-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon::after {
  rotate: 180deg;
  transition: all 500ms;
}

.same-height .swiper.elementor-loop-container .swiper-wrapper .swiper-slide > .elementor-element > .e-con-inner > .elementor-element {
  height: 100%;
}
.same-height .swiper.elementor-loop-container .swiper-wrapper .swiper-slide > .elementor-element > .e-con-inner > .elementor-element img {
  height: 100%;
  object-fit: cover;
}
.same-height .swiper.elementor-loop-container.max-height .swiper-wrapper .swiper-slide > .elementor-element > .e-con-inner > .elementor-element img {
  max-height: 50vh;
}

.gallery {
  display: flex;
}
.gallery .gallery-item {
  align-self: stretch;
}
.gallery .gallery-item .gallery-icon {
  height: 100%;
  display: block;
  position: relative;
  background-color: #000000;
  overflow: hidden;
}
.gallery .gallery-item .gallery-icon img {
  transition: all 500ms ease-in-out;
}
.gallery .gallery-item .gallery-icon::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  color: white;
  font-size: 24px;
  padding: 10px;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-shadow: 0 0 10px var(--e-global-color-text);
}
.gallery .gallery-item .gallery-icon:hover img {
  opacity: 0.75;
  scale: 1.1;
  transition: all 500ms ease-in-out;
}

.elementor-widget-image-carousel.carousel-logos .swiper-slide {
  padding: 0 1rem;
}
.elementor-widget-image-carousel.carousel-logos .swiper-slide figure {
  aspect-ratio: 1/1;
  border: 1px solid lightgray;
  align-content: center;
  padding: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}

.elementor-widget-breadcrumbs #breadcrumbs span,
.elementor-widget-breadcrumbs #breadcrumbs a {
  font-size: 1rem;
}
.elementor-widget-breadcrumbs #breadcrumbs span {
  color: var(--e-global-color-secondary);
  font-weight: 400;
}
.elementor-widget-breadcrumbs #breadcrumbs a {
  color: var(--e-global-color-primary);
  font-weight: 500;
}

.elementor-location-header .elementor-menu-toggle {
  padding: 0;
}
@media (max-width: 1023px) {
  .elementor-location-header .meta-container .elementor-icon-wrapper .elementor-icon svg {
    height: 36px !important;
    width: 36px !important;
  }
  .elementor-location-header .nav-container .elementor-icon-wrapper .elementor-icon svg {
    height: 32px !important;
    width: 32px !important;
  }
}
@media (max-width: 767px) {
  .elementor-location-header .meta-container {
    order: 3;
    width: 50%;
  }
  .elementor-location-header .nav-container {
    width: 50%;
    order: 2;
  }
  .elementor-location-header .nav-container .meta-menu {
    opacity: 0;
  }
}
@media (max-width: 599px) {
  .elementor-location-header .nav-container {
    width: 30%;
  }
  .elementor-location-header .nav-container .elementor-widget-heading {
    display: none;
  }
  .elementor-location-header .meta-container {
    width: 70%;
  }
}
.elementor-location-header .elementor-nav-menu--dropdown:not(.sub-menu) {
  margin-top: 0.5rem;
  padding: 2rem 0;
}
.elementor-location-header .elementor-nav-menu--dropdown:not(.sub-menu) .sub-menu {
  background-color: transparent !important;
  margin-top: 20px !important;
}
@media (max-width: 767px) {
  .elementor-location-header .logo-container {
    width: 100%;
    order: 1;
    margin-bottom: 1rem;
  }
}
.elementor-location-header .elementor-sticky {
  transition: all 500ms ease-in-out;
  min-width: 100%;
  z-index: 10 !important;
}
.elementor-location-header .elementor-sticky .nav-container,
.elementor-location-header .elementor-sticky .logo-container {
  transition: all 500ms ease-in-out;
}
.elementor-location-header .elementor-sticky.elementor-sticky--effects {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023px) {
  .elementor-location-header .elementor-sticky > .e-con-inner > .elementor-element {
    flex-wrap: nowrap !important;
  }
  .elementor-location-header .elementor-sticky .elementor-nav-menu__container {
    position: absolute;
    top: 55px;
    right: 0;
    min-width: 350px;
  }
}

@media (max-width: 767px) {
  .elementor-location-footer .footer-content > .elementor-element {
    max-width: 360px;
  }
}
.elementor-location-footer .footer-content > .elementor-element:not(.footer-menu-container) {
  flex-basis: 100% !important;
  width: 100% !important;
}
@media (min-width: 1024px) {
  .elementor-location-footer .footer-content > .elementor-element:not(.footer-menu-container) {
    flex-basis: 20% !important;
  }
}
.elementor-location-footer h5 {
  font-size: 1.25rem;
  color: var(--e-global-color-secondary) !important;
  line-height: 1.5;
  letter-spacing: 0.015em;
  font-weight: 700 !important;
}
.elementor-location-footer .footer-meta-container > .elementor-element {
  max-width: 360px;
}
.elementor-location-footer .footer-menu-container {
  flex-basis: 100% !important;
  width: 100% !important;
}
@media (min-width: 1024px) {
  .elementor-location-footer .footer-menu-container {
    flex-basis: 60% !important;
  }
}
.elementor-location-footer .footer-menu-container .elementor-nav-menu {
  max-width: 100% !important;
  width: 100% !important;
  display: flex;
  column-gap: 1rem !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.elementor-location-footer .footer-menu-container .elementor-nav-menu::after {
  display: none;
}
.elementor-location-footer .footer-menu-container .elementor-nav-menu .menu-item {
  display: flex;
  min-width: max-content;
  flex-direction: column;
}
.elementor-location-footer .footer-menu-container .elementor-nav-menu .menu-item.no-footer-item {
  display: none;
}
.elementor-location-footer .footer-menu-container .elementor-nav-menu .menu-item .elementor-item {
  font-weight: 700;
  margin-bottom: 0em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
}
.elementor-location-footer .footer-menu-container .elementor-nav-menu .menu-item .elementor-item:hover {
  margin-bottom: 0em;
  line-height: 1.5;
}
.elementor-location-footer .footer-menu-container .elementor-nav-menu .menu-item .elementor-item.has-submenu .sub-arrow {
  display: none;
}
@media (max-width: 767px) {
  .elementor-location-footer .footer-menu-container .elementor-nav-menu .menu-item.menu-item-has-children {
    flex-basis: 100% !important;
  }
}
.elementor-location-footer .footer-menu-container .elementor-nav-menu .elementor-nav-menu--dropdown {
  display: block !important;
  position: relative;
  top: 0 !important;
  background-color: transparent !important;
  margin-bottom: 1rem;
  width: 100%;
}
.elementor-location-footer .footer-menu-container .elementor-nav-menu .elementor-nav-menu--dropdown .menu-item .elementor-sub-item {
  margin-bottom: 0em;
  line-height: 1.75;
  color: var(--e-global-color-text);
  padding: 0;
  border-left: 0;
  display: block;
}
.elementor-location-footer .footer-menu-container .elementor-nav-menu .elementor-nav-menu--dropdown .menu-item .elementor-sub-item:hover, .elementor-location-footer .footer-menu-container .elementor-nav-menu .elementor-nav-menu--dropdown .menu-item .elementor-sub-item.elementor-item-active {
  background-color: transparent;
  color: var(--e-global-color-primary);
}
.elementor-location-footer .elementor-social-icons-wrapper.elementor-grid {
  display: flex;
  justify-content: space-between;
}
.elementor-location-footer .elementor-social-icons-wrapper.elementor-grid .elementor-icon,
.elementor-location-footer .elementor-social-icons-wrapper.elementor-grid .elementor-icon:hover {
  font-size: 1rem;
}
.elementor-location-footer .footer-sub-menu .menu-item:last-of-type .elementor-item, .elementor-location-footer .footer-sub-menu .menu-item.last-menu-item .elementor-item {
  padding-right: 0 !important;
}
.elementor-location-footer .footer-sub-menu .menu-item:first-of-type .elementor-item, .elementor-location-footer .footer-sub-menu .menu-item.first-menu-item .elementor-item {
  padding-left: 0 !important;
}
.elementor-location-footer .footer-sub-menu .menu-item .elementor-item {
  font-weight: 400 !important;
}
.elementor-location-footer .e-flex.sticky-menu {
  z-index: 3;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: visible;
}
@media (min-width: 1024px) {
  .elementor-location-footer .e-flex.sticky-menu {
    width: auto;
    bottom: 45%;
    left: 100%;
  }
}
.elementor-location-footer .e-flex.sticky-menu > .e-con-inner {
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media (min-width: 1024px) {
  .elementor-location-footer .e-flex.sticky-menu > .e-con-inner {
    width: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.elementor-location-footer .e-flex.sticky-menu .elementor-widget-button {
  flex-basis: 33.3333333333%;
  flex-grow: 1;
}
.elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button {
  padding: 1rem 1.5rem 1rem 1rem;
  height: 4rem;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 1024px) {
  .elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button {
    transform: translateX(-3.75rem);
    width: 300px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button:hover {
    transform: translateX(-250px);
  }
}
.elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button .elementor-button-content-wrapper {
  gap: 1.125rem !important;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button .elementor-button-content-wrapper {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
  font-size: 2rem !important;
}

.menu-popup .dialog-close-button {
  width: 48px;
  height: 48px;
  background-image: url(/wp-content/uploads/2026/03/menu-close_blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  right: auto;
  left: 2.25rem;
  top: 2.25rem !important;
}
.menu-popup .dialog-close-button svg {
  display: none;
}
.menu-popup .elementor-location-popup > .elementor-element > .e-con-inner {
  padding-top: 8rem;
}
.menu-popup .menu-item .elementor-item:hover, .menu-popup .menu-item .elementor-item:active, .menu-popup .menu-item .elementor-item.elementor-item-active,
.menu-popup .menu-item .elementor-sub-item:hover,
.menu-popup .menu-item .elementor-sub-item:active,
.menu-popup .menu-item .elementor-sub-item.elementor-item-active {
  background-color: transparent !important;
  color: var(--e-global-color-text) !important;
}
.menu-popup .menu-item.current-menu-item .elementor-sub-item {
  background-color: transparent;
}
.menu-popup .menu-item .elementor-item {
  font-size: clamp(1.5rem, 1.86vw, 1.75rem);
  margin-bottom: 0em;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
}
.menu-popup .menu-item .elementor-item:hover {
  font-size: clamp(1.5rem, 1.86vw, 1.75rem);
  margin-bottom: 0em;
  line-height: 1.5;
}
.menu-popup .menu-item .elementor-item:hover, .menu-popup .menu-item .elementor-item:focus-within, .menu-popup .menu-item .elementor-item:focus, .menu-popup .menu-item .elementor-item:active, .menu-popup .menu-item .elementor-item.highlighted {
  background-color: transparent;
  color: var(--e-global-color-primary);
}
.menu-popup .menu-item .elementor-item.has-submenu {
  justify-content: space-between;
}
.menu-popup .menu-item .elementor-item.has-submenu .sub-arrow {
  width: 1em;
  height: 1em;
}
.menu-popup .menu-item .elementor-item.has-submenu .sub-arrow svg {
  display: none;
}
.menu-popup .menu-item .elementor-item.has-submenu .sub-arrow::before, .menu-popup .menu-item .elementor-item.has-submenu .sub-arrow::after {
  content: "";
  width: 1em;
  height: 2px;
  background-color: var(--e-global-color-primary);
  position: absolute;
}
.menu-popup .menu-item .elementor-item.has-submenu .sub-arrow::after {
  transform: rotate(90deg);
  transition: all 250ms ease-in-out;
}
.menu-popup .menu-item .elementor-item.has-submenu.highlighted .sub-arrow::after {
  transform: rotate(180deg);
  transition: all 250ms ease-in-out;
}
.menu-popup .menu-item .elementor-nav-menu--dropdown .menu-item .elementor-sub-item {
  font-size: clamp(1.5rem, 1.86vw, 1.75rem);
  margin-bottom: 0em;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-weight: 300;
}
.menu-popup .menu-item .elementor-nav-menu--dropdown .menu-item .elementor-sub-item:hover, .menu-popup .menu-item .elementor-nav-menu--dropdown .menu-item .elementor-sub-item:focus-within, .menu-popup .menu-item .elementor-nav-menu--dropdown .menu-item .elementor-sub-item:focus, .menu-popup .menu-item .elementor-nav-menu--dropdown .menu-item .elementor-sub-item:active, .menu-popup .menu-item .elementor-nav-menu--dropdown .menu-item .elementor-sub-item.highlighted {
  background-color: transparent !important;
  color: var(--e-global-color-text);
}

.custom-timeline {
  display: flex;
  gap: 5rem;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 1023px) {
  .custom-timeline {
    padding-left: 2.5rem;
  }
}
.custom-timeline::before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: var(--e-global-color-37171fa);
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
}
@media (max-width: 1023px) {
  .custom-timeline::before {
    left: 2.5rem;
  }
}
.custom-timeline .timeline-item {
  display: flex;
  gap: 5rem;
}
@media (max-width: 1023px) {
  .custom-timeline .timeline-item {
    flex-direction: column;
    margin-left: 2.5rem;
    gap: 2.5rem;
  }
}
.custom-timeline .timeline-item .timeline-image,
.custom-timeline .timeline-item .timeline-content {
  flex-basis: 50%;
}
.custom-timeline .timeline-item .timeline-image {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .custom-timeline .timeline-item .timeline-image {
    justify-content: flex-start;
  }
}
.custom-timeline .timeline-item .timeline-image .timeline-image_image {
  width: 70%;
  aspect-ratio: 3/2;
  object-fit: contain;
}
@media (min-width: 1024px) and (max-width: 1360px) {
  .custom-timeline .timeline-item .timeline-image .timeline-image_image {
    width: 100%;
  }
}
.custom-timeline .timeline-item .timeline-content {
  padding-right: 1rem;
}
.custom-timeline .timeline-item .timeline-content .timeline-content_date {
  font-weight: 700;
  color: var(--e-global-color-secondary);
  font-size: clamp(1.5rem, 1.86vw, 1.75rem);
}
.custom-timeline .timeline-item .timeline-content .timeline-content_heading {
  position: relative;
}
.custom-timeline .timeline-item .timeline-content .timeline-content_heading::before {
  content: "";
  height: 5rem;
  width: 6px;
  background-color: var(--e-global-color-37171fa);
  transition: all 750ms ease-in-out;
  position: absolute;
  top: 2em;
  left: calc((2.5rem + 3px) * -1);
}
@media (min-width: 1024px) {
  .custom-timeline .timeline-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .custom-timeline .timeline-item:nth-child(2n) .timeline-image {
    justify-content: flex-start;
  }
  .custom-timeline .timeline-item:nth-child(2n) .timeline-content {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }
  .custom-timeline .timeline-item:nth-child(2n) .timeline-content .timeline-content_heading {
    position: relative;
  }
  .custom-timeline .timeline-item:nth-child(2n) .timeline-content .timeline-content_heading::before {
    left: auto;
    right: calc((2.5rem + 3px) * -1);
  }
}
.custom-timeline .timeline-item.in-view .timeline-content .timeline-content_heading::before {
  background-color: var(--e-global-color-primary);
  top: -0.25em;
  transition: all 750ms ease-in-out;
}

.shape {
  background-color: yellow;
  aspect-ratio: 2/1;
  clip-path: url(#shape);
  -webkit-clip-path: url(#shape);
  align-items: center !important;
  justify-content: center !important;
  /* Für Safari */
}
.shape.shape-image {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 1024px) {
  .square-teaser {
    aspect-ratio: 1;
    min-height: 100%;
  }
}
.square-teaser.square-teaser--image {
  aspect-ratio: 5/3;
}
@media (min-width: 1024px) {
  .square-teaser.square-teaser--image {
    aspect-ratio: 1;
    min-height: auto;
  }
}
.square-teaser h1,
.square-teaser h2 {
  margin-bottom: 0;
}
.square-teaser.max-height {
  max-height: 55vh;
}

@media (min-width: 1024px) {
  .rectangle-teaser {
    aspect-ratio: 3/2 !important;
    min-height: 100%;
  }
}
.rectangle-teaser.max-height {
  max-height: 55vh;
}

a.square-teaser {
  transition: all 500ms ease-in-out;
}
a.square-teaser:hover {
  filter: brightness(0.6) saturate(1.2);
  transition: all 500ms ease-in-out;
}

.loop-item.news-loop-item .elementor-widget-theme-post-featured-image img {
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center center;
  transition: all 500ms ease-in-out;
}
.loop-item.news-loop-item p {
  color: var(--e-global-color-text);
}
.loop-item.news-loop-item:hover .elementor-widget-theme-post-featured-image img {
  filter: brightness(0.6) saturate(1.2);
  transition: all 500ms ease-in-out;
}

@media (max-width: 1259px) {
  .sub-navi-teaser {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}
.sub-navi-teaser .sub-navi-teaser--item {
  width: 100%;
}
@media (max-width: 1259px) {
  .sub-navi-teaser .sub-navi-teaser--item {
    width: fit-content;
  }
}
.sub-navi-teaser .sub-navi-teaser--item .elementor-button {
  width: 100%;
  border: none;
  background-color: #ffffff;
  color: var(--e-global-color-primary);
}
.sub-navi-teaser .sub-navi-teaser--item .elementor-button:hover {
  color: var(--e-global-color-primary);
  background-color: var(--e-global-color-37171fa);
}

.slider-section {
  --slider-content-padding: 6vw;
  --arrow-container-width: calc(var(--slider-content-padding) - 1rem);
  max-width: calc(100vw - 2 * var(--slider-content-padding)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 5rem !important;
}
.slider-section.slider-section--products .swiper-slide .slider-teaser {
  padding: 0;
}
.slider-section.slider-section--products .swiper-slide .slider-teaser .elementor-widget-image {
  display: flex;
  aspect-ratio: 5/3;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  transition: all 500ms ease-out;
}
.slider-section.slider-section--products .swiper-slide .slider-teaser .elementor-widget-image img {
  object-fit: contain;
  max-height: 100%;
  transition: all 500ms ease-out;
}
.slider-section.slider-section--products .swiper-slide a:hover .slider-teaser .elementor-widget-image {
  transition: all 500ms ease-in;
  padding: 1rem;
}
.slider-section.slider-section--products .swiper-slide a:hover .slider-teaser .elementor-widget-image img {
  transition: all 500ms ease-in;
}

.e-widget-swiper .swiper-pagination {
  margin-top: 3rem;
  max-width: 100%;
}
.e-widget-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 5rem;
  border-radius: 0;
  height: 4px;
  background-color: #ffffff;
  opacity: 1;
  margin-bottom: 1rem !important;
}
@media (max-width: 767px) {
  .e-widget-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 3rem;
  }
}
.e-widget-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--e-global-color-primary);
}
.e-widget-swiper.single-slide .swiper-pagination-bullet {
  background-color: color-mix(in srgb, var(--e-global-color-primary) 50%, white 100%);
}
.e-widget-swiper.single-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--e-global-color-primary);
}
.e-widget-swiper:not(.single-slide) .swiper {
  overflow: visible;
}
.e-widget-swiper:not(.single-slide) .elementor-swiper-button {
  height: 100%;
  width: var(--arrow-container-width);
  background-color: rgba(255, 255, 255, 0.4);
  justify-content: center;
  align-items: center;
  transition: all 500ms ease-in-out;
}
.e-widget-swiper:not(.single-slide) .elementor-swiper-button svg polygon {
  fill: var(--e-global-color-primary);
}
.e-widget-swiper:not(.single-slide) .elementor-swiper-button:hover svg polygon {
  fill: #ffffff;
}
.e-widget-swiper:not(.single-slide) .elementor-swiper-button.elementor-swiper-button-prev {
  left: -6vw !important;
}
.e-widget-swiper:not(.single-slide) .elementor-swiper-button.elementor-swiper-button-next {
  right: -6vw !important;
}
.e-widget-swiper:not(.single-slide).one-slide .elementor-swiper-button {
  height: calc(100% + 1.875rem);
}
.e-widget-swiper.hero-slider {
  overflow: hidden;
}
.e-widget-swiper.hero-slider .e-n-carousel {
  padding-bottom: 0 !important;
}
.e-widget-swiper.hero-slider .swiper-pagination {
  margin-top: -2rem;
}
.e-widget-swiper.hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 5rem;
}
.e-widget-swiper.hero-slider .swiper-slide::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  display: block;
  background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 80%);
  z-index: 1;
  bottom: 0;
}
.e-widget-swiper.hero-slider .swiper-slide > .elementor-element > .elementor-element {
  z-index: 2;
}
.e-widget-swiper.hero-slider.hero-slider--product .swiper-slide {
  overflow-x: hidden;
}
.e-widget-swiper.hero-slider.hero-slider--product .swiper-slide .slider-content .slider-content--product-line > .elementor-element img {
  height: 30vh;
  width: auto;
}
.e-widget-swiper.hero-slider.hero-slider--product .swiper-slide .slider-content .slider-content--screen .elementor-widget-image {
  overflow-y: visible;
  height: 50vh;
}
.e-widget-swiper.hero-slider.hero-slider--product .swiper-slide .slider-content .slider-content--screen .elementor-widget-image img {
  height: 120%;
  width: auto;
  max-width: unset;
}
@media (max-width: 1023px) {
  .e-widget-swiper.hero-slider.hero-slider--product .swiper-slide .slider-content {
    gap: 2rem;
  }
  .e-widget-swiper.hero-slider.hero-slider--product .swiper-slide .slider-content .slider-content--product-line {
    padding: 1rem;
  }
  .e-widget-swiper.hero-slider.hero-slider--product .swiper-slide .slider-content .slider-content--product-line > .elementor-element img {
    height: 20vh;
  }
  .e-widget-swiper.hero-slider.hero-slider--product .swiper-slide .slider-content .slider-content--screen .elementor-widget-image {
    height: 30vh;
  }
}
@media (max-width: 767px) {
  .e-widget-swiper.hero-slider.hero-slider--product .swiper-slide .slider-content {
    gap: 1rem;
  }
  .e-widget-swiper.hero-slider.hero-slider--product .swiper-slide .slider-content .slider-content--product-line {
    align-items: flex-start;
  }
  .e-widget-swiper.hero-slider.hero-slider--product .swiper-slide .slider-content .slider-content--product-line > .elementor-element img {
    height: 12vh;
  }
  .e-widget-swiper.hero-slider.hero-slider--product .swiper-slide .slider-content .slider-content--screen {
    padding-left: 5rem;
  }
  .e-widget-swiper.hero-slider.hero-slider--product .swiper-slide .slider-content .slider-content--screen .elementor-widget-image {
    height: 20vh;
  }
}
@media (max-width: 767px) {
  .e-widget-swiper.hero-slider.hero-slider--product .slider-heading {
    margin-top: 4rem;
  }
}

.elementor-shortcode .job-listing .job-preview {
  background-color: #ffffff;
  border-radius: 0;
  border-width: 0 0 3px 0;
  border-color: var(--e-global-color-primary);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.elementor-shortcode .job-listing .job-preview .job-content h5 a {
  letter-spacing: 0.015em;
  line-height: 1.1em;
  font-weight: 500;
  margin-bottom: 0;
  font-size: clamp(1.5rem, 1.86vw, 1.75rem);
}
.elementor-shortcode .job-listing .job-preview .job-cta {
  width: auto;
}
.elementor-shortcode .job-listing .job-preview .job-cta .apply-btn {
  border-radius: 0;
  background-color: var(--e-global-color-primary);
  text-transform: uppercase;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.elementor-shortcode .job-listing .job-preview .job-cta .apply-btn:hover {
  background-color: var(--e-global-color-secondary);
}

.single-jobs .job-post {
  max-width: 100%;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  overflow: hidden !important;
}
@media (min-width: 1320px) {
  .single-jobs .job-post {
    padding-left: 6vw !important;
    padding-right: 6vw !important;
  }
}
.single-jobs .job-post {
  clear: both;
  float: none;
}
.single-jobs .job-post .job-image .job-content-wrap {
  padding: 0;
}
.single-jobs .job-post .job-image .job-content-wrap img {
  border-radius: 0;
}
@media (min-width: 1024px) {
  .single-jobs .job-post {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 35%;
    grid-template-rows: 1fr 300px 1fr;
  }
  .single-jobs .job-post .job-content {
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .single-jobs .job-post .job-side {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .single-jobs .job-post .job-image {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .single-jobs .job-post .job-image .job-content-wrap img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 0;
  }
}
@media (min-width: 1320px) {
  .single-jobs .job-post {
    grid-template-columns: 1fr 25%;
  }
}
.single-jobs .job-post .jobs-row .jobs-row-label {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: clamp(1.5rem, 1.86vw, 1.75rem);
  letter-spacing: 0.035em;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0.75em;
  color: var(--e-global-color-text);
  text-transform: uppercase;
}
.single-jobs .job-post .jobs-row .jobs-row-label span {
  border-color: transparent;
}
.single-jobs .job-post .jobs-row .jobs-row-input {
  letter-spacing: 0.015em;
  line-height: 1.6em;
  font-size: 1.125rem;
  font-weight: 400;
}
.single-jobs .job-post .jobs-row .jobs-row-input li,
.single-jobs .job-post .jobs-row .jobs-row-input p {
  letter-spacing: 0.015em;
  line-height: 1.6em;
  font-size: 1.25rem;
  font-weight: 400;
}
.single-jobs .job-post .jobs-row .jobs-row-input h3,
.single-jobs .job-post .jobs-row .jobs-row-input h4,
.single-jobs .job-post .jobs-row .jobs-row-input h5 {
  margin-top: 0;
  letter-spacing: 0.015em;
  line-height: 1.1em;
  margin-bottom: 0.5em;
}
.single-jobs .job-post .jobs-row .jobs-row-input ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.single-jobs .job-post .jobs-row .jobs-row-input ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
.single-jobs .job-post .jobs-row .jobs-row-input ul li::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--e-global-color-primary);
  width: 0.25em;
  height: 0.25em;
  top: 0.5em;
  left: 0.125em;
}
.single-jobs .job-post .jobs-row.position_title .jobs-row-input {
  color: var(--e-global-color-primary);
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--e-global-typography-primary-font-family);
  font-size: clamp(2.625rem, 3.2vw, 3rem);
}
.single-jobs .job-post .job-content,
.single-jobs .job-post .job-side {
  float: none;
  clear: both;
  width: 100%;
}
.single-jobs .job-post .job-content .job-content-wrap {
  padding: 0;
}
.single-jobs .job-post .job-side {
  padding: 0;
}
.single-jobs .job-post .job-side .job-content-wrap {
  border-radius: 0;
  border-color: transparent;
  background-color: var(--e-global-color-37171fa);
}
.single-jobs .job-post .job-side .jobs-row.position_logo .jobs-row-input .jobs_hiring_logo {
  width: 100%;
  max-width: 350px;
  margin: 0;
}
.single-jobs .job-post .job-side .jobs-row .jobs-row-label {
  color: var(--e-global-color-text);
}
.single-jobs .job-post .job-side .jobs-row .jobs-row-input {
  color: var(--e-global-color-text);
}
.single-jobs .job-post .job-side .jobs-row .jobs-row-input svg {
  fill: var(--e-global-color-text);
}
.single-jobs .job-post .job-side .jobs-row .jobs-row-input a {
  color: var(--e-global-color-text);
  text-decoration: underline;
}
.single-jobs .job-post .job-side .jobs-row .jobs-row-input a:hover {
  color: var(--e-global-color-primary);
}
.single-jobs .job-post .job-side .jobs-row-apply .jp-apply-button {
  border-radius: 0;
  background-color: var(--e-global-color-primary);
  text-transform: uppercase;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.single-jobs .job-post .job-side .jobs-row-apply .jp-apply-button:hover {
  background-color: var(--e-global-color-secondary);
}