:root {
  --manatee: #9d99ad;
  --athens-grey: #eae9f0;
  --steel-gray: #1d1c26;
  --green: #5fd97b;
  --cornflower-blue: #6e9cf0;
  --black: #1d1c26;
  --lavender-grey: #c4bdd6;
  --royal-blue: #3f7be7;
  --mulled-wine: #4b4961;
  --kimberly: #8a8aa8;
  --green_1: #0f2c18;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Rethink Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow-x: clip;
}

.nav {
  background-color: #16141f;
  border-bottom: 1px solid #211e2c;
  width: 100%;
  position: relative;
}

.nav__inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 0;
  display: flex;
}

.nav__inner:where(.w-variant-113ec926-28d2-6dbf-7de7-142d11ef705c) {
  max-width: 1350px;
  padding-left: 0;
  padding-right: 0;
}

.nav__logo {
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  display: flex;
}

.nav__logo-mark {
  background-color: #f4f3f8;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.nav__logo-text {
  color: #f4f3f8;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
}

.nav__links {
  align-items: center;
  column-gap: 30px;
  display: flex;
}

.nav__links:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
}

.nav__link {
  color: var(--manatee);
  border-bottom: 1px solid #0000;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.nav__link:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
  padding-bottom: 0;
}

.nav__link:visited {
  line-height: 130%;
}

.nav__link.w--current {
  color: var(--athens-grey);
  padding-bottom: 0;
}

.nav__link.w--current:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
  color: var(--manatee);
  align-self: center;
  padding-bottom: 0;
  text-decoration: none;
}

.nav__btn {
  color: var(--steel-gray);
  background-color: #3cc45a;
  border-radius: 4px;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.nav__btn:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
  background-color: #a397bc;
}

.nav__btn:where(.w-variant-113ec926-28d2-6dbf-7de7-142d11ef705c) {
  background-color: #3f7be7;
}

.nav__btn:where(.w-variant-d1455953-78b0-ecab-d4ff-a01b2907ec71) {
  background-color: #a397bc;
}

.nav__btn.is-industrial {
  background-color: #3f7be7;
}

