:root {
  --black: black;
  --cadet-blue: #2fa5bc;
  --dark-slate-grey: #003945;
  --white: white;
  --cadet-blue-2: #2fa5bc17;
  --silver: #bbb;
  --yellow-green: #9bb532;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Uni Neue, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Uni Neue, sans-serif;
  font-size: 2.44rem;
  font-weight: 900;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Uni Neue, sans-serif;
  font-size: 1.9em;
  font-weight: 900;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Uni Neue, sans-serif;
  font-size: 1.56em;
  font-weight: 900;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unineue;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.5em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Uni Neue, sans-serif;
  font-size: .9em;
  font-weight: 900;
  line-height: 1.5em;
}

p {
  margin-bottom: 0;
  font-size: 1em;
}

a {
  color: var(--black);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.button {
  background-color: var(--cadet-blue);
  border-radius: 10px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  position: static;
  left: 125px;
}

.button.nav-contact {
  border-radius: 5px;
  align-items: center;
  margin-left: 25px;
  padding: 10px 20px;
  font-size: .9em;
  display: flex;
}

.button.nav-contact.lower {
  margin-top: 10px;
}

.button.btn-slider-alt {
  justify-content: center;
  align-items: center;
  height: 50px;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  top: -100px;
  left: 0;
}

.button.invert {
  background-color: var(--dark-slate-grey);
}

.button.invert.cta-is {
  text-align: center;
  flex: none;
}

.button.nav-small {
  text-align: center;
  margin-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
}

.section.center {
  z-index: 100;
  background-color: #eaf7f9;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.section.center.info {
  padding-top: 0;
  padding-bottom: 0;
}

.section.center.info.final {
  margin-bottom: 100px;
  padding-bottom: 100px;
}

.section.center.padding-plus {
  background-color: var(--white);
  padding-bottom: 50px;
}

.section.center.first {
  padding-bottom: 0;
}

.section.center.integrated {
  background-color: var(--white);
  padding-bottom: 150px;
  padding-left: 10px;
  padding-right: 10px;
}

.section.center.vertical {
  background-color: var(--white);
  flex-direction: column;
}

.section.center.no-padding {
  z-index: 0;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.center.kontakt {
  flex-direction: column;
  align-items: center;
}

.section.center.use-case {
  flex-direction: column;
}

.section.hero {
  flex-direction: column;
  justify-content: center;
  padding: 25px 5vw 100px;
  display: flex;
}

.section.hero.blue {
  z-index: 100;
  background-color: var(--cadet-blue);
  padding-top: 100px;
  position: relative;
}

.section.hero.no-bottom {
  flex-direction: column;
  padding-bottom: 0;
}

.section._10vw {
  z-index: 100;
  background-color: var(--white);
  justify-content: center;
  padding-bottom: 75px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.section.team {
  z-index: 101;
  background-color: var(--white);
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.martin {
  z-index: 100;
  background-color: var(--white);
  padding-top: 150px;
  display: flex;
  position: relative;
}

.section.workshops {
  background-color: var(--cadet-blue-2);
  flex-direction: column;
  display: flex;
}

.section.legal {
  display: flex;
}

.section.logos {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-section {
  width: 100%;
  min-width: 992px;
  max-width: 1200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-section.hero {
  flex: 0 auto;
  min-width: 992px;
  min-height: 600px;
  overflow: visible;
}

.div-section.footer {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.div-section.center.imprint {
  padding-left: 10px;
  padding-right: 10px;
}

.navbar {
  z-index: 999;
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-navbar-logo {
  align-items: center;
  width: 200px;
  display: flex;
}

.div-navbar-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-navbar {
  background-color: var(--cadet-blue-2);
  border-radius: 15px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  min-width: 992px;
  max-width: 1200px;
  height: 150px;
  margin-bottom: 25px;
  padding: 25px 50px;
  display: flex;
  box-shadow: 1px 1px 20px #00000059;
}

.image {
  object-fit: contain;
  height: 100px;
}

.div-section-col {
  border-radius: 15px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.div-section-col.hero {
  margin-top: 70px;
}

.div-img-wrapper {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-img-wrapper.blue {
  background-image: url('../images/nemione_bg1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.div-img-wrapper.blue.corner-left-top {
  background-color: #6d8fb93d;
  background-image: url('../images/i4M_produktfamilie.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 5px;
}

.div-img-wrapper.yellow {
  background-image: url('../images/i4m-bild6.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-img-wrapper.lightblue {
  background-image: url('../images/i4m-bild4.jpg');
  background-size: cover;
}

.div-img-wrapper.lightblue.rounded-bottom-left {
  background-image: url('../images/i4m-bild18.jpg');
  border-bottom-left-radius: 5px;
}

.div-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 350px;
  display: flex;
}

.div-content-wrapper.left {
  align-items: flex-start;
  padding-right: 0;
}

.div-content-wrapper.block {
  background-color: #bbb3;
  border-radius: 0;
  align-items: flex-start;
  padding: 50px;
}

.div-content-wrapper.block.corner-right-top {
  border-top-right-radius: 5px;
  align-items: flex-start;
}

.div-content-wrapper.block.bottom-rounded-right {
  border-bottom-right-radius: 5px;
}

.div-content-wrapper.use-case {
  min-height: auto;
}

.div-divider-25px {
  height: 25px;
}

.h6-category {
  color: var(--silver);
  font-size: 1.2em;
}

.div-section-footer-col {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  margin-bottom: 15px;
  font-size: .8em;
  line-height: 1.3em;
}

.h6-footer {
  color: var(--silver);
  margin-bottom: 25px;
  font-size: .8em;
  font-weight: 700;
}

.img-footer-logo {
  object-fit: contain;
  max-width: 220px;
}

.paragraph-2 {
  font-size: .8em;
}

.p-white {
  color: var(--white);
  overflow: visible;
}

.p-white.contact {
  margin-top: 25px;
}

.quote {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

.quote.contact {
  color: var(--white);
  font-size: 2em;
  font-weight: 300;
}

.div-contact {
  background-color: var(--dark-slate-grey);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 50px 50px 75px;
}

.h1-white {
  color: var(--white);
}

.h1-white.thin {
  color: var(--dark-slate-grey);
  font-family: Uni Neue, sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}

.div-feature-headline {
  z-index: 11;
  margin-bottom: 50px;
  position: relative;
}

.underlined {
  background-image: linear-gradient(to top, #2fa5bc, #2fa5bc 29%, #aadae400 30%, #fff0);
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 5px;
}

.div-feature-icon {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  max-height: 30px;
  margin-bottom: 15px;
  display: flex;
}

.icon-feature {
  color: var(--cadet-blue);
  width: 100%;
  max-width: 75px;
}

.paperplane {
  z-index: 0;
  opacity: .05;
  color: var(--cadet-blue);
  width: 200px;
  position: absolute;
  top: auto;
  left: auto;
}

.div-contact-img {
  z-index: 12;
  background-image: url('../images/nemione_martinnoll.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: relative;
}

.div-contact-img.lois {
  background-image: url('../images/nemione_martinnoll.jpg');
  background-position: 50%;
  border-radius: 5px;
}

.div-contact-img.steffi {
  background-image: url('../images/nemione_martinnoll.jpg');
  background-position: 50% 0;
  border-radius: 5px;
}

.div-contact-img.vertrieb {
  background-image: url('../images/nemione_martinnoll.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.div-contact-inner-wrapper {
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  flex: 1;
  padding-left: 50px;
}

.contact-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 50px;
  display: flex;
  position: relative;
}

.div-contact-line-wrapper {
  color: var(--white);
  align-items: flex-start;
  display: flex;
}

.div-contact-line-icon {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 30px;
  margin-right: 10px;
  display: flex;
}

.div-contact-line-text {
  color: var(--white);
}

.icon-contact {
  color: var(--cadet-blue);
  width: 25px;
}

.icon-contact.phone, .icon-contact.mail {
  width: 20px;
}

.div-adress-wrapper {
  justify-content: flex-end;
  margin-top: 75px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.html-embed-2 {
  opacity: .05;
  color: var(--cadet-blue);
  width: 40%;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.section-divider {
  width: 100%;
  height: 500px;
}

.section-divider.orbit-6 {
  background-image: url('../images/i4m_Icons_Orbitmotive_2022_6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.section-divider.orbit-3 {
  background-image: url('../images/i4m_Icons_Orbitmotive_2022_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.section-divider.orbit-7 {
  background-image: url('../images/i4m_Icons_Orbitmotive_2022_7.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.hero-headline {
  text-align: center;
  font-family: Uni Neue, sans-serif;
  font-weight: 900;
}

.p-hero {
  text-align: center;
}

.div-richt-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.div-kontakt-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-left: 0;
  display: grid;
}

.div-kontakt {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.p-black.center {
  text-align: center;
}

.navbar-mobile {
  display: none;
}

.p-datenschutz {
  margin-top: 50px;
}

.div-divider-50px {
  height: 50px;
}

.div-divider-100px {
  height: 100px;
}

.div-integrated-sensing-hero-wrapper {
  flex: 0 auto;
  max-width: 1200px;
  margin-top: 50px;
  display: flex;
}

.div-integrated-hero-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-integrated-hero-content.left {
  flex: 1;
  padding-right: 25px;
}

.div-integrated-hero-content.left.content {
  padding-right: 100px;
}

.div-integrated-hero-content.right {
  padding-left: 25px;
  position: relative;
}

.div-integrated-hero-content.absolutecontent {
  align-items: flex-start;
  position: relative;
}

.grid-integrated-features {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .7fr) minmax(200px, 1fr) minmax(200px, 1fr);
  width: 100%;
  max-width: 1200px;
  position: static;
}

.div-integrated-grid-content-wrapper.sticky {
  margin-bottom: 25px;
  padding-right: 25px;
  position: sticky;
  top: 100px;
}

.div-integrated-list-wrapper {
  background-color: var(--cadet-blue);
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 25px;
  display: flex;
}

.div-integrated-list-icon {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding-right: 25px;
  display: flex;
}

.div-integrated-list-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.img-integrated-list-icon {
  width: 50px;
  min-height: 50px;
}

.img-integrated-list-icon.img {
  width: 60px;
}

.list {
  color: var(--white);
  padding-left: 20px;
}

.image-8 {
  object-fit: cover;
  border-radius: 5px;
  flex: 1;
  position: relative;
}

.icon-integrated {
  color: var(--white);
  width: 50px;
}

.div-consulting-parts-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.div-consulting-parts-wrapper._3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-consulting-parts-content {
  background-color: var(--cadet-blue);
  border-radius: 15px;
  padding: 25px;
}

.icon-consulting-parts {
  color: var(--white);
  width: 50px;
  max-height: 50px;
}

.icon-consulting-parts.smaller {
  width: 35px;
}

.div-datenanalyse {
  width: 100%;
  max-width: 1200px;
}

.grid-consulting {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .7fr) minmax(200px, 1fr);
  width: 100%;
  max-width: 1200px;
  position: static;
}

.div-unternehmen-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 50px;
  display: flex;
}

.grid-unternehmen {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.div-referenz {
  border: 1px solid var(--cadet-blue);
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  display: flex;
}

.p-center {
  text-align: center;
  justify-content: center;
  display: flex;
}

.p-center.testimonial {
  flex-direction: column;
}

.img-referenzen-logo {
  max-width: 80%;
  max-height: 150px;
}

.div-unternehmen-hero {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-unternehmen-content-wrapper {
  width: 100%;
}

.div-team-foto-wrapper {
  width: 80%;
  display: none;
  position: relative;
  top: -150px;
  right: auto;
}

.div-2col {
  flex: 1;
}

.div-2col._30p {
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 30%;
  display: flex;
}

.div-2col.content {
  padding-bottom: 0;
  padding-left: 100px;
}

.img-martin {
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 15px;
  width: 150px;
  height: 150px;
  margin-right: 50px;
  position: absolute;
  inset: -75px auto auto;
}

.div-ceo-content {
  justify-content: center;
  display: flex;
}

.div-werte-bullets-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.container {
  width: 100vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-timeline {
  z-index: 0;
  background-color: var(--dark-slate-grey);
  border-radius: 15px;
  position: relative;
  overflow: visible;
}

.timeline_progress {
  z-index: -2;
  background-color: var(--silver);
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.timeline_image-wrapper.no-effects {
  background-image: none;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--cadet-blue), var(--cadet-blue));
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.margin-bottom-xlarge.nobottom {
  margin-bottom: 10px;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.inline-block {
  display: inline-block;
}

.timeline_text {
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.div-werte-content-wrapper {
  display: flex;
}

.div-werte-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-werte-content {
  flex: 1;
  align-items: center;
  padding-left: 25px;
  display: flex;
}

.div-block-icon {
  background-color: var(--dark-slate-grey);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.img-werte {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.heading-2 {
  font-size: 2rem;
}

.div-veroeffentlichung-wrapper {
  background-color: var(--cadet-blue);
  border-radius: 5px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 25px;
  padding: 25px;
  display: flex;
}

.icon-work {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  max-height: 30px;
  display: flex;
}

.h1-black-span {
  color: var(--white);
  font-weight: 900;
}

.div-button-wrapper {
  display: flex;
}

.section-submenu {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-subnav {
  background-color: var(--cadet-blue-2);
  border-radius: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 992px;
  max-width: 1200px;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px 50px;
  display: flex;
  box-shadow: 1px 1px 20px #00000059;
}

.p-small {
  text-align: center;
  font-size: .8em;
  line-height: 1.2em;
}

.div-divider-5px {
  height: 5px;
}

.icon-submenu {
  color: var(--cadet-blue);
  width: 25px;
  height: 30px;
  max-height: 30px;
}

.icon-submenu.small {
  width: 20px;
}

.div-icon-submenu-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-icon-submenu-wrapper.w--current {
  border-bottom: 2px solid var(--cadet-blue);
}

.grid-contact {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1200px;
}

.div-contact-img-wrapper {
  background-color: var(--dark-slate-grey);
  object-fit: cover;
  border-radius: 15px;
  padding: 25px;
  display: flex;
}

.div-contact-img-sales {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.div-block-10 {
  flex: 1;
  align-items: center;
  margin-left: 25px;
  display: flex;
}

.div-block-11 {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 50px;
}

.p-navbar {
  text-align: center;
  font-size: .8em;
  line-height: 1.2em;
}

.img-sensing-hero {
  object-fit: cover;
  border-radius: 5px;
  flex: 1;
  max-height: 350px;
  position: relative;
}

.scrollup {
  z-index: 999;
  background-color: var(--cadet-blue);
  border-radius: 15px;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto auto 50px 50px;
}

.scrollup.scrollup-js {
  background-color: var(--silver);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 0;
  left: auto;
  right: 0;
  overflow: hidden;
}

.scrollup-embed {
  color: var(--white);
  width: 20px;
  padding-top: 5px;
}

.div-block-12 {
  align-items: center;
  display: flex;
}

.div-einleitung {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 50px;
}

.div-referenz-logo-wrapper {
  justify-content: center;
  align-items: center;
  min-height: 150px;
  max-height: 150px;
  display: flex;
}

.div-hero-logo-item {
  object-fit: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  max-height: 150px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.div-hero-logo-item._4th {
  flex: 0 auto;
  width: auto;
  padding-left: 0;
}

.hero-logo-img {
  object-fit: contain;
  border-radius: 15px;
  height: 100%;
}

.div-monitoring-details-wrapper {
  width: 100%;
  max-width: 1200px;
}

.div-features-monitoring {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.div-features-monitoring.data {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-feature-wireless {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-feature-wireless-icon {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 75px;
  max-height: 75px;
  margin-bottom: 15px;
  display: flex;
}

.div-feature-wireless-inner {
  background-color: #bbbbbb4f;
  border-radius: 15px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  display: flex;
}

.div-2col-wireless {
  flex: 1;
}

.div-2col-wireless.left {
  flex: 0 auto;
  width: 40%;
  margin-right: 50px;
}

.img-round {
  border-radius: 15px;
}

.trademark {
  font-size: .5em;
  line-height: 1.2em;
  position: relative;
  top: -8px;
}

.icon-hero {
  color: var(--white);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.div-services-wrapper {
  width: 90%;
  max-width: 1200px;
}

.grid-services {
  grid-row-gap: 75px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.div-services-item {
  background-color: #bbb3;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  padding: 50px 50px 50px 75px;
  display: flex;
  position: relative;
}

.div-services-icon-wrapper {
  background-color: var(--dark-slate-grey);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: -50px auto auto -50px;
}

.div-services-text {
  flex: 0 auto;
  max-width: 50%;
}

.grid-services-list {
  grid-template-rows: auto;
  margin-top: 25px;
}

.p-services-headline {
  text-align: left;
  font-size: 1.5em;
  font-weight: 700;
}

.p-services-text {
  text-align: left;
}

.div-services-list {
  object-fit: cover;
  background-color: #6d8fb93d;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  margin-left: 50px;
  display: flex;
}

.div-services-text-wrapper {
  z-index: 1;
  flex-direction: row;
  display: flex;
  position: relative;
}

.div-services-img-wrapper {
  z-index: 1;
  flex-direction: row;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.grid-services-img {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  display: none;
}

.img-services {
  object-fit: cover;
  width: 100%;
}

.div-services-img-item-wrapper {
  object-fit: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 150px;
  display: flex;
  overflow: hidden;
}

.div-monitoring-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.div-monitoring-details-inner-wrapper {
  display: flex;
}

.img-round-corner {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.div-mobile-hero {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.section-case {
  background-color: var(--cadet-blue-2);
  justify-content: center;
  align-items: center;
  padding: 100px 10px;
  display: flex;
  position: relative;
}

.div-case-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.div-case-image-wrapper {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-case-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-case-content-wrapper.nobutton {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
}

.div-case-content-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-case {
  background-color: var(--cadet-blue);
  color: var(--white);
  border-radius: 10px;
  height: 65px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  display: flex;
}

.button-case.use-case {
  background-color: var(--dark-slate-grey);
  margin-top: 0;
}

.button-case.right {
  background-color: var(--cadet-blue);
  margin-left: 10px;
}

.button-case.left {
  background-color: var(--dark-slate-grey);
}

.button-case.overview {
  background-color: var(--cadet-blue);
  margin-left: 10px;
}

.button-case-icon {
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  display: flex;
}

.button-case-icon.right {
  margin-left: 25px;
  margin-right: 0;
}

.button-case-content {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-case-content-cta {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.img-case {
  object-fit: contain;
  border-radius: 15px;
  flex: none;
  width: 100%;
}

.img-case.full {
  object-fit: cover;
}

.icon-case-button {
  color: var(--white);
  width: 30px;
  margin-top: 5px;
}

.section-slider {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.section-slider.alt {
  margin-top: 100px;
}

.slide {
  background-color: var(--cadet-blue-2);
  border: 0 solid #000;
  border-radius: 15px;
  width: 600px;
  height: 650px;
  margin-left: 0;
  margin-right: 25px;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: auto;
  display: block;
  position: relative;
}

.mask {
  width: 600px;
  height: 650px;
  overflow: visible;
}

.icon-case-item {
  color: var(--cadet-blue);
  flex: none;
  width: 15px;
  margin-right: 15px;
}

.div-item-case-wrapper {
  margin-bottom: 5px;
  display: flex;
}

.img-slider-nemi {
  object-fit: contain;
  width: 100%;
}

.p-nemi-headline {
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
}

.div-slider-wrapper {
  width: 1200px;
}

.slide-nav {
  display: none;
}

.div-img-slider-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 10px 35px;
  display: flex;
}

.grid-cta-nemione {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.img-cta-nemione {
  width: 250px;
}

.div-martin-wrapper {
  background-color: var(--cadet-blue-2);
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 100px 25px 25px;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.div-work {
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.r {
  font-size: .5em;
  font-weight: 300;
  position: relative;
  bottom: 7px;
}

.img-features-icon-svg {
  width: 50px;
  min-height: 50px;
}

.link-block-slider {
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 35px;
  transition: all .2s ease-out;
}

.link-block-slider:hover {
  transform: scale(1.02);
}

.left-arrow-alt {
  z-index: 100;
  color: var(--cadet-blue);
  background-color: #0000;
  border-radius: 15px 0 0 15px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0;
}

.right-arrow-alt {
  color: var(--cadet-blue);
  background-color: #0000;
  border-radius: 0 15px 15px 0;
  width: 50px;
  height: 50px;
  inset: 0% 0% 0% auto;
}

.p-usecasesubheadline {
  color: #8f8f8f;
  font-weight: 700;
}

.div-item-case-wrapper-2 {
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.icon-case-item-2 {
  color: #2fa5bc;
  flex: none;
  width: 15px;
  margin-right: 15px;
}

.html-datenschutz {
  width: 100%;
  margin-top: 50px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.div-logo-slider-wrapper {
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin-top: 50px;
  display: flex;
}

.slide-logo {
  width: 25%;
}

.slider-logos {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  margin-top: 50px;
  display: flex;
}

.div-slider-logo-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.mask-2 {
  background-image: linear-gradient(to right, var(--white), transparent 10%, transparent 92%, var(--white));
  width: 90%;
}

.div-usecase-wrapper {
  width: 90%;
  max-width: 1200px;
}

.div-usecase-item {
  background-color: #bbb3;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  padding: 50px;
  display: flex;
  position: relative;
}

.div-usecase-item._2nd {
  flex-direction: row;
  margin-top: 50px;
}

.div-usecase-img-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-right: 25px;
  display: flex;
}

.div-usecase-img-wrapper.white {
  background-color: var(--white);
}

.grid-usecase-imgs {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.grid-usecase-imgs._2 {
  grid-template-columns: 1fr 1fr;
}

.grid-usecase-imgs._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-usecase-img-detail-wrapper {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 5px;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.img-usecase-detail-wrapper {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.img-usecase-detail-wrapper.cover {
  object-fit: cover;
}

.img-usecase-detail-wrapper.cover.position-bottom {
  object-position: 50% 100%;
}

.img-usecase-detail-wrapper.contain {
  object-fit: contain;
}

.div-usecase-zeichnung-wrapper {
  width: 100%;
  margin-top: 50px;
}

.icon {
  color: var(--silver);
}

.div-lang-switcher-wrapper {
  display: flex;
  position: static;
  inset: 5% 5% auto auto;
}

.div-lang-switcher-wrapper-100 {
  justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  margin-top: 45px;
  margin-bottom: 5px;
  padding-right: 25px;
  display: flex;
}

.use-case-download-wrapper {
  border-radius: 5px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.div-use-case-download-img-wrapper {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-usecase-icon-wrapper {
  color: #000;
  background-color: #e6e6e6;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  height: 125px;
  padding: 12.5px 25px;
  display: flex;
}

.img-download {
  object-fit: cover;
  object-position: 50% 50%;
  border-top-right-radius: 15px;
  width: 100%;
}

.img-download.center {
  object-position: 50% 50%;
  border-radius: 0;
}

.icon-usecase-download {
  color: #2fa5bc;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  margin-right: 25px;
}

.div-features-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 200px;
  display: grid;
}

.div-features-wrapper.usecases {
  grid-template-rows: auto;
  padding-left: 0;
}

.img-walterscheid {
  width: 50%;
}

.img-langswitcher {
  width: 30px;
}

.div-flag-wrapper {
  margin-right: 10px;
}

.div-flag-wrapper.nomargin {
  margin-right: 0;
}

.img-zeichnung {
  width: 100%;
}

.div-button-wrapper-use-case {
  margin-top: 50px;
  display: flex;
}

.heading-4, .heading-5 {
  text-align: center;
}

.div-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-container._90 {
  width: 90%;
}

.heading-6 {
  font-weight: 700;
}

.h4-center {
  text-align: center;
}

.bold-text {
  font-family: Uni Neue, sans-serif;
  font-weight: 900;
}

.bold-text-2 {
  font-family: Unineue Black;
  font-weight: 900;
}

.nemi-slider-subline-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.nemi-slider-subline-inner-wrapper {
  width: 80%;
}

.p-subline-nemi-slider {
  text-align: center;
}

.video-schleifspindel, .div-block-14, .background-video {
  width: 100%;
}

.div-block-15 {
  background-color: var(--cadet-blue-2);
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding: 1rem;
  display: flex;
}

.image-12 {
  object-fit: contain;
  width: 100%;
  max-width: 300px;
  height: 100%;
  max-height: 250px;
  display: block;
  overflow: hidden;
}

.div-block-16 {
  width: 100%;
  max-width: 300px;
  height: 100%;
  margin-right: 1rem;
}

.div-block-17 {
  margin-right: 2rem;
}

.headline-cta-is {
  margin-right: 4rem;
  font-size: 1.7rem;
}

.div-block-18 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-divider-1rem {
  height: 1rem;
}

.div-block-19 {
  max-height: 100%;
}

.div-block-20 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.paragraph-3, .paragraph-4, .text-align-center {
  text-align: center;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer-h {
  width: 1rem;
}

.button-2 {
  background-color: #2fa5bc;
  border-radius: 10px;
  padding: 20px 50px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.button-2.nav-small {
  border-radius: 0 20px 0 0;
  align-items: center;
  margin-left: 35px;
  padding: 5px 20px;
  font-family: Uni Neue, sans-serif;
  font-size: .9em;
  display: flex;
}

.div-divider-5px-2 {
  width: 25px;
  height: 5px;
}

.div-block-22 {
  flex-flow: column;
  display: flex;
}

.spacer-medium {
  height: 25px;
}

@media screen and (max-width: 991px) {
  .section.center {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.center.integrated {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.center.vertical {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.center.use-case {
    padding-top: 25px;
  }

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

  .section.workshops {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-section {
    justify-content: center;
    min-width: 768px;
  }

  .div-section.hero {
    flex-direction: column;
    min-width: 768px;
    max-width: 991px;
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-section.footer {
    grid-template-columns: 1fr 1fr;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-section.center {
    justify-content: center;
    max-width: 991px;
  }

  .div-section.content {
    flex-direction: column;
  }

  .div-section.content.reverse {
    flex-direction: column-reverse;
  }

  .navbar {
    display: none;
  }

  .div-section-col.hero {
    flex: 0 auto;
    margin-top: 0;
  }

  .div-section-col.hero.datenschutz {
    margin-top: 50px;
  }

  .div-img-wrapper {
    background-image: none;
    min-height: 400px;
  }

  .div-img-wrapper.blue {
    background-image: url('../images/nemione_bg1.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .div-content-wrapper.left {
    align-items: flex-start;
    padding-left: 50px;
    padding-right: 50px;
  }

  .p-white {
    font-size: 1em;
  }

  .quote {
    font-size: 1.88rem;
  }

  .div-contact {
    width: 95%;
  }

  .h1-white {
    font-size: 2rem;
  }

  .underlined {
    background-image: linear-gradient(to top, #0000 12%, #2fa5bc 13% 20%, #2fa5bc 29%, #aadae400 30%, #fff0);
  }

  .div-contact-line-wrapper, .div-contact-line-text {
    color: var(--white);
  }

  .section-divider {
    height: 350px;
  }

  .section-divider.orbit-6, .section-divider.orbit-3, .section-divider.orbit-7 {
    height: 500px;
  }

  .hero-headline {
    text-align: center;
    font-size: 2rem;
  }

  .p-hero {
    text-align: center;
  }

  .div-kontakt-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .h1-black {
    font-size: 2rem;
  }

  .navbar-mobile {
    background-color: var(--dark-slate-grey);
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 55px;
    display: flex;
    overflow: visible;
  }

  .mobile-menu-button {
    width: 50px;
    height: 50px;
    padding: 0;
  }

  .burger-menu {
    background-color: var(--dark-slate-grey);
    line-height: 1em;
    display: flex;
  }

  .nav-menu {
    background-color: var(--dark-slate-grey);
    justify-content: center;
    align-items: center;
    display: none;
  }

  .nav-link {
    color: var(--white);
    padding-top: 15px;
    padding-bottom: 10px;
    font-family: Uni Neue, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .nav-link.w--current {
    color: var(--white);
  }

  .div-integrated-sensing-hero-wrapper {
    flex-direction: column-reverse;
  }

  .div-integrated-hero-content.left {
    margin-top: 25px;
  }

  .div-integrated-hero-content.left.content {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .div-integrated-hero-content.right {
    align-items: center;
    margin-top: 25px;
    padding-left: 0;
  }

  .grid-integrated-features {
    grid-row-gap: 0px;
    grid-template-columns: minmax(200px, .7fr) minmax(200px, 1fr);
  }

  .div-consulting-parts-wrapper {
    grid-template-columns: 1fr;
  }

  .div-unternehmen-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-unternehmen {
    grid-template-columns: 1fr;
  }

  .div-2col._30p {
    width: 100%;
  }

  .div-2col.content {
    padding-top: 50px;
    padding-left: 0;
  }

  .div-werte-bullets-wrapper {
    grid-template-columns: 1fr;
  }

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

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .timeline_date-text {
    font-size: 2em;
  }

  .timeline_text {
    font-size: 1em;
  }

  .img-werte {
    width: 50%;
  }

  .grid-contact {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-hero-logo-item {
    width: 90px;
    height: 90px;
  }

  .div-features-monitoring {
    padding-left: 0;
  }

  .div-2col-wireless.left {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-bottom: 50px;
  }

  .img-round {
    width: 100%;
  }

  .img-round.logo, .div-services-wrapper {
    width: 80%;
  }

  .div-services-item {
    flex-direction: column;
  }

  .div-services-text {
    flex-direction: column;
    max-width: 100%;
    display: flex;
  }

  .div-services-list {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-services-text-wrapper {
    flex-direction: column-reverse;
  }

  .div-monitoring-details-inner-wrapper {
    flex-direction: column;
  }

  .grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
  }

  .nav-mobile-item-box {
    border-top: 1px solid var(--cadet-blue);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 95vh;
    display: flex;
  }

  .div-mobile-hero {
    background-image: none;
    min-height: 400px;
  }

  .div-case-container {
    grid-template-columns: 1fr;
  }

  .div-case-image-wrapper {
    justify-content: center;
  }

  .div-case-content-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-case-content-wrapper.nobutton {
    grid-template-rows: auto auto;
  }

  .img-case {
    width: 90%;
  }

  .section-slider {
    margin-top: 50px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .mask {
    height: 650px;
  }

  .div-slider-wrapper {
    width: auto;
  }

  .div-work {
    flex-direction: column;
  }

  .img-features-icon-svg {
    width: 50px;
  }

  .icon-case-item-2 {
    align-items: flex-start;
  }

  .div-mobile-menu-wrapper {
    justify-content: center;
    width: 100%;
    max-height: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .image-11 {
    max-height: 55px;
  }

  .div-logo-slider-wrapper {
    width: 100%;
    max-width: 1200px;
  }

  .slide-logo {
    width: 33%;
  }

  .slider-logos {
    width: 100%;
    height: auto;
  }

  .div-usecase-wrapper {
    width: 100%;
  }

  .div-usecase-item {
    flex-direction: column;
  }

  .div-usecase-icon-wrapper {
    height: auto;
    min-height: 125px;
  }

  .div-features-wrapper {
    padding-left: 0;
  }

  .div-lang-switch-mobile-wrapper {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .button.btn-slider-alt {
    margin-left: 25px;
  }

  .section.center.padding-plus {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.center.footer {
    padding-top: 50px;
  }

  .section.center.first {
    padding-top: 0;
  }

  .section.team {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-section, .div-section.hero {
    min-width: 480px;
    max-width: 767px;
  }

  .div-section.footer {
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-section.center {
    min-width: 480px;
    max-width: 767px;
  }

  .div-section.content {
    flex-direction: column;
    min-width: 480px;
    max-width: 767px;
  }

  .div-section.content.reverse {
    flex-direction: column-reverse;
  }

  .div-section-col {
    flex: 0 auto;
  }

  .div-section-col.hero {
    flex: 0 auto;
    margin-top: 50px;
  }

  .div-img-wrapper {
    min-height: 100px;
    margin-top: 52px;
  }

  .div-img-wrapper.blue.corner-left-top {
    border-top-left-radius: 0;
  }

  .div-content-wrapper.block.corner-right-top {
    border-top-right-radius: 0;
  }

  .div-section-footer-col {
    flex: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h6-footer {
    margin-bottom: 4px;
  }

  .p-white {
    color: var(--white);
  }

  .div-feature-icon {
    width: 75px;
    max-height: 75px;
  }

  .icon-feature {
    width: 75%;
  }

  .paperplane {
    display: none;
  }

  .div-contact-img {
    margin-bottom: 25px;
  }

  .div-contact-inner-wrapper {
    flex-direction: column;
  }

  .div-block-2 {
    padding-left: 0;
  }

  .div-contact-line-wrapper, .div-contact-line-text {
    color: var(--white);
  }

  .section-divider.orbit-6, .section-divider.orbit-3, .section-divider.orbit-7 {
    height: 350px;
  }

  .p-hero {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-richt-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .div-kontakt-wrapper {
    grid-template-columns: 1fr;
  }

  .div-kontakt {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-integrated-grid-content-wrapper.sticky {
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .div-consulting-parts-wrapper._3col {
    grid-template-columns: 1fr;
  }

  .grid-consulting {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 2em;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .div-einleitung {
    margin-top: 0;
  }

  .div-hero-logo-item {
    max-height: 90px;
    display: none;
  }

  .div-hero-logo-item._4th {
    display: flex;
  }

  .div-hero-logo-item.mobile-show {
    width: 120px;
    height: 120px;
    max-height: 120px;
    display: flex;
  }

  .div-features-monitoring {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .div-features-monitoring.data {
    grid-template-columns: 1fr 1fr;
  }

  .div-feature-wireless {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-services-wrapper {
    width: 95%;
  }

  .div-services-item {
    align-items: center;
    padding-top: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-services-icon-wrapper {
    position: absolute;
    left: auto;
  }

  .div-monitoring-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .div-mobile-hero {
    min-height: 100px;
    display: flex;
  }

  .button-case.overview {
    margin-top: 25px;
    margin-left: 0;
  }

  .slide, .mask {
    width: 500px;
    height: 550px;
  }

  .grid-cta-nemione {
    grid-template-columns: 1fr;
  }

  .div-cta-nemione-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .left-arrow-alt, .right-arrow-alt {
    margin-left: 25px;
  }

  .div-usecase-wrapper {
    width: 100%;
  }

  .div-usecase-item {
    align-items: center;
    padding-top: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-usecase-item._2nd {
    flex-direction: column;
  }

  .div-usecase-img-wrapper {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .div-usecase-img-wrapper.white {
    width: 50%;
  }

  .use-case-download-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-usecase-icon-wrapper {
    width: 100%;
    height: auto;
    min-height: 100px;
  }

  .icon-usecase-download {
    width: 75px;
    margin-right: 10px;
  }

  .div-features-wrapper {
    grid-template-columns: 1fr;
  }

  .div-button-wrapper-use-case {
    flex-direction: column;
  }

  .nemi-slider-subline-inner-wrapper {
    width: 100%;
  }

  .image-12, .div-block-16 {
    max-width: none;
  }

  .div-block-17 {
    margin-right: 0;
  }

  .headline-cta-is {
    margin-top: 1rem;
    margin-right: 0;
  }

  .div-block-18 {
    flex-direction: column;
  }

  .div-block-20 {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.8rem;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  h4 {
    font-size: 1.4em;
  }

  p {
    font-size: 1em;
    line-height: 1.4em;
  }

  ul {
    margin-bottom: 0;
    padding-left: 30px;
  }

  li {
    font-size: 1em;
    line-height: 1.4em;
  }

  .button.btn-slider-alt {
    margin-left: 110px;
    line-height: 1.1em;
    display: flex;
    position: absolute;
    left: auto;
  }

  .section.center {
    margin-top: 0;
    padding-top: 75px;
  }

  .section.center.info.final, .section.center.footer {
    margin-bottom: 50px;
  }

  .section.center.use-case {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.hero {
    padding-top: 25px;
  }

  .div-section {
    min-width: 320px;
    max-width: 479px;
  }

  .div-section.hero {
    min-width: 320px;
    max-width: 479px;
    min-height: auto;
    margin-top: 0;
  }

  .div-section.footer {
    flex-direction: column;
    min-width: 320px;
    max-width: 479px;
    height: auto;
    margin-top: 0;
    padding-bottom: 50px;
  }

  .div-section.center, .div-section.content {
    min-width: 320px;
    max-width: 479px;
  }

  .div-section-col.hero {
    margin-top: 0;
  }

  .div-img-wrapper {
    display: flex;
  }

  .div-img-wrapper.lightblue.rounded-bottom-left.center {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .div-content-wrapper {
    min-height: auto;
  }

  .div-content-wrapper.left {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-content-wrapper.block {
    padding: 25px;
  }

  .div-section-footer-col {
    flex: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
  }

  .h6-footer {
    margin-bottom: 0;
  }

  .img-footer-logo {
    margin-left: -12px;
    padding-left: 0;
  }

  .p-white {
    color: var(--white);
    font-size: 1em;
  }

  .p-white:active {
    color: var(--white);
  }

  .p-white.center {
    text-align: center;
  }

  .quote {
    font-size: 1.5rem;
  }

  .quote.contact {
    font-size: 1.2em;
  }

  .div-contact {
    padding: 20px;
  }

  .h1-white {
    text-align: center;
    font-size: 1.6rem;
  }

  .icon-feature {
    flex: none;
    width: 60px;
  }

  .paperplane {
    display: none;
  }

  .div-contact-img {
    flex: none;
    width: 100px;
    height: 100px;
    margin-bottom: 50px;
  }

  .div-contact-inner-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .div-block-2 {
    flex: none;
    padding-left: 0;
  }

  .contact-wrapper {
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
  }

  .div-contact-line-wrapper {
    align-items: center;
  }

  .div-contact-line-icon.empty {
    display: none;
  }

  .div-contact-line-text {
    color: var(--white);
  }

  .icon-contact.phone, .icon-contact.mail {
    width: 15px;
  }

  .html-embed-2 {
    width: 70%;
  }

  .section-divider.orbit-6, .section-divider.orbit-3, .section-divider.orbit-7 {
    height: 250px;
  }

  .hero-headline {
    font-size: 1.6rem;
  }

  .p-hero, .div-richt-text-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-kontakt-wrapper {
    margin-top: 50px;
  }

  .div-kontakt {
    flex-direction: column;
  }

  .navbar-mobile {
    z-index: 999;
    position: relative;
  }

  .nav-link {
    margin-left: auto;
    margin-right: auto;
  }

  .div-integrated-sensing-hero-wrapper {
    margin-top: 25px;
  }

  .div-integrated-hero-content.left {
    padding-right: 0;
  }

  .grid-integrated-features {
    grid-template-columns: 1fr;
  }

  .div-integrated-grid-content-wrapper.sticky {
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .icon-integrated {
    width: 40px;
  }

  .div-consulting-parts-wrapper {
    grid-template-columns: 1fr;
  }

  .p-center {
    white-space: normal;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_date-text {
    font-size: 1.5em;
  }

  .timeline_text {
    font-size: 1em;
  }

  .div-contact-img-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .div-block-10 {
    width: 100%;
    margin-top: 25px;
    margin-left: 0;
  }

  .div-hero-logo-item.mobile-show {
    width: 90px;
    height: 90px;
    max-height: 90px;
  }

  .div-features-monitoring {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .div-features-monitoring.data {
    grid-template-columns: 1fr 1fr;
  }

  .div-feature-wireless {
    flex-direction: column;
    align-items: center;
  }

  .div-feature-wireless-icon {
    width: 50px;
  }

  .div-feature-wireless-text {
    font-size: .8em;
  }

  .div-feature-wireless-inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-services-wrapper {
    width: 95%;
  }

  .div-services-item {
    padding: 50px 10px 10px;
  }

  .div-services-icon-wrapper {
    width: 75px;
    height: 75px;
  }

  .grid-services-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-monitoring-wrapper {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: -5vh;
  }

  .div-mobile-hero {
    display: none;
  }

  .list-2 {
    margin-bottom: 0;
  }

  .section-case {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-case-image-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-case-content-wrapper {
    grid-template-columns: 1fr;
  }

  .button-case.right, .button-case.overview {
    margin-top: 10px;
    margin-left: 0;
  }

  .button-case-content {
    justify-content: flex-start;
  }

  .div-case-content-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .img-case {
    width: 100%;
  }

  .slide, .mask {
    width: 300px;
    height: 450px;
  }

  .div-item-case-wrapper {
    margin-bottom: 0;
  }

  .img-slider-nemi {
    height: 100%;
  }

  .p-nemi-headline {
    margin-top: 5px;
    font-size: 1.2em;
  }

  .div-slider-wrapper {
    width: auto;
  }

  .div-img-slider-wrapper {
    height: 250px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .body {
    font-size: 18px;
  }

  .link-block-slider {
    padding: 5px;
  }

  .left-arrow-alt, .right-arrow-alt {
    margin-left: 0;
    display: block;
  }

  .div-item-case-wrapper-2 {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-mobile-menu-wrapper {
    object-fit: contain;
    justify-content: center;
    width: 100%;
    height: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    overflow: hidden;
  }

  .image-11 {
    object-fit: contain;
    flex: none;
    width: 100%;
    max-height: 55px;
    margin-left: -50px;
  }

  .div-logo-slider-wrapper {
    margin-top: 50px;
  }

  .slide-logo {
    width: 50%;
  }

  .slider-logos {
    height: auto;
  }

  .mask-2 {
    width: 95%;
  }

  .div-usecase-wrapper {
    width: 100%;
  }

  .div-usecase-item {
    padding: 50px 10px 10px;
  }

  .left-arrow-2 {
    margin-left: -25px;
  }

  .right-arrow {
    margin-right: -25px;
  }

  .use-case-download-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .div-use-case-download-img-wrapper {
    height: 150px;
  }

  .div-usecase-icon-wrapper {
    height: auto;
    min-height: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-usecase-download {
    flex: none;
  }

  .div-block-14 {
    height: 100%;
  }

  .div-divider-5px-2 {
    height: 15px;
  }
}

#w-node-fcd3aa7b-3a7c-e8a5-0136-090424365793-1a31a182 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9d17fb63-e6ea-23a0-71e8-1d942c1a850b-1a31a182, #w-node-_9d17fb63-e6ea-23a0-71e8-1d942c1a8527-1a31a182, #w-node-c38c7df3-35e9-ece2-7624-60a7e3322e88-1a31a182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c38c7df3-35e9-ece2-7624-60a7e3322ea4-1a31a182 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_99d9399a-b38a-9da1-1c8d-da8f7ef18f00-621e9f17, #w-node-_99d9399a-b38a-9da1-1c8d-da8f7ef18f02-621e9f17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99d9399a-b38a-9da1-1c8d-da8f7ef18f03-621e9f17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99d9399a-b38a-9da1-1c8d-da8f7ef18f08-621e9f17, #w-node-_99d9399a-b38a-9da1-1c8d-da8f7ef18f1e-621e9f17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0474436-80ae-6170-440e-cbbf0fa1b385-621e9f17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49b42e59-9c2f-8b85-35c7-fb6f9cf9479b-621e9f17 {
  align-self: start;
}

#w-node-_6674b05d-ba41-e13e-1505-62f8b8a8419b-621e9f17, #w-node-_6674b05d-ba41-e13e-1505-62f8b8a8419d-621e9f17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6674b05d-ba41-e13e-1505-62f8b8a8419e-621e9f17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6674b05d-ba41-e13e-1505-62f8b8a841a3-621e9f17, #w-node-_6674b05d-ba41-e13e-1505-62f8b8a841b5-621e9f17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af7c08ec-638f-4766-eef6-f93a4a173502-621e9f17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b5e46bc-b264-759c-55d5-35e9569ad531-621e9f17, #w-node-_1b5e46bc-b264-759c-55d5-35e9569ad533-621e9f17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b5e46bc-b264-759c-55d5-35e9569ad534-621e9f17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b5e46bc-b264-759c-55d5-35e9569ad53d-621e9f17, #w-node-_1b5e46bc-b264-759c-55d5-35e9569ad54f-621e9f17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b5e46bc-b264-759c-55d5-35e9569ad561-621e9f17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b7970807-c5c1-4967-a042-44182ab473ea-3370b815, #w-node-_47b2526a-5458-a4a8-2acb-738738675e96-3370b815 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b67473f-978a-13bf-2d0a-cfd45683afc6-3370b815 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d748c305-099f-7729-43cb-e6dcfbe4df2e-3370b815, #w-node-_1c567de0-1c27-4cf0-3811-1701240db7d4-3370b815 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbd0efac-5898-179e-5d7f-8a8ff670cdc8-3370b815 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49b42e59-9c2f-8b85-35c7-fb6f9cf9479b-3370b815 {
  align-self: start;
}

#w-node-_7491826d-e52d-7239-0242-8f133118f162-3370b815, #w-node-_7491826d-e52d-7239-0242-8f133118f164-3370b815 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7491826d-e52d-7239-0242-8f133118f165-3370b815 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7491826d-e52d-7239-0242-8f133118f16a-3370b815, #w-node-_7491826d-e52d-7239-0242-8f133118f180-3370b815 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ff13562-5721-4ebd-06fd-9fb946fa1b59-3370b815 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2238a799-c20d-d106-a6ad-4a6b053272b9-8117d10e, #w-node-_77d6b4fc-5b82-d8bf-3b21-3f0b3801ec78-8117d10e {
  align-self: start;
}

#w-node-_4536ad4b-7f67-94a4-cc7f-f5b68d15f5d4-305d39f5, #w-node-_80d83fd3-680c-c55e-df45-2c078a5ad369-305d39f5, #w-node-d7c8f6a9-9924-9fa9-4d24-8b14009c41b4-305d39f5, #w-node-_13478804-2643-8899-f52e-971e6c872ed2-305d39f5, #w-node-_13478804-2643-8899-f52e-971e6c872ed4-305d39f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13478804-2643-8899-f52e-971e6c872ed5-305d39f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_13478804-2643-8899-f52e-971e6c872edf-305d39f5, #w-node-_13478804-2643-8899-f52e-971e6c872ef9-305d39f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13478804-2643-8899-f52e-971e6c872f0b-305d39f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0514c0ac-e0cb-cafb-9cd7-eba503345718-305d39f5, #w-node-_0514c0ac-e0cb-cafb-9cd7-eba50334571a-305d39f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0514c0ac-e0cb-cafb-9cd7-eba50334571b-305d39f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0514c0ac-e0cb-cafb-9cd7-eba503345722-305d39f5, #w-node-_0514c0ac-e0cb-cafb-9cd7-eba503345734-305d39f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0232c952-7c00-0588-6b76-7c71034d421c-305d39f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_41545497-12da-6235-84ca-86a680ef5479-90a621d6, #w-node-_3de0a627-ac79-1f81-ec36-ed111dd8157d-90a621d6, #w-node-_63df325d-e79b-31d1-3fc3-74ec058c645b-90a621d6, #w-node-a9a5d362-f955-761b-27b3-7f95c0747014-90a621d6, #w-node-_3d3abf9e-0e20-2f35-99a5-e1f7286577f9-90a621d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcd3aa7b-3a7c-e8a5-0136-090424365793-a0dc06c1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9d17fb63-e6ea-23a0-71e8-1d942c1a850b-a0dc06c1, #w-node-_9d17fb63-e6ea-23a0-71e8-1d942c1a8527-a0dc06c1, #w-node-c38c7df3-35e9-ece2-7624-60a7e3322e88-a0dc06c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c38c7df3-35e9-ece2-7624-60a7e3322ea4-a0dc06c1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_99d9399a-b38a-9da1-1c8d-da8f7ef18f00-147ee387, #w-node-_99d9399a-b38a-9da1-1c8d-da8f7ef18f02-147ee387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99d9399a-b38a-9da1-1c8d-da8f7ef18f03-147ee387 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99d9399a-b38a-9da1-1c8d-da8f7ef18f08-147ee387, #w-node-_99d9399a-b38a-9da1-1c8d-da8f7ef18f1e-147ee387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c36a14b-bc8f-8d3d-3ba3-3fc338371632-147ee387 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49b42e59-9c2f-8b85-35c7-fb6f9cf9479b-147ee387 {
  align-self: start;
}

#w-node-_6674b05d-ba41-e13e-1505-62f8b8a8419b-147ee387, #w-node-_6674b05d-ba41-e13e-1505-62f8b8a8419d-147ee387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6674b05d-ba41-e13e-1505-62f8b8a8419e-147ee387 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6674b05d-ba41-e13e-1505-62f8b8a841a3-147ee387, #w-node-_6674b05d-ba41-e13e-1505-62f8b8a841b5-147ee387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d6531aa-854d-ed26-85b9-d5fc6275d189-147ee387 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3647ac6-7cf5-3ffb-de1a-a3e760ab242b-147ee387, #w-node-f3647ac6-7cf5-3ffb-de1a-a3e760ab242d-147ee387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3647ac6-7cf5-3ffb-de1a-a3e760ab242e-147ee387 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3647ac6-7cf5-3ffb-de1a-a3e760ab2438-147ee387, #w-node-f3647ac6-7cf5-3ffb-de1a-a3e760ab244a-147ee387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3647ac6-7cf5-3ffb-de1a-a3e760ab245c-147ee387 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b7970807-c5c1-4967-a042-44182ab473ea-88c02f37, #w-node-_47b2526a-5458-a4a8-2acb-738738675e96-88c02f37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b67473f-978a-13bf-2d0a-cfd45683afc6-88c02f37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d748c305-099f-7729-43cb-e6dcfbe4df2e-88c02f37, #w-node-_1c567de0-1c27-4cf0-3811-1701240db7d4-88c02f37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7028f2c4-d148-f091-449e-ba2b5170028d-88c02f37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49b42e59-9c2f-8b85-35c7-fb6f9cf9479b-88c02f37 {
  align-self: start;
}

#w-node-_7491826d-e52d-7239-0242-8f133118f162-88c02f37, #w-node-_7491826d-e52d-7239-0242-8f133118f164-88c02f37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7491826d-e52d-7239-0242-8f133118f165-88c02f37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7491826d-e52d-7239-0242-8f133118f16a-88c02f37, #w-node-_7491826d-e52d-7239-0242-8f133118f180-88c02f37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_732b6c0d-5491-1bdd-ae22-85387e6b25d6-88c02f37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2238a799-c20d-d106-a6ad-4a6b053272b9-551335ef, #w-node-_77d6b4fc-5b82-d8bf-3b21-3f0b3801ec78-551335ef {
  align-self: start;
}

#w-node-_4536ad4b-7f67-94a4-cc7f-f5b68d15f5d4-272a6098, #w-node-_80d83fd3-680c-c55e-df45-2c078a5ad369-272a6098, #w-node-d7c8f6a9-9924-9fa9-4d24-8b14009c41b4-272a6098, #w-node-_8a158ca9-b0be-2255-dd72-8521e132bb58-272a6098, #w-node-_8a158ca9-b0be-2255-dd72-8521e132bb5a-272a6098 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a158ca9-b0be-2255-dd72-8521e132bb5b-272a6098 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8a158ca9-b0be-2255-dd72-8521e132bb62-272a6098, #w-node-_8a158ca9-b0be-2255-dd72-8521e132bb74-272a6098 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a158ca9-b0be-2255-dd72-8521e132bb86-272a6098 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0514c0ac-e0cb-cafb-9cd7-eba503345718-272a6098, #w-node-_0514c0ac-e0cb-cafb-9cd7-eba50334571a-272a6098 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0514c0ac-e0cb-cafb-9cd7-eba50334571b-272a6098 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0514c0ac-e0cb-cafb-9cd7-eba503345722-272a6098, #w-node-_0514c0ac-e0cb-cafb-9cd7-eba503345734-272a6098 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_829777ec-ec8c-0a36-b01a-9f63d844e08a-272a6098 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_41545497-12da-6235-84ca-86a680ef5479-d1f2820d, #w-node-_3de0a627-ac79-1f81-ec36-ed111dd8157d-d1f2820d, #w-node-_63df325d-e79b-31d1-3fc3-74ec058c645b-d1f2820d, #w-node-a9a5d362-f955-761b-27b3-7f95c0747014-d1f2820d, #w-node-_3d3abf9e-0e20-2f35-99a5-e1f7286577f9-d1f2820d, #w-node-_41545497-12da-6235-84ca-86a680ef5479-5734852d, #w-node-_3de0a627-ac79-1f81-ec36-ed111dd8157d-5734852d, #w-node-_63df325d-e79b-31d1-3fc3-74ec058c645b-5734852d, #w-node-_41545497-12da-6235-84ca-86a680ef5479-8776dc4c, #w-node-_3de0a627-ac79-1f81-ec36-ed111dd8157d-8776dc4c, #w-node-_63df325d-e79b-31d1-3fc3-74ec058c645b-8776dc4c, #w-node-_41545497-12da-6235-84ca-86a680ef5479-9b95f23b, #w-node-_3de0a627-ac79-1f81-ec36-ed111dd8157d-9b95f23b, #w-node-_63df325d-e79b-31d1-3fc3-74ec058c645b-9b95f23b, #w-node-_3d3abf9e-0e20-2f35-99a5-e1f7286577f9-9b95f23b, #w-node-_41545497-12da-6235-84ca-86a680ef5479-52e63390, #w-node-_3de0a627-ac79-1f81-ec36-ed111dd8157d-52e63390, #w-node-_63df325d-e79b-31d1-3fc3-74ec058c645b-52e63390, #w-node-_3d3abf9e-0e20-2f35-99a5-e1f7286577f9-52e63390, #w-node-_41545497-12da-6235-84ca-86a680ef5479-85f768c7, #w-node-_3de0a627-ac79-1f81-ec36-ed111dd8157d-85f768c7, #w-node-_63df325d-e79b-31d1-3fc3-74ec058c645b-85f768c7, #w-node-_3d3abf9e-0e20-2f35-99a5-e1f7286577f9-85f768c7, #w-node-_41545497-12da-6235-84ca-86a680ef5479-feac3706, #w-node-_3de0a627-ac79-1f81-ec36-ed111dd8157d-feac3706, #w-node-_63df325d-e79b-31d1-3fc3-74ec058c645b-feac3706, #w-node-_3d3abf9e-0e20-2f35-99a5-e1f7286577f9-feac3706, #w-node-_41545497-12da-6235-84ca-86a680ef5479-c337222a, #w-node-_3de0a627-ac79-1f81-ec36-ed111dd8157d-c337222a, #w-node-_63df325d-e79b-31d1-3fc3-74ec058c645b-c337222a, #w-node-a9a5d362-f955-761b-27b3-7f95c0747014-c337222a, #w-node-_3d3abf9e-0e20-2f35-99a5-e1f7286577f9-c337222a, #w-node-_41545497-12da-6235-84ca-86a680ef5479-7d373af1, #w-node-_3de0a627-ac79-1f81-ec36-ed111dd8157d-7d373af1, #w-node-_33b4641c-2156-23be-bb69-1133a8a12a06-7d373af1, #w-node-_63df325d-e79b-31d1-3fc3-74ec058c645b-7d373af1, #w-node-be84359e-572e-9344-e1db-8ef2a9f7d695-7d373af1, #w-node-_41545497-12da-6235-84ca-86a680ef5479-52ef23e7, #w-node-_3de0a627-ac79-1f81-ec36-ed111dd8157d-52ef23e7, #w-node-_63df325d-e79b-31d1-3fc3-74ec058c645b-52ef23e7, #w-node-a9a5d362-f955-761b-27b3-7f95c0747014-52ef23e7, #w-node-_41545497-12da-6235-84ca-86a680ef5479-24b6c5f4, #w-node-_3de0a627-ac79-1f81-ec36-ed111dd8157d-24b6c5f4, #w-node-_33b4641c-2156-23be-bb69-1133a8a12a06-24b6c5f4, #w-node-_63df325d-e79b-31d1-3fc3-74ec058c645b-24b6c5f4, #w-node-_41545497-12da-6235-84ca-86a680ef5479-39c88b86, #w-node-_3de0a627-ac79-1f81-ec36-ed111dd8157d-39c88b86, #w-node-_63df325d-e79b-31d1-3fc3-74ec058c645b-39c88b86, #w-node-b443b888-7dda-c52e-21df-5daba3c90a5c-39c88b86, #w-node-ee7b3faa-bf69-c11c-1f47-693b9fbcea48-39c88b86, #w-node-_3d3abf9e-0e20-2f35-99a5-e1f7286577f9-39c88b86, #w-node-_41545497-12da-6235-84ca-86a680ef5479-db04db77, #w-node-_3de0a627-ac79-1f81-ec36-ed111dd8157d-db04db77, #w-node-_63df325d-e79b-31d1-3fc3-74ec058c645b-db04db77, #w-node-b443b888-7dda-c52e-21df-5daba3c90a5c-db04db77, #w-node-ee7b3faa-bf69-c11c-1f47-693b9fbcea48-db04db77, #w-node-_3d3abf9e-0e20-2f35-99a5-e1f7286577f9-db04db77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6673fb53-d1ea-a8c9-e667-494bc07071ed-2f017f6d, #w-node-_4e837f31-fb08-4ab0-6721-91c53c81d64a-2f017f6d, #w-node-e4a5d6db-2a6b-d73e-71c5-fb20dd1cceaa-2f017f6d, #w-node-_2dd6b97e-6fdf-2e36-3ad3-bd32a751f589-2f017f6d, #w-node-_382d5f48-5f88-e2e7-5cf1-50d34230f241-2f017f6d, #w-node-_3d74e43e-86e1-9720-a4ea-3961d410f723-2f017f6d, #w-node-_9a458604-94ab-cc3b-4a8f-8616359ba5cd-2f017f6d, #w-node-_80a312f0-86f1-398d-aaf2-e34ea6832855-2f017f6d, #w-node-_7c5e2689-2036-446e-45f9-08b7d4a48706-2f017f6d, #w-node-e62d7447-797f-4e0f-1e33-c3a60b489112-2f017f6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_49b42e59-9c2f-8b85-35c7-fb6f9cf9479b-621e9f17 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9c6c5c9b-8e33-5512-d415-bc43f136f087-621e9f17 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5ad07be0-67d1-259b-8d64-610f98f608f4-621e9f17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d494d45b-47ab-1586-bf12-079ef27c60d6-621e9f17 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4536ad4b-7f67-94a4-cc7f-f5b68d15f5d4-305d39f5 {
    align-self: center;
  }

  #w-node-_6e8926be-4d41-dc79-407a-c30e356361a8-356361a4, #w-node-_6e8926be-4d41-dc79-407a-c30e356361ab-356361a4, #w-node-_6e8926be-4d41-dc79-407a-c30e356361ae-356361a4, #w-node-_6e8926be-4d41-dc79-407a-c30e356361b1-356361a4, #w-node-_6e8926be-4d41-dc79-407a-c30e356361b4-356361a4, #w-node-fedcbd38-8f37-2d04-7f33-2d09f0e3e321-356361a4, #w-node-_6e8926be-4d41-dc79-407a-c30e356361b7-356361a4, #w-node-_938dfb1b-2b59-b5e3-6560-efd3cd9a6399-356361a4, #w-node-_6e8926be-4d41-dc79-407a-c30e356361ba-356361a4, #w-node-_6e8926be-4d41-dc79-407a-c30e356361bd-356361a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_49b42e59-9c2f-8b85-35c7-fb6f9cf9479b-147ee387 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9c6c5c9b-8e33-5512-d415-bc43f136f087-147ee387 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5ad07be0-67d1-259b-8d64-610f98f608f4-147ee387 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d494d45b-47ab-1586-bf12-079ef27c60d6-147ee387 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4536ad4b-7f67-94a4-cc7f-f5b68d15f5d4-272a6098 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_99656361-7882-d5bb-f33f-ad50027a28c6-8117d10e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a28c9-8117d10e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a28cb-8117d10e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a28d2-8117d10e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a28d5-8117d10e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e8f806c3-3bfc-2e74-ad67-0471653ea672-8117d10e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e8f806c3-3bfc-2e74-ad67-0471653ea675-8117d10e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a28e5-8117d10e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a28e8-8117d10e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a28ff-8117d10e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a2902-8117d10e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a291b-8117d10e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a291e-8117d10e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a2938-8117d10e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a293b-8117d10e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a2956-8117d10e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a2959-8117d10e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c3af1bc5-fefa-991d-5162-04b024165821-8117d10e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c3af1bc5-fefa-991d-5162-04b024165824-8117d10e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4ffafdbe-b37c-322f-11ce-480de0a5dee1-8117d10e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4ffafdbe-b37c-322f-11ce-480de0a5dee4-8117d10e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f130b2a7-4a2c-203f-9c3a-419894bf7def-8117d10e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f130b2a7-4a2c-203f-9c3a-419894bf7df2-8117d10e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8a62a368-47ac-cb78-be85-e11458716015-8117d10e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8a62a368-47ac-cb78-be85-e11458716018-8117d10e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3e698d22-0ed1-5a6d-17a0-23dd830804c6-8117d10e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3e698d22-0ed1-5a6d-17a0-23dd830804c9-8117d10e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_268cfd1c-a9a1-6da8-0c5a-745cc467a224-8117d10e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_268cfd1c-a9a1-6da8-0c5a-745cc467a227-8117d10e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a28c6-551335ef {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a28c9-551335ef {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a28cb-551335ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a28d2-551335ef {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a28d5-551335ef {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e8f806c3-3bfc-2e74-ad67-0471653ea672-551335ef {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e8f806c3-3bfc-2e74-ad67-0471653ea675-551335ef {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a28e5-551335ef {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a28e8-551335ef {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a28ff-551335ef {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a2902-551335ef {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a291b-551335ef {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a291e-551335ef {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a2938-551335ef {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a293b-551335ef {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a2956-551335ef {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_99656361-7882-d5bb-f33f-ad50027a2959-551335ef {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c3af1bc5-fefa-991d-5162-04b024165821-551335ef {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c3af1bc5-fefa-991d-5162-04b024165824-551335ef {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4ffafdbe-b37c-322f-11ce-480de0a5dee1-551335ef {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4ffafdbe-b37c-322f-11ce-480de0a5dee4-551335ef {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2e0049e9-4720-1f94-88ad-930ea52be9df-551335ef {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2e0049e9-4720-1f94-88ad-930ea52be9e2-551335ef {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ea914026-d1db-ba3b-9b3b-67261821baaa-551335ef {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ea914026-d1db-ba3b-9b3b-67261821baad-551335ef {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_542060ad-682d-78d3-25b5-bd2c7ddac4ef-551335ef {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_542060ad-682d-78d3-25b5-bd2c7ddac4f2-551335ef {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_95f672ce-89dc-0097-dc29-3fdd37d6ca4e-551335ef {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_95f672ce-89dc-0097-dc29-3fdd37d6ca51-551335ef {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7c5e2689-2036-446e-45f9-08b7d4a48706-2f017f6d, #w-node-_99d9399a-b38a-9da1-1c8d-da8f7ef18f00-621e9f17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99d9399a-b38a-9da1-1c8d-da8f7ef18f03-621e9f17, #w-node-e0474436-80ae-6170-440e-cbbf0fa1b385-621e9f17 {
    grid-column: span 1 / span 1;
  }

  #w-node-_49b42e59-9c2f-8b85-35c7-fb6f9cf9479b-621e9f17, #w-node-_9c6c5c9b-8e33-5512-d415-bc43f136f087-621e9f17, #w-node-d494d45b-47ab-1586-bf12-079ef27c60d6-621e9f17, #w-node-_6674b05d-ba41-e13e-1505-62f8b8a8419b-621e9f17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6674b05d-ba41-e13e-1505-62f8b8a8419e-621e9f17, #w-node-af7c08ec-638f-4766-eef6-f93a4a173502-621e9f17 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1b5e46bc-b264-759c-55d5-35e9569ad531-621e9f17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1b5e46bc-b264-759c-55d5-35e9569ad534-621e9f17, #w-node-_1b5e46bc-b264-759c-55d5-35e9569ad561-621e9f17 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5b67473f-978a-13bf-2d0a-cfd45683afc6-3370b815 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bbd0efac-5898-179e-5d7f-8a8ff670cdc8-3370b815 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7491826d-e52d-7239-0242-8f133118f165-3370b815 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ff13562-5721-4ebd-06fd-9fb946fa1b59-3370b815 {
    grid-column: span 1 / span 1;
  }

  #w-node-_13478804-2643-8899-f52e-971e6c872ed2-305d39f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_13478804-2643-8899-f52e-971e6c872ed5-305d39f5, #w-node-_13478804-2643-8899-f52e-971e6c872f0b-305d39f5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0514c0ac-e0cb-cafb-9cd7-eba503345718-305d39f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0514c0ac-e0cb-cafb-9cd7-eba50334571b-305d39f5, #w-node-_0232c952-7c00-0588-6b76-7c71034d421c-305d39f5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6e8926be-4d41-dc79-407a-c30e356361ba-356361a4, #w-node-_99d9399a-b38a-9da1-1c8d-da8f7ef18f00-147ee387 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99d9399a-b38a-9da1-1c8d-da8f7ef18f03-147ee387, #w-node-_0c36a14b-bc8f-8d3d-3ba3-3fc338371632-147ee387 {
    grid-column: span 1 / span 1;
  }

  #w-node-_49b42e59-9c2f-8b85-35c7-fb6f9cf9479b-147ee387, #w-node-_9c6c5c9b-8e33-5512-d415-bc43f136f087-147ee387, #w-node-d494d45b-47ab-1586-bf12-079ef27c60d6-147ee387, #w-node-_6674b05d-ba41-e13e-1505-62f8b8a8419b-147ee387 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6674b05d-ba41-e13e-1505-62f8b8a8419e-147ee387, #w-node-_8d6531aa-854d-ed26-85b9-d5fc6275d189-147ee387 {
    grid-column: span 1 / span 1;
  }

  #w-node-f3647ac6-7cf5-3ffb-de1a-a3e760ab242b-147ee387 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3647ac6-7cf5-3ffb-de1a-a3e760ab242e-147ee387, #w-node-f3647ac6-7cf5-3ffb-de1a-a3e760ab245c-147ee387 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5b67473f-978a-13bf-2d0a-cfd45683afc6-88c02f37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7028f2c4-d148-f091-449e-ba2b5170028d-88c02f37 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7491826d-e52d-7239-0242-8f133118f165-88c02f37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_732b6c0d-5491-1bdd-ae22-85387e6b25d6-88c02f37 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8a158ca9-b0be-2255-dd72-8521e132bb58-272a6098 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a158ca9-b0be-2255-dd72-8521e132bb5b-272a6098, #w-node-_8a158ca9-b0be-2255-dd72-8521e132bb86-272a6098 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0514c0ac-e0cb-cafb-9cd7-eba503345718-272a6098 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0514c0ac-e0cb-cafb-9cd7-eba50334571b-272a6098, #w-node-_829777ec-ec8c-0a36-b01a-9f63d844e08a-272a6098 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/UniNeueBlack.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/UniNeueRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/UniNeueBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}