.hero {
  background-image: linear-gradient(#1e1b2a, #16141f);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.hero.hero-industrial {
  background-color: #000;
  background-image: linear-gradient(#1e1b2a, #16141f);
}

.hero__inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: flex-end;
  column-gap: 40px;
  max-width: 1350px;
  margin-left: 0;
  margin-right: 0;
  padding: 84px 35px 120px;
  display: flex;
  position: relative;
}

.hero__inner.hero__industrial {
  order: 0;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 35px;
  margin-right: 35px;
  padding-top: 63px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.hero__left {
  flex-shrink: 0;
  width: 100%;
  max-width: 658px;
}

.hero__left.is-narrow {
  flex: 1;
  align-self: flex-start;
  max-width: 585px;
}

.hero__eyebrow {
  color: #8a86a0;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
}

.hero__title {
  color: #f4f3f8;
  letter-spacing: -1.5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.02;
}

.hero__title.is-smaller {
  font-size: 50px;
  line-height: 110%;
}

.accent {
  color: #a99fd6;
}

.hero__sub {
  max-width: 100%;
  color: var(--manatee);
  -webkit-text-stroke-color: var(--manatee);
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.hero__sub.is-wide {
  max-width: 100%;
  color: var(--manatee);
  line-height: 1.6;
}

.hero__sub.sub_2 {
  max-width: 80%;
  font-size: 20px;
}

.hero__partner {
  color: #cfccd9;
  align-items: center;
  column-gap: 8px;
  font-size: 14px;
  display: flex;
}

.hdot {
  background-color: #f4f3f8;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  display: inline-block;
}

.hero__right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: relative;
  right: 40px;
  overflow: visible;
}

.hero__right.hero-right-ind {
  flex: 1;
  order: 9999;
  align-self: center;
  max-width: none;
  padding-right: 0;
  text-decoration: none;
  position: relative;
}

.hero__img {
  color: #615d75;
  letter-spacing: 2px;
  background-color: #1f1c2b;
  border: 1px dashed #46435a;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  font-size: 13px;
  display: flex;
}

.hero__tag {
  color: #e9e7f2;
  background-color: #2a2740;
  border-radius: 8px;
  align-items: center;
  padding: 8px 12px;
  font-size: 13px;
  display: flex;
  position: absolute;
}

.hero__tag--1 {
  top: 18px;
  right: 6px;
}

.hero__tag--2 {
  bottom: 64px;
  left: 0;
}

.hero__tag--3 {
  bottom: 10px;
  right: 36px;
}

.tagdot {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  display: inline-block;
}

.tagdot--green {
  background-color: #5fd08a;
}

.tagdot--blue {
  background-color: #6f8cf0;
}

.rd {
  background-color: #e7e0d8;
  background-image: url('../images/web-ZK-SP5-W-R25-product-photo-8-of-18-1.png');
  background-position: 50% -200%;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 1095px;
  padding-top: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rd__photo {
  color: #e8c9b2;
  letter-spacing: 2px;
  background-image: linear-gradient(135deg, #8a5a3c, #3a2a22);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  padding: 18px;
  font-size: 11px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.rd__inner {
  justify-content: flex-start;
  align-items: center;
  column-gap: 50px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rd__card {
  background-color: #fff;
  border-radius: 14px;
  flex-shrink: 0;
  width: 340px;
  margin-bottom: 141px;
  padding: 20px 20px 243px;
  box-shadow: 0 20px 50px #00000059;
}

.rd__card-label {
  color: #5fae7a;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 10px;
}

.rd__card-title {
  color: #1a1a22;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 700;
}

.green {
  color: #3aa564;
}

.rd__spark {
  background-color: #f1f5f2;
  background-image: none;
  border-style: none;
  border-radius: 8px;
  height: 52px;
  margin-bottom: 14px;
}

.rd__flow {
  color: #6b6b73;
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-size: 11px;
}

.rd__metric {
  margin-bottom: 16px;
}

.rd__metric-top {
  align-items: baseline;
  column-gap: 8px;
  margin-bottom: 6px;
  display: flex;
}

.rd__metric-name {
  color: #3a3a42;
  font-size: 12px;
  font-weight: 600;
}

.rd__metric-val {
  color: #2f9b5e;
  font-size: 18px;
  font-weight: 700;
}

.rd__metric-ref {
  color: #9a9aa2;
  font-size: 11px;
}

.rd__metric-delta {
  color: #2f9b5e;
  margin-left: auto;
  font-size: 11px;
}

.rd__bars {
  align-items: flex-end;
  column-gap: 4px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  display: flex;
}

.rd__bar {
  background-color: #cfe6d8;
  border-radius: 2px;
  flex: 1;
  max-width: 20px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
}

.rd__bar.rd__bar--hi {
  max-width: 20px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
}

.rd__bar--hi {
  background-color: #3aa564;
  height: 100%;
}

.rd__text {
  width: 100%;
  max-width: 689px;
}

.rd__eyebrow {
  color: #6f6c7e;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
  font-family: Space Grotesk, sans-serif;
  font-size: 11px;
}

.rd__title {
  color: #1a1825;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.rd__sub {
  color: #4f4c5e;
  max-width: 430px;
  margin: 0;
  font-family: Rethink Sans, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.cred {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.cred__inner {
  background-color: #16141f;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cred__card {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #2f2c40;
  border: 1px solid #000;
  border-radius: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-self: center;
  place-items: flex-start end;
  column-gap: 40px;
  width: 100%;
  max-width: 1350px;
  margin-top: 40px;
  margin-left: 35px;
  margin-right: 35px;
  padding: 48px 35px;
  display: flex;
  position: relative;
}

.cred__left {
  align-self: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.cred__eyebrow {
  color: #8a86a0;
  letter-spacing: normal;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  line-height: 10px;
}

.cred__title {
  color: #f1f0f6;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  font-family: Space Grotesk, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.02;
}

.cred__sub {
  color: #9d99ad;
  max-width: 500px;
  margin: 0;
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.cred__right {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 800px;
  margin-left: 0;
  display: flex;
}

.cred__siemens {
  color: #e9e7f2;
  letter-spacing: 1px;
  background-image: url('../images/siemens-3-logo-png-transparent.png');
  background-position: 0 0;
  background-size: auto;
  font-size: 30px;
  font-weight: 700;
}

.cred__photo {
  color: #615d75;
  letter-spacing: 2px;
  background-color: #1f1c2b;
  background-image: url('../images/_2701.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px #46435a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 424px;
  height: 318px;
  font-size: 12px;
  display: flex;
}

.e2e {
  background-color: #171520;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.e2e__inner {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.e2e__eyebrow {
  color: #86839a;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 9px;
  line-height: 10px;
}

.e2e__title {
  color: #f1f0f6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 18px;
  padding-left: 250px;
  padding-right: 250px;
  font-family: Space Grotesk, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
}

.e2e__sub {
  color: #9d99ad;
  text-align: center;
  max-width: 480px;
  margin: 0 auto 50px;
  font-family: Rethink Sans, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.e2e__cards {
  column-gap: 24px;
  width: 100%;
  margin-top: 68px;
  display: flex;
}

.e2e__cards.is-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.e2e__card {
  background-color: #2f2c40;
  border-radius: 14px;
  flex: 1;
  overflow: hidden;
  box-shadow: 0 12px 34px #08070e80, inset 0 0 0 1px #282738;
}

.e2e__card-photo {
  color: #615d75;
  letter-spacing: 2px;
  background-color: #252233;
  border-bottom: 1px dashed #46435a;
  justify-content: center;
  align-items: center;
  height: 230px;
  font-size: 12px;
  display: flex;
}

.e2e__card-body {
  padding: 22px 24px 24px;
}

.e2e__card-tag {
  color: #86839a;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-family: Space Grotesk, sans-serif;
  font-size: 10px;
}

.e2e__card-tag.is-green {
  color: var(--green);
}

.e2e__card-tag.is-green.is-uppercase {
  text-transform: uppercase;
}

.e2e__card-tag.is-blue {
  color: var(--cornflower-blue);
}

.e2e__card-tag.is-blue.is-uppercase {
  text-transform: uppercase;
}

.e2e__card-title {
  color: #f1f0f6;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.e2e__card-text {
  color: #9d99ad;
  margin: 0;
  font-family: Rethink Sans, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.mfg {
  background-color: #eceaf1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.mfg__inner {
  justify-content: center;
  align-items: flex-start;
  column-gap: 50px;
  width: auto;
  max-width: 1350px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 35px 120px;
  display: flex;
}

.mfg__left {
  flex: 1;
  align-self: auto;
  position: static;
}

.mfg__eyebrow {
  color: #7d7a8c;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
  font-family: Space Grotesk, sans-serif;
  font-size: 9px;
  line-height: 10px;
}

.mfg__title {
  color: #1a1825;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 14px;
  font-family: Space Grotesk, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.12;
}

.mfg__title.mobile_bottom {
  line-height: 1.02;
}

.mfg__sub {
  color: #333;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Rethink Sans, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.mfg__stat {
  color: #1a1825;
  margin-top: -13px;
  font-family: Space Grotesk, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.mfg__stat-label {
  color: #000;
  letter-spacing: 1.5px;
  margin-top: -15px;
  padding-left: 81px;
  font-family: Space Grotesk, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
}

.mfg__right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mfg__photo {
  color: #8f8ca000;
  letter-spacing: 2px;
  background-color: #dedbe8;
  border: 0 dashed #c2bfd0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  font-size: 12px;
  display: flex;
  box-shadow: 0 2px 20px 6px #0000003d;
}

.team {
  background-color: #eceaf1;
  padding-top: 0;
  padding-bottom: 120px;
}

.team.is-dark {
  background-color: #171520;
  padding-top: 40px;
  padding-bottom: 40px;
}

.team__inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4f3f800;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 50px;
  width: auto;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 35px;
  display: flex;
}

.team__inner.is-dark {
  background-color: var(--black);
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.team__left {
  flex-flow: column;
  flex: 1;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.team__left.is-contact {
  flex: auto;
  width: 100%;
  max-width: none;
}

.team__eyebrow {
  color: #8a86a0;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  line-height: 10px;
}

.team__eyebrow.on-dark {
  color: #8d8d98;
}

.team__title {
  color: #1a1825;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 14px;
  font-family: Space Grotesk, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.12;
}

.team__title.on-dark {
  color: #f4f4f6;
}

.team__title.mobile_bottom {
  line-height: 1.02;
}

.team__sub {
  color: #333;
  max-width: 340px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rethink Sans, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.team__sub.on-dark {
  color: #b0b0bb;
  margin-top: 0;
  margin-bottom: 4px;
}

.team__pill {
  color: #5d5a6b;
  vertical-align: baseline;
  border: 1px solid #c2bfd0;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 9px 16px;
  font-family: Rethink Sans, sans-serif;
  font-size: 12px;
  display: inline-flex;
}

.team__right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.team__photo {
  color: #8f8ca0;
  letter-spacing: 2px;
  mix-blend-mode: normal;
  background-color: #dedbe8;
  background-image: url('../images/zk-office-06-2026-group-photo-ema-gasper-web-2.jpg');
  background-position: 50%;
  background-size: cover;
  border: 0 solid #000;
  border-radius: 11px;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  width: 102%;
  height: 350px;
  padding-top: 0;
  font-size: 12px;
  display: flex;
  box-shadow: 0 0 50px -13px #00000080;
}

.ft {
  background-color: #100e18;
}

.ft__inner {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 22px;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 35px;
  display: flex;
}

.ft__logo {
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 10px;
  display: flex;
}

.ft__logo-mark {
  background-color: #f4f3f8;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}

.ft__logo-text {
  color: #f4f3f8;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 700;
}

.ft__cols {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 70px;
  margin-top: 0;
  display: flex;
}

.ft__col-title {
  color: #86839a;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 11px;
}

.ft__link {
  color: #c9c6d4;
  margin-bottom: 10px;
  font-family: Rethink Sans, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.cmp {
  margin-top: 10px;
}

.cmp__row {
  align-items: center;
  column-gap: 8px;
  margin-bottom: 6px;
  display: flex;
}

.cmp__lab {
  color: #9a9aa2;
  letter-spacing: .5px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 28px;
  font-size: 9px;
}

.cmp__track {
  background-color: #eef1ef;
  border-radius: 4px;
  flex-grow: 1;
  height: 8px;
  overflow: hidden;
}

.cmp__fill {
  border-radius: 4px;
  height: 8px;
}

.cmp__fill--zk {
  background-color: #3aa564;
}

.cmp__fill--ref {
  background-color: #cdd1d9;
}

.w82 {
  width: 82%;
}

.w100 {
  width: 100%;
}

.w53 {
  width: 53%;
}

.cred__tp {
  color: #7d7a8c;
  letter-spacing: 1.5px;
  font-family: Space Grotesk, sans-serif;
  font-size: 11px;
}

.comp-overlay {
  z-index: 99999;
  opacity: .4;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: clip;
}

.div-block {
  margin-top: 39px;
  line-height: 15px;
}

.div-block-2 {
  margin-top: 39px;
  margin-left: -43px;
  padding-left: 0;
  line-height: 15px;
}

.image {
  background-image: url('../images/siemens-3-logo-png-transparent_1.png');
  background-position: 0 0;
  background-size: contain;
}

.div-block-3 {
  background-image: url('../images/siemens-3-logo-png-transparent_1.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 50%;
  height: 50px;
}

.mfg_siemens {
  text-align: left;
  background-image: url('../images/siemens-3-logo-png-transparent_1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 60%;
  height: 50px;
  line-height: 103px;
}

.image-2 {
  width: 100%;
  display: block;
}

.hp-hero-img {
  object-fit: contain;
  width: 200%;
  max-width: 1100px;
  height: auto;
  padding-right: 0;
  display: block;
  transform: translateX(10%);
}

.logo-img {
  height: 33px;
}

.inner-content {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #2f2c40;
  background-clip: border-box;
  border: 0 #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 48px 35px;
  display: block;
  overflow: hidden;
}

.inner-content.inner-content-add-padding {
  -webkit-text-fill-color: inherit;
  background-color: #2e2d3f00;
  background-clip: border-box;
  border-width: 0;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  max-width: 1350px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 35px 80px;
  display: flex;
}

.inner-content.inner-content-add-padding.contact_footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.inner-content.is-1200 {
  border-width: 0;
  max-width: 1200px;
  padding-top: 25px;
  padding-bottom: 30px;
}

.inner-content.is-flex-center {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-basic {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.section-basic.is-black {
  background-color: #16141f;
  border-radius: 0;
  padding-left: 35px;
  padding-right: 35px;
}

.text-block {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 84px;
  line-height: 75px;
  display: flex;
}

.image-3 {
  height: 32px;
}

.body-text-pre-title {
  color: var(--lavender-grey);
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
}

.body-text-pre-title.is-dark {
  color: var(--royal-blue);
  align-self: center;
  margin-bottom: 14px;
  padding-bottom: 0;
}

.body-text-pre-title.is-green {
  color: var(--green);
}

.body-text-pre-title.is-blue {
  color: var(--royal-blue);
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.div-block-4.is-logo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch end;
  align-self: flex-end;
  place-items: center start;
  width: 150px;
  margin-left: auto;
  display: grid;
}

.div-block-4.is-logo.sim_bottom {
  display: none;
}

.image-4 {
  object-fit: cover;
  border-radius: 10px;
  align-self: flex-end;
  width: 105%;
  max-width: 200%;
  height: 300px;
  box-shadow: 0 28px 70px #0000002e, inset 0 0 0 1px #ffffff1f;
}

.heading-content-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.heading-content-wrap.is-aligned-left-dark {
  text-align: left;
  align-items: flex-start;
  width: 80%;
}

.heading-content-wrap.is-narrow {
  max-width: 560px;
}

.heading-content-wrap.has-mt {
  margin-top: 70px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-content-wrap.is-aligned-left {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
}

.heading-content-wrap.is-wide {
  max-width: 7000px;
}

.heading-content-wrap.is-narrow-x {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 534px;
  text-decoration: none;
}

.body-text-pre-title-span {
  color: var(--manatee);
  font-family: Rethink Sans, sans-serif;
}

.body-text-pre-title-span.is-dark {
  color: var(--mulled-wine);
}

.body-text-pre-title-span.is-purple {
  color: var(--manatee);
}

.body-text-pre-title-span.is-blue {
  width: auto;
  color: var(--lavender-grey);
  text-align: left;
  font-family: Space Grotesk, sans-serif;
}

.heading-2 {
  color: #fff;
  text-align: center;
  width: 120%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 46px;
  line-height: 1.02;
}

.heading-2.is-dark {
  color: var(--steel-gray);
  -webkit-text-stroke-color: var(--black);
}

.heading-2.is-dark.is-h-center {
  text-align: center;
}

.heading-2.is-dark.is-h-center.is-narrow {
  max-width: 700px;
}

.heading-2.is-dark-heading {
  color: var(--steel-gray);
}

.heading-2.is-dark-heading.is-narrow {
  max-width: 800px;
  color: var(--black);
}

.heading-2.is-big {
  font-size: 45px;
}

.heading-2.is-big.is-dark {
  font-size: 46px;
}

.heading-2.subheading {
  text-align: center;
  width: auto;
  height: 100%;
}

.body-text {
  width: 600px;
  color: var(--manatee);
  margin-top: 6px;
  font-family: Rethink Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.body-text.is-narrow {
  width: 100%;
  max-width: 75%;
  padding-top: 6px;
  font-size: 18px;
}

.body-text.is-dark {
  color: var(--manatee);
  font-size: 18px;
}

.body-text.is-narrow-x {
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 100%;
  max-width: 646px;
}

.body-text.is-narrow-x.is-centered-x {
  text-align: center;
  order: 0;
}

.heading-span-is-colored-1 {
  color: var(--lavender-grey);
}

.e2e-card-img {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.e2e-card-img.plate_only {
  object-fit: cover;
  object-position: 50% 65%;
  max-height: none;
  position: static;
  overflow: hidden;
  transform: scale(1.4);
}

.e2e-card-img.homepage_cards, .e2e-card-img.nocrop {
  height: 300px;
}

.footer-logo-img {
  height: 33px;
}

.heading-span-is-colored-2, .heading-span-is-colored-3 {
  color: var(--kimberly);
}

.hero__eyebrow-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-size: 12px;
  font-weight: 500;
}

.heading-span-is-colored-4 {
  color: var(--green);
}

.partner-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 150px;
  padding-left: 20px;
  display: flex;
}

.partner-text-wrap.hero_partner_bottom {
  display: none;
}

.partner-text-wrap.hero_data_top {
  display: flex;
}

.partner-text-wrap.hero_data_top.industrial_dot, .partner-text-wrap.hero_data_bot {
  display: none;
}

.glowing-dot {
  background-color: var(--royal-blue);
  border-radius: 999px;
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  min-height: 12px;
  max-height: 12px;
  box-shadow: 0 0 12px 3px #ffffff4d;
}

.glowing-dot.is-green, .glowing-dot.gd_data {
  background-color: var(--green);
}

.glowing-dot.gd_data.is_blue {
  background-color: var(--royal-blue);
}

.glowing-dot.gd_home {
  background-color: var(--kimberly);
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #35343f;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1020px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
  box-shadow: 0 0 20px 17px #858585b8;
}

.left-right-img {
  aspect-ratio: auto;
  object-fit: cover;
  width: 420px;
  height: 300px;
  padding-top: 0;
}

.left-right-img.is-strong-shadow-border {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--black);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--black);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--black);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--black);
  border-radius: 20px;
  padding-top: 0;
  box-shadow: 0 28px 70px #08070e9e, inset 0 0 0 1px #282738;
}

.left-right-img.bevel-img {
  border-radius: 20px;
  height: 280px;
  margin-left: 161px;
  padding-left: 0;
}

.highlight-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-top: 96px;
  display: grid;
}

.highlight-grid.hidden {
  display: none;
}

.highlight-card-single {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #2f2c40;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  box-shadow: 0 12px 34px #08070e80;
}

.highlight-card-single.is-highlighted {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--green_1);
  background-color: var(--green_1);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 44px;
  padding-bottom: 44px;
  transition: opacity .45s;
}

.highlight-card-pre-title {
  color: #9f9dae;
  letter-spacing: 3.08px;
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.highlight-card-content-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.highlight-card-heading_green {
  color: #fff;
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 110%;
}

.highlight-card-content-txt {
  color: #8a8aa8;
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.code-embed-2 {
  width: 100%;
}

.heading-span-is-colored-5 {
  color: var(--kimberly);
}

.heading-span-is-colored-5.smaller_head, .heading-span-is-colored-5.title111 {
  color: var(--royal-blue);
}

.hp-hero-img-2 {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.hero__eyebrow-3 {
  color: var(--kimberly);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.section-stats {
  background-color: #2f2c40;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.stats-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.stats-single-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  display: flex;
}

.stats-title {
  color: var(--cornflower-blue);
  flex: 0 auto;
  order: -9999;
  align-self: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.stats-txt {
  color: var(--manatee);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Space Grotesk, sans-serif;
  line-height: 1.3;
}

.materials-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 56px;
  display: grid;
}

.material-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #2f2c40;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.material-card.is_steel {
  display: none;
}

.materials-card-img {
  object-fit: cover;
  width: 100%;
  height: 119px;
}

.materials-card-txt {
  color: var(--manatee);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
}

.table-wrap {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 140px;
  display: flex;
}

.table-single-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #fff3;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding: 24px 4px;
  display: flex;
}

.table-single-row.is-last {
  border-bottom: 1px solid #fff3;
}

.table-col-1 {
  align-items: center;
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  display: flex;
}

.table-col-1-txt {
  font-family: Space Grotesk, sans-serif;
  font-size: 15px;
}

.table-col-1-txt.is-blue, .table-col-1-txt.is-dark-purple {
  color: var(--cornflower-blue);
}

.table-col-2 {
  width: 540px;
  min-width: 540px;
  max-width: 540px;
}

.table-col-2-text {
  width: 100%;
  color: var(--athens-grey);
  font-family: Space Grotesk, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 110%;
}

.table-col-3 {
  flex: 1;
}

.table-col-2-txt {
  width: auto;
  color: var(--manatee);
  margin-left: 50px;
  font-family: Rethink Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cta-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.cta-primary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--lavender-grey);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 500;
  transition: transform .2s;
  display: flex;
}

.cta-primary:hover {
  transform: scale(1.1);
}

.cta-primary.is-blue {
  background-color: var(--lavender-grey);
  width: 250px;
  height: 45px;
  color: var(--athens-grey);
  text-decoration: none;
}

.cta-primary.is-blue.has-mt {
  margin-top: 10px;
}

.cta-primary-icon {
  filter: brightness(0%);
  width: 24px;
  height: 24px;
}

.cta-primary-icon.is-white {
  filter: brightness();
}

.cta-secondary {
  height: 50px;
  color: var(--athens-grey);
  border: 1px solid #fff3;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
}

.text-block-2 {
  font-size: 15px;
}

.div-block-6 {
  width: 100%;
  margin-top: 140px;
}

.left-right-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.table-wrap-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.table-wrap-2-title {
  color: var(--manatee);
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.table-wrap-2-inner {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.table-2-col-1 {
  align-items: center;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  display: flex;
}

.table-2-col-2 {
  flex: auto;
  width: auto;
  min-width: 0;
  max-width: none;
}

.table-2-col-2-text {
  color: var(--athens-grey);
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}

.table-2-single-row {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 4px;
  display: flex;
}

.table-2-single-row.is-last {
  border-bottom: 1px solid #fff3;
}

.applications-cards-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 56px;
  display: grid;
}

.applications-card-single {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f4f2fb;
  border: 1px solid #d1ced5;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px;
  display: flex;
}

.applications-card-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 6px;
}

.applications-card-title {
  color: var(--steel-gray);
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.applications-card-txt {
  color: var(--mulled-wine);
}

.industrial-hero-footer-section {
  background-image: url('../images/Group-5-1.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 112px;
  display: flex;
}

.industrial-footer {
  background-color: var(--steel-gray);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 64px;
  display: flex;
}

.industrial-footer-content-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.industrial-footer-logo {
  height: 34px;
}

.industrial-footer-nav-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.industrial-footer-nav-col {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.industrial-footer-nav-col-title {
  color: var(--manatee);
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
}

.industrial-footer-nav-col-txt {
  color: var(--athens-grey);
  font-family: Space Grotesk, sans-serif;
  font-weight: 300;
}

.credibility-media {
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  display: flex;
}

.siemens-logo {
  width: 500px;
  max-width: 120px;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
  display: block;
}

.siemens-logo.is-fixed {
  width: 180px;
  max-width: 180px;
  height: auto;
}

.contact-actions {
  flex-flow: column wrap;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.contact-btn {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.contact-btn.is-primary {
  color: var(--black);
  background-color: #fff;
  border-color: #fff;
}

.contact-btn.is-secondary {
  color: #f4f4f6;
  background-color: #0000;
  border-color: #5b5b67;
}

.contact-box {
  background-color: #2a2933;
  border: 1px solid #3a3944;
  border-radius: 12px;
  flex-direction: column;
  flex: 1 1 0;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  padding: 32px;
  display: flex;
}

.zk-widget-frame {
  background-color: #faf9f5;
  border-radius: 20px;
  width: 100%;
  height: 1120px;
  display: block;
  overflow: hidden;
}

.quote-block {
  color: #f4f4f6;
  text-align: center;
  border-style: none;
  border-radius: 16px;
  width: 100%;
  margin-top: 48px;
  padding: 64px 48px;
  font-family: Space Grotesk, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.12;
}

.zk-graphs {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-stroke-color: #000;
  -webkit-text-fill-color: inherit;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-stroke-color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #16141f;
  background-clip: border-box;
  border: 1px #000;
  outline: 0 #333;
  flex-direction: column;
  width: 1350px;
  max-width: 1350px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.zk-graph-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0000;
  border: 0 solid #fff;
  border-radius: 0;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

.graphtop_car {
  flex: 0 0 47%;
  width: 47%;
  max-width: 47%;
  height: auto;
  display: block;
}

.zk-card {
  opacity: 1;
  opacity: 1;
  background-color: #0000;
  border: 1px solid #3ddc84;
  border-radius: 20px;
  flex: 50%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
}

.graphbottom_car {
  opacity: 1;
  -webkit-text-stroke-color: #555;
  mix-blend-mode: normal;
  background-color: #000;
  border-radius: 0;
  width: 100%;
  height: auto;
  display: block;
}

.text_block1 {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-overflow: clip;
  width: 100%;
  max-width: 800px;
  padding-top: 14px;
  padding-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.02;
}

.text_block_1 {
  color: #9d99ad;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 70%;
  padding-top: 0;
  padding-left: 5px;
  display: block;
}

.highlight-card-heading_greeen {
  color: #44c065;
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 110%;
}

.cta-button-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.cm-graphic {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: left;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  margin: 48px auto 0;
  display: flex;
}

.cm-heatmaps {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: stretch;
  display: none;
}

.cm-heat {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.cm-heat-img {
  border-radius: 10px;
  width: 100%;
  height: 240px;
}

.cm-heat-conv {
  background-image: linear-gradient(120deg, #2b3a8f, #3fb0c9 38%, #7ed957 58%, #f2d33c 78%, #f25c3c);
}

.cm-heat-opt {
  background-image: linear-gradient(120deg, #3a2b8f, #3f6bc9 45%, #5fd3c9 72%, #7e6cf0);
}

.cm-heat-cap {
  color: #6b7280;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}

.cm-heat-cap-blue {
  color: #2f6bff;
}

.cm-scale {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 26px;
  display: flex;
}

.cm-scale-num {
  color: #9ca3af;
  font-size: 10px;
}

.cm-scale-bar {
  background-image: linear-gradient(#f25c3c, #f2d33c, #7ed957, #3fb0c9, #2b3a8f);
  border-radius: 5px;
  width: 10px;
  height: 190px;
}

.cm-table {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.cm-row {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.2fr 1.2fr 1.2fr;
  display: grid;
}

.cm-cell {
  color: #1f2937;
  text-align: right;
  border: .1px solid #0000002e;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  display: flex;
}

.cm-cell.cm-zk {
  background-color: #47bcd638;
}

.cm-cell.cm-zk-top {
  background-color: #47bcd67a;
}

.cm-metric {
  color: #374151;
  text-align: left;
  justify-content: flex-start;
}

.cm-head {
  border-top: 1px solid #eef0f2;
}

.cm-zk {
  color: #111827;
  background-color: #f5f8ff;
  font-weight: 600;
}

.cm-result {
  color: #2f6bff;
  font-weight: 600;
}

.hero-badges {
  z-index: 4;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.hero-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #11111a8c;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-direction: column;
  padding: 14px 18px;
  display: flex;
  position: absolute;
  box-shadow: 0 20px 45px #00000080;
}

.hero-badge--power {
  top: 20%;
  left: -6%;
}

.hero-badge--mfg {
  top: 11%;
  right: -2%;
}

.hero-badge__big {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.hero-badge__sub {
  color: #ffffff8c;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.hero-badge__line {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

.hero-badge__line--green {
  color: #46d17f;
}

.cm-table-container {
  display: none;
}

.checks-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.check-single-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 20px;
  height: 20px;
}

.check-single-wrap-txt {
  color: var(--athens-grey);
}

.bullets-txt {
  color: var(--manatee);
  margin-top: 16px;
}

.mobile-menu-open {
  width: 24px;
  height: 24px;
  display: none;
}

.mobile-menu-open:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c), .mobile-menu-container {
  display: none;
}

.mobile-menu-close {
  width: 24px;
  height: 24px;
  display: none;
}

.hero-bubbles-wrap {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-bubble {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: auto;
  align-items: center;
  display: flex;
  position: absolute;
}

.hero-bubble__dot {
  background-color: #7c6af7;
  border-radius: 50%;
  flex-shrink: 0;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  box-shadow: 0 0 0 3px #7c6af740;
}

.hero-bubble__card {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #1e1c2dd9;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  padding: 10px 14px;
}

.hero-bubble__label {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.hero-bubble__label-tag {
  color: #ffffff73;
  letter-spacing: .05em;
  font-size: 10px;
  font-weight: 600;
}

.hero-bubble--1 {
  top: 38%;
  left: 5%;
}

.hero-bubble--2 {
  top: 18%;
  left: 30%;
}

.hero-bubble--3 {
  bottom: 18%;
  left: 35%;
}

.hb-wrap {
  z-index: 2;
  pointer-events: none;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.hb-pill {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: auto;
  white-space: nowrap;
  background-color: #14131eb8;
  border: 1px solid #ffffff14;
  border-radius: 999px;
  align-items: center;
  padding: 7px 14px 7px 11px;
  display: inline-flex;
  position: absolute;
  box-shadow: 0 8px 24px #00000040;
}

.hb-pill.hb-data {
  justify-content: center;
  align-items: center;
  left: 44%;
}

.hb-pill.hb-ind {
  bottom: -13%;
}

.hb-dot {
  border-radius: 50%;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
}

.hb-dot.is-green {
  background-color: #46e08b;
  box-shadow: 0 0 8px #46e08bb3;
}

.hb-dot.is-blue {
  background-color: #4f8dff;
  box-shadow: 0 0 8px #4f8dffb3;
}

.hb-label {
  color: #fff;
  letter-spacing: .01em;
  font-size: 13px;
  font-weight: 600;
}

.hb-tag {
  color: #fff6;
  letter-spacing: .06em;
  margin-left: 4px;
  font-size: 10px;
  font-weight: 600;
}

.hb-float {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: auto;
  color: #fff;
  text-shadow: none;
  background-color: #14131eb8;
  border: 1px solid #ffffff14;
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  display: inline-block;
  position: absolute;
  box-shadow: 0 8px 24px #00000040;
}

.hb-float.hb-mfg {
  top: -10%;
  left: 79%;
}

.hb-data {
  top: 40%;
  left: -8%;
}

.hb-mfg {
  top: 8%;
  left: 58%;
}

.hb-ind {
  bottom: 6%;
  left: 52%;
}

.image-6 {
  border-radius: 17px;
  max-width: 120%;
  height: 300px;
}

.zk-graphs-box {
  -webkit-text-fill-color: inherit;
  background-color: #2e2d3f;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.zk-graphs-box-bg {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #143113;
  background-clip: border-box;
  border-radius: 20px;
  position: absolute;
  inset: 0;
}

.div-block-8 {
  flex-shrink: 1;
  order: 0;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 50px;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.image-7 {
  text-overflow: clip;
  white-space: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: 100%;
  display: block;
  overflow: hidden;
}

.div-block-9 {
  background-color: #16141f;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 1350px;
  max-width: 1350px;
  display: grid;
}

.text-block-3 {
  font-size: 46px;
  line-height: 50px;
}

.text-block-4 {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.02;
}

.text-block-5 {
  color: #8a8aa8;
  -webkit-text-stroke-color: #8a8aa8;
  margin-top: 26px;
  padding-top: 0;
  font-size: 16px;
  line-height: 1.5;
}

.text-block-6 {
  color: #8a8aa8;
  margin-bottom: 22px;
}

.text-span {
  color: #3cc45a;
  -webkit-text-stroke-color: var(--green);
}

.zkc-page {
  color: #eae9f0;
  background-color: #1d1c26;
  height: auto;
  padding: 128px 32px 600px;
  font-family: Rethink Sans, system-ui, sans-serif;
}

.zkc-shell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px 96px;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zkc-eyebrow {
  color: #8a8aa8;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
}

.zkc-eyebrow.zkc-eyebrow-sm {
  font-family: Space Grotesk, sans-serif;
}

.zkc-eyebrow-sm {
  margin-bottom: 16px;
  font-size: 12px;
}

.zkc-title {
  color: #f4f2fb;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Space Grotesk, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.02;
}

.zkc-lede {
  color: #cabfd8;
  width: 400px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Rethink Sans, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.zkc-lede.titlecontact.exception {
  color: #f4f2fb;
  font-size: 36px;
}

.zkc-lede.contact_text {
  font-weight: 400;
  line-height: 1.6;
}

.zkc-block {
  outline-offset: 0px;
  border-top: 1px #8a8aa82e;
  outline: 3px #eae9f0;
  width: auto;
  padding-top: 20px;
  padding-bottom: 0;
}

.zkc-contact {
  color: #fff;
  background-color: #8a8aa800;
  border-top: 0 solid #ffffff45;
  border-bottom: .2px solid #ffffff45;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 35px 15px 35px 0;
  text-decoration: none;
  display: flex;
}

.zkc-contact.line_up_only {
  border-top-width: .2px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.zkc-avatar {
  color: #c4bcd6;
  letter-spacing: .04em;
  background-color: #291e38;
  background-image: url('../images/Domen-Trsar-Head-of-Additive-Technologi-200x300.jpg');
  background-size: cover;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.zkc-avatar.avatar_bogdan {
  background-image: url('../images/mali-bogdan-001-xx-628751b4d72ab.jpg');
}

.zkc-contact-body {
  white-space: normal;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.zkc-name {
  color: #eae9f0;
  margin: 0 0 4px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.zkc-role {
  color: #c4bcd6;
  margin: 0 0 8px;
  font-size: 14px;
}

.zkc-meta {
  color: #8a8aa8;
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.5;
}

.zkc-link {
  color: #c4bcd6;
  border-bottom: 1px solid #a397bc66;
  text-decoration: none;
}

.zkc-loc-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
  padding-bottom: 20px;
  display: grid;
}

.zkc-loc-h {
  color: #eae9f0;
  margin: 0 0 8px;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.zkc-reply {
  color: #3cc45a;
  margin-top: 8px;
}

.zkc-right {
  background-color: #2f2c4000;
  border: 0 solid #8a8aa82e;
  border-radius: 0;
  order: 0;
  align-self: auto;
  width: 800px;
  max-width: 800px;
  padding: 48px;
}

.zkc-form-intro {
  color: #d1ced5;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6;
}

.zkc-form {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  display: flex;
}

.zkc-form._w-form {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  display: grid;
}

.zkc-field {
  flex-direction: column;
  display: flex;
}

.zkc-field.zkc-full {
  flex-flow: column;
}

.zkc-full {
  grid-column: 1 / -1;
}

.zkc-flabel {
  color: #a397bc;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
}

.zkc-input {
  color: #eae9f0;
  background-color: #1d1c26;
  border: 1px solid #4b4961;
  border-radius: 4px;
  width: 100%;
  padding: 12px 14px;
  font-family: Rethink Sans, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.zkc-input::placeholder {
  color: #9d99ad;
}

.zkc-input._w-input, .zkc-input._w-select, .zkc-input._w-select, .zkc-input._w-input {
  color: #eae9f0;
  background-color: #1d1c26;
  border: 1px solid #4b4961;
  border-radius: 4px;
  width: 100%;
  padding: 12px 14px;
  font-family: Rethink Sans, system-ui, sans-serif;
  font-size: 16px;
}

.zkc-input.is-select {
  color: #aaa;
  height: auto;
  min-height: 46px;
}

.zkc-textarea {
  resize: vertical;
  min-height: 120px;
}

.zkc-fineprint {
  color: #8a8aa8;
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 1.5;
}

.zkc-submit {
  box-shadow: 0 0 0 1px var(--kimberly), 0 0 28px 0 var(--kimberly);
  color: #06200f;
  cursor: pointer;
  background-color: #a199ba;
  border-style: none;
  border-radius: 999px;
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 40px;
  padding: 14px 32px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.zkc-submit._w-button {
  color: #06200f;
  cursor: pointer;
  background-color: #3cc45a;
  border-style: none;
  border-radius: 999px;
  grid-column: 1 / -1;
  justify-self: start;
  padding: 14px 32px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 0 0 1px #3cc45a59, 0 0 28px #3cc45a47;
}

.hb-pos-data {
  position: absolute;
  top: 42%;
  bottom: auto;
  left: 43%;
}

.hb-pos-ind {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 48%;
}

.hb-pos-mfg {
  position: absolute;
  top: 12%;
  bottom: auto;
  left: 75%;
}

._w-input-parent._w-input, ._w-select-parent._w-select {
  color: #eae9f0;
  background-color: #1d1c26;
  border: 1px solid #4b4961;
  border-radius: 4px;
  width: 100%;
  padding: 12px 14px;
  font-family: Rethink Sans, system-ui, sans-serif;
  font-size: 16px;
}

.hs-layer {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.hs-pill {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: auto;
  color: #fff;
  white-space: nowrap;
  background-color: #14131eb8;
  border: 1px solid #ffffff14;
  border-radius: 999px;
  align-items: center;
  padding: 8px 14px;
  font-family: Rethink Sans, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  box-shadow: 0 8px 24px #00000040;
}

.hs-pill.hs-pill--data {
  border-radius: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 20px;
  top: 29%;
  left: -10%;
}

.hs-pill.hs-pill--data.hs-home-ex {
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  top: 17%;
}

.hs-pill.hs-pill--data.is-dc-bottom {
  text-transform: none;
  top: 92%;
  left: 50%;
}

.hs-pill.hs-pill--ind {
  top: 92%;
  left: 50%;
}

.hs-pill.hs-pill--ind.is-ind-bottom {
  top: 90%;
  left: 49%;
}

.hs-pill.is-dc-green {
  top: 17%;
  left: -10%;
}

.hs-dot {
  border-radius: 999px;
  flex: none;
  width: 9px;
  height: 9px;
}

.hs-dot--green {
  background-color: #3cc45a;
}

.hs-dot--blue {
  background-color: #4a86ff;
}

.hs-pill-tag {
  color: #ffffff80;
  letter-spacing: .06em;
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
}

.hs-box {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: auto;
  color: #fff;
  background-color: #14131eb8;
  border: 1px solid #ffffff14;
  border-radius: 14px;
  max-width: 150px;
  padding: 12px 16px;
  font-family: Rethink Sans, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  position: absolute;
  box-shadow: 0 8px 24px #00000040;
}

.hs-box.hs-box--mfg {
  top: -13%;
}

.hs-box.hs-box--mfg.is-ind-mfg {
  top: 2%;
  left: 80%;
}

.hs-pill--data {
  top: 40%;
  left: 2.5%;
}

.background-video {
  width: 500px;
  height: 500px;
}

.zk-mfg-video {
  object-fit: cover;
  border-radius: 14px;
  flex-shrink: 0;
  width: 102%;
  height: 500px;
  display: block;
  box-shadow: 0 2px 50px -13px #00000080;
}

.hs-box--mfg {
  top: 2%;
  left: 68%;
}

.hs-pill--ind {
  top: 88%;
  left: 28%;
}

.text-block-7 {
  color: #8a86a0;
  text-align: left;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  line-height: 10px;
}

.text-block-8 {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Space Grotesk, sans-serif;
}

.text-block-9 {
  color: #8a8aa8;
  text-align: center;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.6;
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  margin-bottom: -79px;
  display: flex;
}

.text-span-2 {
  color: #3f7be7;
  -webkit-text-stroke-color: #1c4ed400;
}

.zkcm-chart {
  grid-row-gap: 36px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.zkcm-plates {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.zkcm-col {
  grid-row-gap: 14px;
  flex-direction: column;
  flex: 380px;
  min-width: 300px;
  display: flex;
}

.zkcm-plate {
  border: 1px solid #ffffff0f;
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: block;
}

.zkcm-cap {
  grid-column-gap: 8px;
  color: #8a8aa8;
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.zkcm-cap--blue {
  color: #9fb6ee;
}

.zkcm-dot {
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.zkcm-dot--grey {
  background-color: #8a8aa8;
}

.zkcm-dot--blue {
  background-color: #3f7be7;
}

.zkcm-legend {
  grid-column-gap: 8px;
  align-items: stretch;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.zkcm-bar {
  background-image: linear-gradient(#d63a2f, #e8862f, #e8d23a, #7ec84f, #3bc4c4, #3a6fe0, #2f3ec4);
  border-radius: 7px;
  width: 14px;
}

.zkcm-scale {
  color: #8a8aa8;
  flex-direction: column;
  justify-content: space-between;
  font-size: 10px;
  line-height: 1;
  display: flex;
}

.zkcm-table {
  border: 1px solid #0000000f;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.zkcm-table.mobile_only.mobi {
  display: none;
}

.zkcm-row {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.2fr 1.2fr 1.2fr;
  display: grid;
}

.zkcm-row.zkcm-row--head {
  place-content: stretch;
}

.zkcm-c {
  color: #23222e;
  overflow-wrap: break-word;
  background-color: #f6f5fa;
  border-bottom: 1px solid #e7e5ee;
  align-items: center;
  min-width: 0;
  padding: 18px 22px;
  font-size: 15px;
  display: flex;
}

.zkcm-c.zkcm-c--metric {
  text-align: left;
}

.zkcm-c--metric {
  text-align: right;
  justify-content: flex-end;
}

.zkcm-c--zk {
  background-color: #eeecf6;
}

.zkcm-c--res {
  color: #3f7be7;
  background-color: #eef1fb;
  font-weight: 500;
}

.text-block-10 {
  color: #8a8aa8;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-family: Space Grotesk, sans-serif;
}

.video {
  width: 100%;
  max-width: 100%;
  height: 240px;
}

.zk-dc-video {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 300px;
  min-height: auto;
  display: block;
}

.text-span-3 {
  font-size: 30px;
}

.form {
  flex: 1;
  order: 0;
  align-self: flex-start;
}

.text-span-4 {
  color: #8a86a0;
}

.text-span-5 {
  color: #5cc065;
}

.text-span-6, .text-span-7, .text-span-8 {
  color: #4181e0;
}

.ft__links {
  flex-flow: wrap;
  align-items: center;
  gap: 12px 36px;
  display: flex;
}

.ft__divider {
  background-color: #ffffff1f;
  flex: 0 0 100%;
  width: 100%;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  margin-top: 12px;
  margin-bottom: 4px;
}

.ft__copy {
  color: #ffffff80;
  text-align: center;
  letter-spacing: .03em;
  width: 100%;
  font-size: 13px;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.zkc-select-fix {
  box-sizing: border-box;
  color: #9d99ad;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.u-bg-video-section {
  background-image: none;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.u-above-video {
  z-index: 2;
  position: relative;
}

.bg-video-el {
  z-index: 0;
  opacity: 1;
  filter: blur(6px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.source {
  opacity: 1;
}

.bg-video-overlay {
  z-index: 1;
  pointer-events: none;
  order: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-video-overlay:after {
  pointer-events: none;
  content: "";
  background-image: linear-gradient(#141a2e59, #0f1326eb);
  position: absolute;
  inset: 0;
}

.text-block-11 {
  color: var(--black);
  align-self: center;
}

.cred-img-frame {
  border-radius: 10px;
  align-self: flex-end;
  width: 100%;
  max-width: 200%;
  height: 300px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 70px #0000002e, inset 0 0 0 1px #ffffff1f;
}

.is-zoomed-bl {
  aspect-ratio: auto;
  width: 110%;
  max-width: none;
  height: 110%;
  box-shadow: none;
  transform-origin: 0 100%;
  object-fit: cover;
  object-position: 50% 60%;
  border-radius: 0;
  align-self: stretch;
  position: static;
}

.container {
  display: none;
}

.zkwork_title {
  color: #f4f2fb;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Space Grotesk, Inter, system-ui, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.02;
}

.zkwork_text {
  color: #cabfd8;
  width: 400px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 1.6;
}

.aside {
  width: auto;
  max-width: 500px;
}

.work_title {
  color: #d8d8d8;
  margin-bottom: 0;
  font-family: Rethink Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-8 {
  width: 60%;
  transform: rotate(90deg);
}

.work-accordion-body {
  color: #fff;
  text-transform: none;
  flex-basis: 100%;
  width: 100%;
  min-height: auto;
  margin: 15px 0 0;
  padding-top: 8px;
  font-weight: 400;
  display: block;
}

.work-section-head {
  color: #cabfd8;
  margin-top: 18px;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
}

.work-section-text {
  color: #cabfd8;
  white-space: pre-line;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.work-intro {
  color: #cabfd8;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

.work-dd {
  width: 100%;
}

.work-dd-toggle {
  white-space: normal;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  column-gap: 12px;
  width: 100%;
  padding: 0;
  list-style: none;
  display: flex;
}

.work-dd-list {
  width: 100%;
  box-shadow: none;
  background-color: #0000;
  padding: 0;
  display: flex;
  position: static;
}

.work-dd-arrow {
  flex-shrink: 0;
}

.zk-acc {
  width: 100%;
}

.zk-acc-toggle {
  white-space: normal;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  column-gap: 12px;
  width: 100%;
  padding: 0;
  list-style: none;
  display: flex;
}

.zk-acc-body {
  color: #fff;
  text-transform: none;
  flex-basis: 100%;
  width: 100%;
  min-height: auto;
  margin: 0;
  padding-top: 8px;
  font-weight: 400;
  display: block;
}

.zk-acc-arrow {
  flex-shrink: 0;
}

.container-2, .container-3, .container-4 {
  display: none;
}

.div_values {
  min-height: 240px;
}

.image-9 {
  clear: none;
  filter: blur(2px);
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
}

.div-block-15 {
  opacity: 1;
  filter: blur();
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-16 {
  overflow: hidden;
}

.text-span-9 {
  color: #5fd97b;
}

.text-block-12 {
  display: none;
}

.temp_desktop {
  color: #8a8aa8;
  text-align: center;
  margin-bottom: -36px;
  font-size: 12px;
}

.zk-graphs-mobile-slider {
  display: none;
}

@media screen and (min-width: 1920px) {
  .hero__right {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .hero__right.hero-right-ind {
    flex: 1;
    width: 100%;
    max-width: 100%;
    position: relative;
    right: auto;
  }

  .inner-content.is-flex-center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-2.is-dark.is-h-center, .body-text.is-narrow-x.is-centered-x {
    text-align: center;
  }

  .highlight-grid {
    align-items: center;
  }

  .highlight-card-single {
    box-shadow: 0 12px 34px #08070e80;
  }

  .highlight-card-single.is-highlighted {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .hp-hero-img-2 {
    flex: 1;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .stats-grid {
    text-align: center;
    justify-content: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .stats-single-wrap {
    text-align: center;
    align-items: center;
  }

  .zk-graphs {
    z-index: 1;
    background-color: #0000;
    border-radius: 20px;
    padding: 40px;
    position: relative;
  }

  .zk-graph-row {
    background-color: #0000;
    border-radius: 0;
    padding: 0;
  }

  .zk-card {
    background-color: #0000;
    border-width: 0;
    padding: 0;
  }

  .cta-button-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
    margin-top: 28px;
    display: flex;
  }

  .zk-graphs-box {
    background-color: #2a293a;
    border-radius: 20px;
    width: 100%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .zk-graphs-box-bg {
    z-index: 0;
    background-color: #143113;
    border-radius: 20px;
    position: absolute;
    inset: 0;
  }
}

@media screen and (max-width: 991px) {
  .nav:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
    width: auto;
  }

  .nav__inner {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav__inner:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav__inner.is-in-mobile-menu {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .nav__inner.is-in-mobile-menu:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
    margin-left: 0;
  }

  .nav__links, .nav__links:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
    display: none;
  }

  .nav__links.is-mobile-menu-nav-links-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .nav__links.is-mobile-menu-nav-links-wrap:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
    align-self: flex-start;
    padding-top: 0;
  }

  .nav__link.w--current:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
    align-self: flex-start;
  }

  .nav__link.is-mobile-menu-link.is-careers:where(.w-variant-d1455953-78b0-ecab-d4ff-a01b2907ec71) {
    color: var(--athens-grey);
    border-bottom-width: 2px;
    border-bottom-color: #a397bc;
    font-weight: 700;
  }

  .hero__inner {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 40px;
    margin-left: 35px;
    margin-right: 35px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__inner.hero__industrial {
    padding-bottom: 50px;
  }

  .hero__left.is-narrow {
    align-self: center;
    max-width: none;
  }

  .hero__title {
    font-size: 56px;
  }

  .hero__right {
    width: 100%;
    max-width: 100%;
    right: 0;
  }

  .rd__photo {
    display: none;
  }

  .rd__inner {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 36px;
  }

  .rd__title {
    font-size: 32px;
  }

  .cred__inner {
    padding-left: 35px;
    padding-right: 35px;
  }

  .cred__card {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .cred__title {
    text-align: left;
  }

  .cred__right {
    flex-flow: column;
    align-self: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .e2e {
    display: block;
  }

  .e2e__title {
    font-size: 30px;
  }

  .e2e__cards {
    flex-direction: column;
    row-gap: 24px;
  }

  .e2e__cards.is-3 {
    flex-flow: row;
    width: auto;
    display: none;
  }

  .e2e__card-body {
    height: 220px;
  }

  .e2e__card-body.body_homepage {
    height: auto;
  }

  .mfg {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .mfg__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 36px;
    width: auto;
    padding-bottom: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .mfg__title {
    font-size: 46px;
  }

  .mfg__right {
    justify-content: center;
    align-items: center;
  }

  .team {
    padding-bottom: 58px;
    display: block;
  }

  .team.is-dark {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 30px;
    width: auto;
  }

  .team__title {
    font-size: 46px;
  }

  .team__right {
    width: 100%;
  }

  .team__photo {
    background-image: url('../images/zk-office-06-2026-group-photo-ema-gasper-web-2.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
  }

  .ft {
    padding-left: 35px;
    padding-right: 35px;
  }

  .ft__inner {
    flex-flow: column;
  }

  .hp-hero-img {
    width: 100%;
    max-width: 100%;
  }

  .inner-content {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 15px;
    display: flex;
  }

  .inner-content.inner-content-add-padding {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 65px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .section-basic {
    padding-top: 20px;
  }

  .section-basic.is-black {
    padding-bottom: 40px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-4.is-logo {
    flex-flow: row;
    justify-content: flex-start;
    place-items: center end;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .div-block-4.is-logo.sim_top {
    display: none;
  }

  .div-block-4.is-logo.sim_bottom {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-4 {
    order: -9999;
    max-width: 100%;
  }

  .heading-2 {
    width: auto;
  }

  .e2e-card-img {
    box-sizing: border-box;
    object-fit: cover;
    object-position: 50% 55%;
    height: 300px;
    position: static;
    transform: scale(1.1);
  }

  .e2e-card-img.nocrop {
    transform: none;
  }

  .partner-text-wrap {
    margin-top: 50px;
    display: none;
  }

  .partner-text-wrap.hero_partner_top {
    display: none;
  }

  .partner-text-wrap.hero_partner_bottom {
    display: flex;
  }

  .partner-text-wrap.hero_data_top {
    order: 9999;
    display: flex;
  }

  .partner-text-wrap.hero_data_top.data_center {
    display: none;
  }

  .partner-text-wrap.hero_data_top.industrial_dot.bottom_ind, .partner-text-wrap.hero_data_bot {
    display: flex;
  }

  .table-wrap {
    align-items: flex-start;
    width: auto;
    min-width: 0;
    display: none;
  }

  .table-single-row {
    justify-content: space-between;
    width: auto;
  }

  .table-col-2 {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .table-col-2-text {
    width: 200px;
  }

  .siemens-logo.is-fixed {
    order: 9999;
    align-self: stretch;
    width: auto;
    max-width: 150px;
  }

  .quote-block {
    margin-top: -35px;
    display: flex;
  }

  .zk-graph-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: auto;
    min-width: 0;
    height: auto;
    display: flex;
  }

  .graphtop_car {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    flex-grow: 1;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
  }

  .graphbottom_car {
    object-fit: contain;
    align-self: center;
    min-width: 0;
    margin-bottom: 40px;
    display: block;
  }

  .text_block1 {
    width: auto;
  }

  .mobile-menu-open {
    width: 40px;
    height: 40px;
    display: block;
  }

  .mobile-menu-open:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
    display: block;
  }

  .mobile-menu-container {
    z-index: 2;
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    background-color: #16141f;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 22px 25px 42px;
    display: none;
    position: absolute;
    top: 0;
  }

  .mobile-menu-container:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 25px;
    display: none;
  }

  .mobile-menu-container:where(.w-variant-113ec926-28d2-6dbf-7de7-142d11ef705c), .mobile-menu-container:where(.w-variant-d1455953-78b0-ecab-d4ff-a01b2907ec71) {
    display: none;
  }

  .mobile-menu-close {
    width: 40px;
    height: 40px;
    display: block;
  }

  .zk-graphs-box {
    display: none;
  }

  .div-block-8 {
    flex-shrink: 1;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .zkc-page {
    padding-top: 50px;
    padding-bottom: 500px;
  }

  .zkc-shell {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .zkc-eyebrow.zkc-eyebrow-sm {
    width: auto;
  }

  .zkc-title {
    font-weight: 700;
  }

  .zkc-lede.titlecontact {
    color: #f4f2fb;
    width: auto;
    margin-bottom: 20px;
    font-size: 36px;
  }

  .zkc-lede.titlecontact.exception {
    font-size: 46px;
    font-weight: 700;
  }

  .zkc-block {
    border-bottom: 0 solid #ffffff45;
    border-radius: 0;
    width: auto;
  }

  .zkc-contact {
    flex-flow: wrap;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
  }

  .zkc-contact.line_up_only {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .zkc-name {
    margin-bottom: 20px;
  }

  .zkc-link {
    text-decoration: none;
  }

  .zkc-right {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    width: 100%;
    max-width: none;
    padding: 0;
    display: flex;
  }

  .hs-layer {
    flex-flow: row;
    display: flex;
  }

  .hs-pill.hs-pill--data.hs-home-ex {
    top: -8%;
    left: 58%;
    transform: scale(.8);
  }

  .hs-pill.hs-pill--data.is-dc-bottom {
    top: 78%;
    left: 4%;
    transform: scale(.8);
  }

  .hs-pill.hs-pill--ind {
    top: 100%;
    left: 4%;
    transform: scale(.8);
  }

  .hs-pill.is-dc-green {
    top: -6%;
    left: 54%;
    transform: scale(.8);
  }

  .hs-box.hs-box--mfg {
    top: 80%;
    left: 68%;
    transform: scale(.8);
  }

  .hs-box.hs-box--mfg.is-ind-mfg {
    top: -11%;
    left: 78%;
    transform: scale(1);
  }

  .zk-mfg-video {
    width: 100%;
    height: 100%;
  }

  .zkcm-plates {
    flex-flow: column;
  }

  .zkcm-plate {
    object-fit: fill;
  }

  .zkcm-cap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .zkcm-legend {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    transform: rotate(0);
  }

  .zkcm-bar {
    background-image: linear-gradient(to right, #d63a2f, #e8862f, #e8d23a, #7ec84f, #3bc4c4, #3a6fe0, #2f3ec4);
    width: 100%;
    height: 14px;
    transform: rotate(0);
  }

  .zkcm-scale {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
    display: flex;
  }

  .zkcm-table {
    align-self: center;
  }

  .zk-dc-video {
    height: 300px;
  }

  .u-bg-video-section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cred-img-frame {
    width: 100%;
  }

  .slider {
    background-color: #ddd0;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    height: auto;
    padding-top: 30px;
    display: flex;
  }

  .container {
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    max-width: none;
    height: auto;
    display: flex;
  }

  .slide {
    vertical-align: baseline;
    height: auto;
  }

  .slide-nav {
    padding-top: 0;
  }

  .icon, .icon-2 {
    width: auto;
    font-size: 16px;
  }

  .zkwork_text {
    margin-bottom: 0;
  }

  .image-8 {
    width: 48px;
    height: 48px;
  }

  .div-block-12 {
    align-self: auto;
  }

  .container-2 {
    flex: 0 auto;
    align-self: center;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    display: block;
  }

  .slide-2, .mask {
    width: auto;
    height: auto;
  }

  .slider-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .icon-3, .icon-4 {
    transform: scale(0);
  }

  .slider-3 {
    background-color: #ddd0;
    width: 100%;
  }

  .container-3 {
    width: 100%;
    max-width: none;
    margin-top: 160px;
    display: block;
  }

  .slide-3 {
    width: auto;
  }

  .icon-5, .icon-6 {
    transform: scale(0);
  }

  .right-arrow, .left-arrow {
    width: 50%;
    display: block;
  }

  .div-block-14 {
    z-index: 2;
    float: none;
    grid-column-gap: 63px;
    grid-row-gap: 63px;
    text-align: center;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: -84px;
    display: flex;
    position: relative;
    top: -35px;
    bottom: 0;
  }

  .div-block-14.ind_thermal_arrows {
    margin-top: 0;
    display: flex;
  }

  .div-block-14.arrows_graphs {
    margin-top: -10px;
  }

  .right-arrow-2, .left-arrow-2 {
    width: 50%;
    display: block;
  }

  .slide-nav-3 {
    padding-top: 0;
    padding-bottom: 114px;
  }

  .right-arrow-3, .left-arrow-3 {
    width: 50%;
  }

  .image-9 {
    box-sizing: border-box;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .div-block-17 {
    overflow: hidden;
  }

  .text-block-12 {
    color: #8a8aa8;
    font-size: 12px;
    display: block;
  }

  .temp_desktop {
    display: none;
  }

  .zk-graphs-mobile-slider {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nav__inner {
    position: relative;
  }

  .nav__inner:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c), .nav__inner:where(.w-variant-113ec926-28d2-6dbf-7de7-142d11ef705c) {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav__inner.is-in-mobile-menu {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .nav__inner.is-in-mobile-menu:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: auto;
    max-width: none;
    display: flex;
  }

  .nav__links {
    column-gap: 16px;
  }

  .nav__links.is-mobile-menu-nav-links-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .nav__link {
    display: none;
  }

  .nav__link.is-mobile-menu-link {
    display: block;
  }

  .nav__btn {
    display: none;
  }

  .nav__btn.is-mobilemenu-btn {
    margin-top: 24px;
    display: block;
  }

  .hero__inner {
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero__sub.is-wide {
    display: none;
  }

  .e2e {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .e2e__cards.is-3 {
    grid-template-columns: 1fr;
  }

  .e2e__card-body {
    height: 280px;
  }

  .mfg {
    width: auto;
    max-width: none;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .ft__inner {
    flex-direction: column;
    row-gap: 36px;
  }

  .logo-img:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
    width: auto;
    margin-left: 0;
  }

  .inner-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-content.inner-content-add-padding {
    width: 100%;
    max-width: none;
    padding-bottom: 65px;
  }

  .inner-content.inner-content-add-padding.homepage_1.except {
    padding-bottom: 65px;
  }

  .inner-content.is-flex-center {
    margin-left: 35px;
    margin-right: 35px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-basic {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .heading-2.is-big.is-dark {
    width: 84.4193%;
  }

  .body-text {
    width: auto;
  }

  .e2e-card-img {
    object-position: 50% 60%;
    overflow: hidden;
    transform: scale(1.3);
  }

  .e2e-card-img.secondslide, .e2e-card-img.thirdslide, .e2e-card-img.homepage_cards {
    transform: none;
  }

  .partner-text-wrap.hero_data_top, .partner-text-wrap.hero_data_bot {
    display: flex;
  }

  .materials-card-txt {
    text-align: center;
  }

  .table-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .table-single-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .table-col-2-text {
    width: auto;
  }

  .table-col-2-txt {
    margin-left: 0;
  }

  .left-right-grid {
    flex-flow: column;
    display: flex;
  }

  .applications-cards-grid {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .quote-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mobile-menu-open {
    display: block;
  }

  .mobile-menu-open:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
    order: 0;
    width: auto;
    max-width: none;
    margin-right: 0;
  }

  .mobile-menu-container {
    z-index: 2;
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    background-color: #16141f;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 22px 25px 42px;
    display: none;
    position: absolute;
    top: 0;
  }

  .mobile-menu-container:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    background-color: #16141f;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    max-width: 1350px;
    display: none;
  }

  .mobile-menu-container:where(.w-variant-113ec926-28d2-6dbf-7de7-142d11ef705c), .mobile-menu-container:where(.w-variant-d1455953-78b0-ecab-d4ff-a01b2907ec71) {
    display: none;
  }

  .mobile-menu-close {
    width: 40px;
    height: 40px;
    display: block;
  }

  .zkc-page {
    padding-top: 50px;
    padding-bottom: 250px;
  }

  .zkc-lede.titlecontact {
    margin-bottom: 20px;
  }

  .zkc-block {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .zkc-block.location {
    padding-top: 20px;
  }

  .zkc-loc-grid {
    padding-bottom: 0;
  }

  .zkc-right {
    padding: 20px 0;
  }

  .hs-layer {
    justify-content: space-between;
  }

  .hs-pill.hs-pill--data.is-dc-bottom {
    top: 74%;
  }

  .hs-pill.hs-pill--ind.is-ind-bottom {
    top: 3%;
    left: -2%;
  }

  .hs-pill.is-dc-green {
    top: 11%;
    left: -1%;
  }

  .hs-box.hs-box--mfg.is-ind-mfg {
    top: 69%;
    left: 67%;
    transform: scale(.8);
  }

  .div-block-11 {
    margin-top: 65px;
    margin-bottom: 0;
  }

  .zkcm-chart {
    align-items: center;
  }

  .zkcm-plates {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
  }

  .zkcm-legend {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .zkcm-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: repeat(auto-fit, 70px);
    grid-template-columns: .7fr 1fr 1fr .7fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
    display: grid;
  }

  .zkcm-row.zkcm-row--head.is_phone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .7fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: stretch stretch;
    font-size: 12px;
    display: grid;
  }

  .zkcm-c {
    width: 100%;
    padding: 10px 12px;
  }

  .zkcm-c.zkcm-c--metric {
    justify-content: space-between;
    width: 100%;
  }

  .zkcm-c.zkcm-c--metric.is_phone {
    width: auto;
    font-size: 13px;
  }

  .zkcm-c.zkcm-c--metric.is_phone.col_1 {
    width: auto;
    max-width: none;
  }

  .zkcm-c.zkcm-c--zk.is_phone {
    flex-flow: row;
    width: 100%;
  }

  .zkcm-c.zkcm-c--zk.is_phone.col_3 {
    text-transform: uppercase;
  }

  .zkcm-c.zkcm-c--res.is_phone {
    justify-content: center;
    align-items: center;
  }

  .zkcm-c.is_phone {
    width: 100%;
  }

  .zkcm-c.col_2 {
    width: auto;
  }

  .ft__links {
    justify-content: center;
    align-items: center;
  }

  .u-bg-video-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon, .icon-2 {
    display: none;
  }

  .zkwork_text {
    margin-bottom: 0;
  }

  .image-8 {
    width: 28px;
    height: 28px;
    transform: rotate(90deg);
  }

  .container-3 {
    margin-top: 65px;
  }

  .container-4 {
    border-radius: 0;
    flex-flow: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .slide-5 {
    width: 100%;
    box-shadow: 0 2px 5px #0003;
  }

  .mask-2 {
    border-radius: 0;
  }

  .slider-4 {
    background-color: #f4f2fb;
    border-radius: 14px;
    align-self: center;
    width: 100%;
    height: 100%;
  }

  .slide-nav-2 {
    flex-flow: row;
    width: auto;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .icon-7, .icon-8 {
    transform: scale(0);
  }

  .div-block-13 {
    border-radius: 0;
    padding: 25px;
  }

  .slide_value {
    vertical-align: baseline;
    border-radius: 0;
  }

  .div_values {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    min-height: 200px;
    margin-bottom: 25px;
    padding: 25px;
    display: flex;
  }

  .graph_ind_txt {
    background-color: #f6f5fa;
    width: 100px;
    padding: 18px 6px;
    font-size: 10px;
  }

  .div-block-14 {
    margin-top: 26px;
  }

  .div-block-14.ind_thermal_arrows {
    margin-top: 0;
  }

  .div-block-14.thermal_value_arrows {
    grid-column-gap: 130px;
    grid-row-gap: 130px;
    filter: invert();
    flex-flow: row;
    margin-top: -9px;
  }

  .slide-nav-3 {
    margin-top: 0;
    padding-top: 36px;
    padding-bottom: 0;
  }

  .right-arrow-4, .left-arrow-4 {
    width: 50%;
  }

  .image-9 {
    object-fit: cover;
  }

  .div-block-17 {
    overflow: hidden;
  }

  .zkcm_newtable {
    margin-top: 78px;
    padding-top: 0;
  }

  .tabela_title {
    background-color: #f8f7fc;
    border-top: 1px solid #e7e5ee;
    border-left: 1px solid #e7e5ee;
    border-right: 1px solid #e7e5ee;
    border-radius: 12px 12px 0 0;
    padding: 20px 15px;
    font-size: 20px;
    font-weight: 700;
  }

  .tabela_h2 {
    text-transform: uppercase;
    background-color: #f2f1f8;
    min-width: 0;
    padding: 15px;
  }

  .tabela_h2.tabela_number {
    border-bottom: 1px solid #e7e5ee;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding-top: 5px;
    font-size: 36px;
    font-weight: 700;
  }

  .tabela_h2.tabela_number.zk_side {
    background-color: #eceaf4;
  }

  .tabela_h2.tab_val_up {
    border-top: 1px solid #e7e5ee;
    border-left: 1px solid #e7e5ee;
    border-right: 1px solid #e7e5ee;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .tabela_h2.tab_val_up.zk_side {
    background-color: #eceaf4;
  }

  .zkcm_rows_new {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 12px;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-columns: minmax(0, 1fr);
    margin-bottom: 40px;
    display: grid;
    box-shadow: 0 0 12px 1px #0003;
  }

  .tabela_celcius {
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
  }

  .tabela_bot {
    background-color: #edf2fb;
    border: 1px solid #e9e9e9;
    border-bottom-color: #e7e5ee;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
  }

  .tab_is_blue {
    color: #2563eb;
    font-weight: 700;
  }
}

@media screen and (max-width: 479px) {
  .nav__inner {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav__inner:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav__inner:where(.w-variant-113ec926-28d2-6dbf-7de7-142d11ef705c) {
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav__inner.is-in-mobile-menu:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
    justify-content: space-between;
    align-items: flex-end;
  }

  .nav__inner.is-in-mobile-menu.expanded {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .nav__links.is-mobile-menu-nav-links-wrap {
    width: 100%;
  }

  .nav__links.is-mobile-menu-nav-links-wrap:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
    align-self: flex-start;
    padding-top: 0;
  }

  .nav__link.w--current:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
    align-self: flex-start;
  }

  .nav__link.is-mobile-menu-link.is-careers:where(.w-variant-d1455953-78b0-ecab-d4ff-a01b2907ec71) {
    font-weight: 400;
  }

  .nav__btn {
    display: none;
  }

  .nav__btn.is-mobilemenu-btn {
    margin-top: 16px;
  }

  .hero__inner {
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 0;
  }

  .hero__inner.hero__industrial {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
  }

  .hero__title {
    font-size: 40px;
    line-height: 1.16;
  }

  .hero__title.is-smaller {
    font-size: 36px;
  }

  .hero__title.hero_2 {
    padding-bottom: 15px;
  }

  .hero__sub {
    max-width: 100%;
  }

  .hero__right {
    right: 0;
  }

  .cred, .cred__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cred__card {
    flex: 0 auto;
    order: 0;
    align-self: center;
    margin-top: 0;
    padding: 20px;
    position: static;
  }

  .cred__title {
    text-align: left;
    font-size: 26px;
    line-height: 1.16;
  }

  .cred__sub {
    line-height: 20px;
  }

  .cred__right {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .e2e {
    padding-top: 40px;
  }

  .e2e__cards {
    margin-top: 20px;
  }

  .e2e__cards.is-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .e2e__card-body {
    height: 340px;
    padding-bottom: 0;
  }

  .e2e__card-body.body_homepage, .e2e__card-body.body_homepage.homepageonly {
    padding-bottom: 20px;
  }

  .e2e__card-text {
    line-height: 20px;
  }

  .mfg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mfg__inner {
    width: 100%;
    padding: 0 20px;
  }

  .mfg__title {
    line-height: 1;
  }

  .mfg__title.mobile_bottom {
    font-size: 26px;
  }

  .mfg__sub {
    line-height: 20px;
  }

  .mfg__right {
    width: 100%;
  }

  .team, .team.is-dark {
    padding-bottom: 0;
  }

  .team__inner {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team__title {
    line-height: 1;
  }

  .team__title.mobile_bottom {
    font-size: 26px;
  }

  .team__sub {
    line-height: 20px;
  }

  .team__pill {
    padding-top: 0;
  }

  .team__right {
    width: 100%;
    margin-left: 0;
  }

  .ft {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ft__inner {
    margin-left: 0;
    margin-right: 0;
    padding: 56px 0;
  }

  .ft__cols {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: flex-start;
  }

  .ft__link {
    margin-bottom: 0;
  }

  .div-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .hp-hero-img {
    max-width: 100%;
    height: 100%;
  }

  .logo-img {
    align-self: auto;
    height: 20px;
  }

  .inner-content {
    width: auto;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 20px 0;
    display: flex;
  }

  .inner-content.inner-content-add-padding {
    width: 100%;
    padding-bottom: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-content.inner-content-add-padding.homepage_1 {
    padding-bottom: 25px;
  }

  .inner-content.is-1200 {
    padding: 20px;
  }

  .inner-content.is-flex-center {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-basic {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-basic.is-black {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4.is-logo {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: flex-start start;
    width: 100%;
  }

  .div-block-4.is-logo.sim_bottom {
    flex-flow: column;
    order: 9999;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 50%;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .image-4 {
    width: 100%;
  }

  .image-4.onlymobile {
    height: 100%;
    display: none;
  }

  .heading-content-wrap.is-aligned-left-dark {
    width: 100%;
    max-width: 100%;
  }

  .heading-content-wrap.has-mt {
    margin-top: 50px;
  }

  .body-text-pre-title-span.is-blue {
    font-family: Space Grotesk, sans-serif;
  }

  .heading-2 {
    width: 100%;
    font-size: 26px;
    line-height: 1.16;
  }

  .heading-2.is-big {
    font-size: 32px;
  }

  .heading-2.is-big.is-dark {
    font-size: 26px;
  }

  .body-text {
    width: 100%;
    line-height: 20px;
  }

  .body-text.is-narrow {
    max-width: 100%;
    line-height: 20px;
  }

  .body-text.is-narrow-x.is-centered-x {
    display: none;
  }

  .e2e-card-img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 200px;
    transform: scale(1.5);
  }

  .e2e-card-img.secondslide, .e2e-card-img.thirdslide {
    height: 230px;
    transform: none;
  }

  .e2e-card-img.nocrop {
    transform: none;
  }

  .partner-text-wrap.hero_partner_bottom {
    padding-left: 0;
  }

  .partner-text-wrap.hero_data_top {
    order: 9999;
    margin-top: 30px;
    padding-left: 10px;
    display: flex;
  }

  .partner-text-wrap.hero_data_top.industrial_dot.bottom_ind {
    padding-left: 0;
  }

  .partner-text-wrap.hero_data_bot {
    margin-top: 80px;
    padding-left: 0;
    display: flex;
  }

  .div-block-5 {
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    padding: 24px;
  }

  .left-right-img.bevel-img {
    margin-left: 0;
  }

  .hero__eyebrow-3 {
    font-family: Space Grotesk, sans-serif;
    font-weight: 400;
  }

  .section-stats {
    padding-top: 0;
    padding-bottom: 0;
  }

  .stats-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .stats-single-wrap {
    align-self: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .stats-title {
    font-size: 36px;
  }

  .stats-txt {
    font-size: 12px;
  }

  .materials-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .table-col-2 {
    width: 100%;
    min-width: 100%;
    max-width: 33%;
  }

  .table-col-2-text {
    font-size: 20px;
  }

  .table-col-3 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .table-col-2-txt {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    font-family: Rethink Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .cta-primary {
    width: 100%;
  }

  .left-right-grid {
    margin-top: 65px;
  }

  .table-wrap-2 {
    width: 100%;
    max-width: 100%;
  }

  .table-2-col-2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

  .table-2-col-2-text {
    word-break: normal;
    width: 100%;
    max-width: 100%;
  }

  .table-2-single-row {
    flex-flow: column;
    max-width: 100%;
  }

  .applications-cards-grid {
    grid-template-columns: 1fr;
    display: none;
  }

  .applications-card-single {
    background-color: #f4f2fb00;
    border-width: 0;
    border-radius: 0;
  }

  .applications-card-txt {
    font-size: 15px;
  }

  .industrial-hero-footer-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .industrial-footer-content-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
  }

  .industrial-footer-nav-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .credibility-media {
    align-items: flex-start;
  }

  .credibility-media.has-mt-42 {
    margin-top: 42px;
  }

  .siemens-logo.is-fixed {
    width: auto;
  }

  .quote-block {
    margin-top: 76px;
    padding: 0;
    font-size: 26px;
    display: none;
  }

  .zk-graph-row {
    flex-flow: column;
  }

  .text_block1 {
    width: 100%;
    max-width: 100%;
    font-size: 36px;
  }

  .text_block1.naslov {
    font-size: 26px;
    line-height: 1.16;
  }

  .text_block_1 {
    line-height: 20px;
  }

  .div-block-7 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .cta-button-row.is-centered {
    flex-flow: column;
    width: 100%;
  }

  .cm-heatmaps {
    flex-flow: column;
  }

  .cm-scale {
    padding-bottom: 0;
  }

  .cm-table {
    overflow: auto;
  }

  .cm-table-container {
    overflow-x: scroll;
  }

  .mobile-menu-container {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .mobile-menu-container:where(.w-variant-154742b2-3f30-c8ad-3349-6891db29926c) {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .mobile-menu-container:where(.w-variant-113ec926-28d2-6dbf-7de7-142d11ef705c) {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: none;
  }

  .mobile-menu-container:where(.w-variant-d1455953-78b0-ecab-d4ff-a01b2907ec71) {
    display: none;
  }

  .mobile-menu-close {
    width: 30px;
    height: 30px;
  }

  .image-7 {
    margin-top: 0;
  }

  .zkc-page {
    padding: 20px 20px 250px;
  }

  .zkc-title {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    font-size: 40px;
    line-height: 1.16;
    display: flex;
    overflow: visible;
  }

  .zkc-lede {
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 20px;
  }

  .zkc-lede.titlecontact {
    font-size: 36px;
    font-weight: 700;
  }

  .zkc-lede.titlecontact.exception {
    font-size: 26px;
    line-height: 1.16;
  }

  .zkc-lede.contact_text {
    line-height: 20px;
  }

  .zkc-block {
    border-top-style: none;
    border-bottom: 0 solid #ffffff45;
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .zkc-block.location {
    border-bottom-style: none;
    padding-top: 10px;
  }

  .zkc-contact {
    flex-flow: wrap;
    flex: 0 auto;
    align-self: auto;
  }

  .zkc-contact-body {
    order: 0;
    align-self: center;
    display: block;
  }

  .zkc-name {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-family: Rethink Sans, sans-serif;
  }

  .zkc-right {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .zkc-submit {
    text-align: left;
    vertical-align: baseline;
    width: auto;
    height: auto;
    display: inline-block;
  }

  .hs-layer {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hs-pill.hs-pill--data.hs-home-ex {
    flex-flow: row;
    order: 0;
    align-self: auto;
    top: -27%;
    left: 26%;
  }

  .hs-pill.hs-pill--data.is-dc-bottom {
    top: 56%;
  }

  .hs-pill.hs-pill--ind {
    left: -6%;
  }

  .hs-pill.hs-pill--ind.is-ind-bottom {
    top: 2%;
    left: 3%;
  }

  .hs-pill.is-dc-green {
    top: -12%;
    left: 37%;
  }

  .hs-box.hs-box--mfg {
    top: 46%;
    left: 59%;
  }

  .hs-box.hs-box--mfg.is-ind-mfg {
    top: 62%;
    left: 52%;
    transform: scale(.8);
  }

  .div-block-11 {
    margin-top: 0;
  }

  .zkcm-chart {
    grid-row-gap: 0px;
    align-items: stretch;
    display: flex;
  }

  .zkcm-plates {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -39px;
    display: block;
  }

  .zkcm-col {
    order: 0;
    min-width: 0;
    display: flex;
  }

  .zkcm-plate {
    padding-left: 10px;
    padding-right: 10px;
  }

  .zkcm-cap {
    margin-top: -16px;
    padding-left: 10px;
  }

  .zkcm-legend {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 30px 20px 20px;
    display: flex;
  }

  .zkcm-table {
    flex-flow: column;
    width: auto;
    max-width: 100%;
    margin-top: 25px;
    display: flex;
  }

  .zkcm-table.mobile_only {
    width: 100%;
    display: none;
  }

  .zkcm-table.mobile_only.mobi {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .zkcm-row {
    display: flex;
  }

  .zkcm-row.zkcm-row--head.is_phone {
    flex-flow: row;
    display: flex;
  }

  .zkcm-c.zkcm-c--metric.is_phone {
    width: 73px;
  }

  .zkcm-c.zkcm-c--metric.is_phone.col_1 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 70px;
    padding: 10px;
    font-size: 12px;
  }

  .zkcm-c.zkcm-c--metric.is_phone.col_1.title_chart {
    font-size: 10px;
  }

  .zkcm-c.zkcm-c--zk {
    width: 50px;
  }

  .zkcm-c.zkcm-c--zk.is_phone {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .zkcm-c.zkcm-c--zk.is_phone.col_3 {
    justify-content: flex-start;
    align-items: center;
    min-width: 70px;
    padding: 10px;
    font-size: 12px;
  }

  .zkcm-c.zkcm-c--zk.is_phone.col_3.title_chart {
    font-size: 10px;
  }

  .zkcm-c.zkcm-c--res {
    width: 50px;
  }

  .zkcm-c.zkcm-c--res.is_phone {
    width: 100%;
    padding: 0;
  }

  .zkcm-c.zkcm-c--res.is_phone.col_4 {
    justify-content: flex-start;
    align-items: center;
    min-width: 70px;
    padding: 10px;
    font-size: 12px;
  }

  .zkcm-c.zkcm-c--res.is_phone.col_4.title_chart {
    font-size: 10px;
  }

  .zkcm-c.is_phone {
    width: 50%;
  }

  .zkcm-c.col_2 {
    justify-content: flex-start;
    align-items: center;
    min-width: 70px;
    max-width: 120px;
    max-height: none;
    padding: 10px;
    font-size: 12px;
  }

  .zkcm-c.col_2.title_chart {
    font-size: 10px;
  }

  .ft__links {
    justify-content: center;
    align-items: center;
  }

  .is-zoomed-bl.alt_img {
    width: 100%;
    height: 100%;
  }

  .zkwork_title {
    font-size: 40px;
    line-height: 1.16;
  }

  .zkwork_text {
    line-height: 20px;
  }

  .work_title {
    padding-bottom: 0;
    line-height: 1.2rem;
  }

  .image-8 {
    width: 24px;
    height: 24px;
    transform: rotate(90deg);
  }

  .zk-acc-toggle {
    justify-content: space-between;
    align-items: center;
  }

  .container-2 {
    flex: 0 auto;
    max-width: 100%;
    margin-top: 25px;
  }

  .icon-3, .icon-4 {
    margin-top: 170px;
  }

  .slider-3 {
    height: 100%;
  }

  .container-3 {
    margin-top: 65px;
  }

  .container-4 {
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .slide-4 {
    width: auto;
  }

  .slide-5 {
    background-color: #f4f2fb;
    height: 100%;
    padding: 28px;
  }

  .slide-6, .slide-7, .slide-8, .slide-9, .slide-10 {
    background-color: #f4f2fb;
  }

  .mask-2 {
    width: auto;
  }

  .slider-4 {
    height: auto;
  }

  .slide-nav-2 {
    background-color: #f4f2fb;
    border-radius: 20px;
  }

  .icon-7 {
    left: 42px;
  }

  .icon-8 {
    left: -42px;
  }

  .right-arrow, .left-arrow {
    display: block;
  }

  .div-block-14 {
    margin-top: 31px;
    padding-top: 0;
  }

  .div-block-14.ind_thermal_arrows {
    display: flex;
  }

  .div-block-14.thermal_value_arrows {
    filter: invert();
    margin-top: -9px;
    padding-top: 0;
  }

  .div-block-14.arrows_graphs {
    margin-top: -36px;
    top: -9px;
  }

  .right-arrow-2, .left-arrow-2 {
    display: block;
  }

  .slide-nav-3 {
    margin-top: 0;
    padding-top: 60px;
  }

  .aside-2 {
    flex-flow: column;
    display: flex;
  }

  .image-9 {
    object-fit: cover;
    position: static;
  }

  .div-block-15 {
    aspect-ratio: auto;
    flex-flow: row;
  }

  .div-block-17 {
    height: 230px;
  }

  .text-span-9 {
    color: #5fd97b;
  }

  .zkcm_newchart {
    padding-left: 20px;
    padding-right: 20px;
  }

  .zkcm_newtable {
    flex-flow: column;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tabela_title {
    background-color: #f2f1f8;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .tabela_h2.tabela_number {
    color: #8a8aa8;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .tabela_h2.tabela_number.zk_side.isblue {
    color: #2c68eb;
    padding-bottom: 10px;
  }

  .tabela_h2.tab_val_up {
    padding-top: 5px;
    font-size: 12px;
  }

  .tabela_h2.tab_val_up.zk_side {
    padding-top: 5px;
  }

  .zkcm_rows_new {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-columns: minmax(0, 1fr);
    width: auto;
    margin-bottom: 20px;
  }

  .tabela_celcius {
    color: #000;
  }

  .tabela_bot {
    color: #2563eb;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
  }

  .text-block-12 {
    color: #8a8aa8;
    padding-bottom: 5px;
    font-size: 12px;
    display: block;
  }

  .text-span-10, .text-span-11 {
    text-transform: none;
  }

  .temp_desktop {
    display: none;
  }
}

#w-node-d5150295-e274-280a-d137-5d861a635217-2715aee8, #w-node-_66bfdbf8-d799-a95a-cd4c-3766051bb5f1-2715aee8 {
  align-self: center;
}

#w-node-d0123140-2b74-ba7d-e8cd-98729469a890-2715aee8, #w-node-b04fd8ed-7b14-d315-cc58-6c625818cc9a-2715aee8 {
  align-self: start;
}

#w-node-_9175c33d-9e9d-c5ee-cd7b-0ae8a3c06647-2715aee8 {
  align-self: auto;
}

#w-node-be3833b0-dd97-e789-334e-d4039b3dc6ba-2c84ffca, #w-node-be3833b0-dd97-e789-334e-d4039b3dc6d0-2c84ffca {
  align-self: center;
}

#w-node-_20b119d7-f25d-cbd2-cc87-7ea9f49e31aa-2c84ffca, #w-node-_20b119d7-f25d-cbd2-cc87-7ea9f49e31b1-2c84ffca {
  align-self: start;
}

#w-node-e96b0637-0069-c21c-22d3-f9df3ca8b360-2c84ffca {
  place-self: baseline;
}

#w-node-ecfe60ac-b8f5-7135-275c-878be95325b4-3f44a641, #w-node-_666547a8-f558-696e-37df-02956f02238b-3f44a641 {
  place-self: center;
}

#w-node-_41d79a58-16f3-3781-dbfe-b728f6dee897-3f44a641, #w-node-_3880cad4-4dfe-4553-8fa9-ff5cd662a3f5-3f44a641, #w-node-_58202515-0022-b47c-11eb-4a611149e78f-3f44a641, #w-node-_1b2e1f71-5959-530c-6239-0a468d62260c-3f44a641 {
  justify-self: auto;
}

#w-node-_1206f6b7-40e0-e148-330f-53f73b9ef260-3f44a641 {
  place-self: start center;
}

#w-node-_001679d1-efbd-857b-a931-61c490d105ef-4c411524 {
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_41d79a58-16f3-3781-dbfe-b728f6dee897-3f44a641 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_41d79a58-16f3-3781-dbfe-b728f6dee899-3f44a641 {
    justify-self: start;
  }

  #w-node-_41d79a58-16f3-3781-dbfe-b728f6dee8a0-3f44a641 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_41d79a58-16f3-3781-dbfe-b728f6dee8a2-3f44a641 {
    justify-self: stretch;
  }

  #w-node-_41d79a58-16f3-3781-dbfe-b728f6dee8a4-3f44a641 {
    justify-self: start;
  }

  #w-node-_3880cad4-4dfe-4553-8fa9-ff5cd662a3f5-3f44a641 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_3880cad4-4dfe-4553-8fa9-ff5cd662a404-3f44a641 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_58202515-0022-b47c-11eb-4a611149e78f-3f44a641 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_58202515-0022-b47c-11eb-4a611149e79e-3f44a641 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1b2e1f71-5959-530c-6239-0a468d62260c-3f44a641 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_1b2e1f71-5959-530c-6239-0a468d62261b-3f44a641 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1b2e1f71-5959-530c-6239-0a468d62260c-3f44a641 {
    justify-self: stretch;
  }
}



/* ZK active nav URL normalization fix */
.nav__link[data-zk-current="true"],
.nav__link[aria-current="page"] {
  color: var(--athens-grey) !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-bottom-color: #a397bc !important;
}

body[primary-color="green"] .nav__link[data-zk-current="true"],
body[primary-color="green"] .nav__link[aria-current="page"] {
  border-bottom-color: #5FD97B !important;
}

body[primary-color="blue"] .nav__link[data-zk-current="true"],
body[primary-color="blue"] .nav__link[aria-current="page"] {
  border-bottom-color: #3F7BE7 !important;
}

body[primary-color="purple"] .nav__link[data-zk-current="true"],
body[primary-color="purple"] .nav__link[aria-current="page"] {
  border-bottom-color: #a397bc !important;
}

/* ZK Siemens eyebrow no-wrap fix */
.cred__eyebrow {
  white-space: nowrap !important;
}