:root {
  --white: white;
  --black: black;
  --dmsGreen : #C1E1C1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

.dropdown-language {
  display:none;
}
/* sustainability */

.sustainability-bg {
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/albertpark.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.sustainability-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 136px;
  font-weight: 400;
  display: flex;
  width:50%;
}

.div-block-189 {
  margin-left: 80px;
  margin-right: 80px;
}

.navbar-background-green {
  background-color: #114511;
}

.sustainability-section {
  z-index: 5;
  background-color: var(--black);
  position: relative;
}

.sustainability-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-sustainability-hero {
  background-color: #040e18;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sustainability-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 30px;
  width: 100%;
}

.image-block-wrap {
  object-fit: cover;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 500px;
  height: 500px;
  display: flex;
  position: relative;
}

.text-block-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: stretch;
  padding-right: 0%;
  display: flex;
}

.grid-image-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  justify-items: end;
  width: 100%;
}

.sustainability-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.grid-image-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  justify-items: start;
  width: 100%;
}

.sustainability-point-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fdfdfd;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.5em;
  display: flex;
  text-align: left;
}

.body-text-individual {
  color: #fdfdfd;
  text-align: left;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.5em;
}

.small-text {
  opacity: .75;
  color:#14e614;
  text-align: left;
}

.header-sides-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.header-sides-2.bottom-h {
  z-index: 5;
  top: auto;
  bottom: 4vh;
  left: 0;
  right: 0;
}

.body-text-two {
  color: #fdfdfd;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.sustainability-title-wrap .paragraph{
  color:#fdfdfd;
}

.sustainability-title-wrap .heading{
  color:#fdfdfd;
  font-size: 2.75em;
  line-height: 1.25em;
}

/* sustainability */

/*width*/
/*scrollbar placeholder*/
::-webkit-scrollbar {
  width:10px;
  }
  /*track*/
  ::-webkit-scrollbar-track {
  background:#171717;
  border-style:none;
  border-radius:0px;
  }
  /*thumb*/
  ::-webkit-scrollbar-thumb {
  background:#fdfdfd;
  border-style:solid;
  border-color:rgba(0, 0, 0, 0);
  border-radius:10px;
  box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  }

@media screen and (max-width: 1200px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }

    /* dropdown language */

    .dropdown-language {
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 10px 10px;
      background-color: transparent;
      color: #fdfdfd;
    }
    .dropdown-language a {
      text-decoration: none; /* Remove underline from links */
      color: inherit; /* Inherit color from parent */
      display: flex; /* Make the anchor behave like a flex container */
      align-items: center; /* Center the content vertically */
    }
    .dropdown-language div {
      position: relative;
      cursor: pointer;
      padding: 5px 10px;
    }
    .dropdown-language a:not(:first-child) div::before {
      content: "";
      position: absolute;
      top: 50%;
      left: -1px;
      transform: translateY(-50%);
      height: 50%; /* Adjust height to make the line shorter */
      border-left: 1px solid #fdfdfd;
    }
    .dropdown-language div:hover {
      background-color: transparent;
      text-decoration: underline;
    }
  
    /* dropdown language */
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-background-black {
  background-color: #000;
}

.navbar-link {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s ease-in;
}

.navbar-link:hover, .navbar-link.w--current {
  color: #09a2dd;
}

.nav-menu-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav-link-dropdown {
  opacity: 1;
  display: none;
}

.nav-link-top {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.container-max-width-header-footer {
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  margin: 0;
  display: flex;
}

.big-picture-navbar {
  width: auto;
  height: 25px;
}

.top-image {
  width: auto;
  height: 100%;
  margin-left: auto;
  padding: 0;
  display: block;
  max-height: 13px; /* initially 13px */
}

.navbar-background-rich-black {
  background-color: #020e18;
}

.navbar-container {
  aspect-ratio: auto;
  flex-flow: column;
  width: auto;
  max-width: none;
  margin: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bottom-of-navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-top: auto;
  padding: 10px 40px;
  display: flex;
}

.ciilock-main-navbar---responsive {
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.centered-on-page {
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-of-navbar {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 53px;
  margin-left: 0;
  padding: 10px 30px;
  display: flex;
}

.grid-horizontal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 50vw;
  overflow: scroll;
  overflow-y:hidden;
}

.hardware-main-block-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  min-width: 200px;
  max-width: 200px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s ease-in-out;
  display: flex;
}

.all-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: 80vh;
  display: flex;
  margin-top:80px;
}

.header-sides {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.header-sides.bottom-h {
  z-index: 5;
  top: auto;
  bottom: 4vh;
  left: 0;
  right: 0;
}

.header-sides.right-h {
  z-index: 5;
  display: none;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header-sides.left-h {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-item {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.nav-item.bottom {
  color: rgba(255, 255, 255, .75);
  border-bottom: 2px solid rgba(255, 255, 255, .35);
  padding-bottom: 6px;
  transition: border-color .166s cubic-bezier(.47, 0, .745, .715), color .166s cubic-bezier(.47, 0, .745, .715);
}

.nav-item.bottom:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.nav-item.right {
  color: rgba(255, 255, 255, .75);
  border-bottom: 2px solid rgba(255, 255, 255, .35);
  padding-bottom: 6px;
  transition: border-color .166s cubic-bezier(.47, 0, .745, .715), color .166s cubic-bezier(.47, 0, .745, .715);
  transform: rotate(90deg);
}

.nav-item.left {
  color: rgba(255, 255, 255, .75);
  border-bottom: 2px solid rgba(255, 255, 255, .35);
  padding-bottom: 6px;
  transition: border-color .166s cubic-bezier(.47, 0, .745, .715), color .166s cubic-bezier(.47, 0, .745, .715);
  transform: rotate(-90deg);
}

.nav-item.left {
  color: rgba(255, 255, 255, .75);
  border-bottom: 2px solid rgba(255, 255, 255, .35);
  padding-bottom: 6px;
  transition: border-color .166s cubic-bezier(.47, 0, .745, .715), color .166s cubic-bezier(.47, 0, .745, .715);
}

.nav-item.left:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.nav-item.right {
  color: rgba(255, 255, 255, .75);
  border-bottom: 2px solid rgba(255, 255, 255, .35);
  padding-bottom: 6px;
  transition: border-color .166s cubic-bezier(.47, 0, .745, .715), color .166s cubic-bezier(.47, 0, .745, .715);
}

.nav-item.right:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.body-text-black {
  text-align: left;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
}

.year-text-block {
  font-style: italic;
  font-weight: 500;
}

.cta {
  z-index: 6;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(253, 253, 253, .8);
  padding: 30px 60px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  position: static;
  bottom: 0;
  right: 0;
}

.cta:hover {
  color: #fdfdfd;
  background-color: rgba(9, 162, 221, .8);
}

.year {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-transform: uppercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 16px;
  display: flex;
  position: static;
  top: auto;
  bottom: -14%;
  left: 0%;
  right: 0%;
}

.line {
  background-color: rgba(253, 253, 253, .8);
  width: 32vw;
  height: 8px;
}

.section.hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-p-line-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-wrap-hero {
  z-index: 5;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.png-img {
  z-index: 0;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/wda-2.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.container-max-width-no-margin {
  justify-content: center;
  align-items: center;
  max-width: 1760px;
  margin: 0;
  display: flex;
}

.hardware-about-us-section{
  margin:80px 0;
}

.body-text-2 {
  color: #fdfdfd;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.heading-one-white-big {
  color: #fdfdfd;
  text-align: center;
  letter-spacing: -.03em;
  margin: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.5em;
  position: static;
  top: 50vh;
}

.body-text {
  color: #fdfdfd;
  text-align: left;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.5em;
}

.body-text.italic {
  font-style: italic;
}

.hero-text-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: block;
}

.hero-text-container.relative-container {
  z-index: 5;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 50vw;
  height: auto;
  min-height: 340px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.icon-socials {
  width: 35px;
  max-width: none;
}

.footer-link-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 10px;
  display: flex;
}

.footer-link {
  color: #fff;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s ease-in;
}

.footer-link:hover {
  color: #09a2dd;
}

.location-and-social-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  align-items: stretch;
  justify-items: stretch;
}

.socials-icon-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.link-white-wrap {
  color: #fff;
  text-decoration: none;
}

.footer-logo {
  aspect-ratio: auto;
  object-fit: contain;
  width: auto;
  max-width: 200px;
  height: auto;
}

.location-wrapper {
  color: #fff;
  flex-flow: column;
  width: 180px;
  display: flex;
}

.link-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  display: flex;
}

.footer-container {
  flex-flow: column;
  width: 100vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: flex;
}

.location-heading {
  color: #fff;
  font-weight: 600;
  line-height: 24px;
}

.ciilock-footer {
  z-index: 1;
  background-color: #000;
  background-image: linear-gradient(#000 24%, #171717);
  padding: 0;
  position: relative;
  top: auto;
  bottom: auto;
}

.social-media-wrapper {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.footer-heading {
  color: #09a2dd;
  font-weight: 600;
}

.heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fdfdfd;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.5em;
  display: flex;
}

.hardware-main-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  max-width: 300px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s ease-in-out;
  display: flex;
}

.hardware-grid-image {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  max-height: none;
  margin-bottom: 0;
}

.hardware-information {
  color: #fdfdfd;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: 320px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s ease-in-out;
  display: flex;
}

.hardware-information:hover {
  background-color: rgba(253, 253, 253, .08);
}

.name-of-hardware {
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 2em;
}

.hardware-text-on-landing {
  color: #fdfdfd;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.75em;
}

._9-hardware-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.about-us-grid-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 80px;
  display: flex;
}

.more-like-this-grid-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 80px;
  display: flex;
  max-width:1600px;
}

.text-block-85 {
  color: #fdfdfd;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.75em;
}

.button-link-view-hardware {
  grid-column-gap: .5rem;
  color: #fdfdfd;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link-view-hardware:hover {
  color: #09a2dd;
  font-family: Montserrat, sans-serif;
}

.link-text-secondary {
  color: #fdfdfd;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 2em;
}

.view-hardware-about-us-icon {
  color: #fdfdfd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  min-width: 1.5em;
  height: 2em;
  min-height: 2em;
  display: flex;
}

.div-block-2 {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-3 {
  width: 70%;
}

.view-hardware-about-us {
  color: #fdfdfd;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75em;
}

.button-link-view-hardware-main {
  grid-column-gap: .5rem;
  color: #fdfdfd;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link-view-hardware-main:hover {
  color: #09a2dd;
  font-family: Montserrat, sans-serif;
}

.tablet-header-sides {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.tablet-header-sides.bottom {
  z-index: 5;
  display: none;
  top: auto;
  bottom: 6vh;
  left: 0;
  right: 0;
}

.nav-item-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.nav-item-2.bottom {
  color: rgba(255, 255, 255, .75);
  border-bottom: 2px solid rgba(255, 255, 255, .35);
  padding-bottom: 6px;
  transition: border-color .166s cubic-bezier(.47, 0, .745, .715), color .166s cubic-bezier(.47, 0, .745, .715);
}

.nav-item-2.bottom:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.nav-item-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.nav-item-3.bottom {
  color: rgba(255, 255, 255, .75);
  border-bottom: 2px solid rgba(255, 255, 255, .35);
  padding-bottom: 6px;
  transition: border-color .166s cubic-bezier(.47, 0, .745, .715), color .166s cubic-bezier(.47, 0, .745, .715);
}

.nav-item-3.bottom:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.nav-item-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.nav-item-4.bottom {
  color: rgba(255, 255, 255, .75);
  border-bottom: 2px solid rgba(255, 255, 255, .35);
  padding-bottom: 6px;
  transition: border-color .166s cubic-bezier(.47, 0, .745, .715), color .166s cubic-bezier(.47, 0, .745, .715);
}

.nav-item-4.bottom:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.ciilock-main-body {
  background-color: #000;
  font-family: Montserrat, sans-serif;
  overflow-x: hidden;
}

.back-button-for-sliders {
  aspect-ratio: 1;
  background-color: rgba(137, 146, 158, .2);
  background-image: url('../images/icons8-arrow-left-96-1_1icons8-arrow-left-96 (1).png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 40px;
  background-attachment: scroll;
  border-radius: 100%;
  width: auto;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.service-heading {
  color: #171717;
  text-align: left;
  margin: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.5em;
}

.about-us-content {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-us-individual-section {
  max-width: none;
  min-height: auto;
  margin-top: 136px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.about-us-individual-container {
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 80px;
  display: flex;
}

.body-text-for-dms {
  color: #fdfdfd;
  text-align: left;
  margin-top: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.75em;
}

.content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-for-content {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.text-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image-content {
  width: 50%;
}

.text-content-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.image-content-2 {
  width: 100%;
  overflow: hidden;
}

.content-wrap-2 {
  grid-column-gap: 40px;
  /* grid row gap was 40px */
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.button {
  color: #171717;
  background-color: #fdfdfd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  font-weight: 500;
  transition: all .3s ease-in-out;
  display: flex;
}

.button:hover {
  color: #fdfdfd;
  background-color: rgba(9, 162, 221, .8);
}

.text-content-center {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  display: flex;
}

.improved-point-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: top;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.icon-for-point-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: block;
}

.wrap-improved-point {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .8px solid #fdfdfd;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  min-height: auto;
  padding: 0;
  transition: all .2s ease-in-out;
  display: flex;
}

.wrap-improved-point:hover {
  background-color: rgba(253, 253, 253, .08);
}

.text-for-point-heading {
  color: #fdfdfd;
  text-align: left;
  font-size: 1em;
  line-height: 1.5em;
}

.hidden-text {
  flex-flow: row;
  justify-content: center;
  padding: 20px;
  display: none;
}

.text-block-86 {
  color: #fdfdfd;
  font-style: italic;
  text-align: center;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: left;
  display: flex;
}

.about-videos {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-content-center-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  display: flex;
}

.image-2 {
  object-fit: contain;
  max-width: none;
  max-height: 100px;
}

.div-block-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hardware-image-on-about-us {
  max-width: 100%;
}

.hardware-preview-title {
  color: #fdfdfd;
  font-size: 1.35em;
  font-weight: 500;
  line-height: 1.5em;
  min-height: 57px;
}

.text-for-hardware-preview {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  max-width: 100%;
  height: 295px;
  display: flex;
}

.hardware-preview {
  max-width: none;
  max-height: none;
  overflow: hidden;
}

.introduction-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  display: flex;
}

.introduction-wrap-vertical {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 80px;
  display: flex;
}

.section-3 {
  background-color: #040e18;
}

.introduction-wrap-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  display: flex;
}

.div-block-179 {
  width: auto;
  /* initially there is no height */
  height:100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}

.div-block-180 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-182 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: end;
  width: 50%;
  display: grid;
}

.content-sticky {
  width: 50%;
  position: -webkit-sticky;
  position: sticky;
  top: 36%;
}

.fade-in-on-scroll {
  margin-bottom: 10px;
}

.fade-in-on-scroll.subheading {
  display: block;
}

.image-content-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-185 {
  width: 50%;
}

.heading-16 {
  color: #fdfdfd;
  text-align: center;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.5em;
}

.wrap-improved-point-full {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .8px solid #fdfdfd;
  border-radius: 15px;
  flex-flow: column;
  width: 100%;
  min-height: auto;
  padding: 0;
  transition: all .2s ease-in-out;
  display: flex;
}

.wrap-improved-point-full:hover {
  background-color: rgba(253, 253, 253, .08);
}

.text-content-center-vertical {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: start;
  justify-items: center;
  width: auto;
  display: grid;
}

.heading-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fdfdfd;
  text-align: center;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.5em;
  display: flex;
}

.bold-text {
  font-style: italic;
  font-weight: 500;
}

.text-content-center-vertical-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  width: auto;
  display: grid;
}

.text-content-center-vertical-3, .text-content-center-horizontal-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: start;
  justify-items: center;
  width: auto;
  display: grid;
}

.wrap-improved-point-static {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .8px solid #fdfdfd;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  min-height: 280px;
  transition: all .2s ease-in-out;
  display: flex;
}

.wrap-improved-point-static:hover {
  background-color: rgba(253, 253, 253, .08);
}

.improved-point-heading-static {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  display: flex;
}

.shown-text {
  flex-flow: row;
  justify-content: center;
  padding: 20px;
  display: flex;
}

.wrap-improved-point-static-shorter {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: .8px solid #fdfdfd;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  /* height: 100%; */
  min-height: 215px;
  padding: 20px;
  transition: all .2s ease-in-out;
  display: flex;
}

.wrap-improved-point-static-shorter:hover {
  background-color: rgba(253, 253, 253, .08);
}

.image-3 {
  border-radius: 8px;
  width: 100%;
}

.wrap-improved-point-static-shorter-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: .8px solid #fdfdfd;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%; /* initially auto */
  min-height: 150px;
  padding: 20px;
  transition: all .2s ease-in-out;
  display: flex;
}

.wrap-improved-point-static-shorter-2:hover {
  background-color: rgba(253, 253, 253, .08);
}

.heading-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fdfdfd;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.5em;
  display: flex;
}

.grid-features {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: start;
  justify-items: center;
  width: auto;
  display: grid;
}

/* @media screen and (min-width: 1440px) {
  .navbar-background-black {
    background-color: #000;
  }

  .body-text-black, .body-text-2 {
    line-height: 1.5;
  }

  .body-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
  }

  .ciilock-footer {
    background-color: #000;
    position: relative;
  }

  .body-text-for-dms {
    line-height: 1.5;
  }
} */

/* @media screen and (min-width: 1920px) {
  .container-max-width-header-footer {
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .top-image {
    object-fit: fill;
  }

  .top-of-navbar {
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-one-white-big {
    box-shadow: none;
  }

  .ciilock-footer {
    background-image: none;
  }

  .about-us-individual-section {
    max-width: none;
    min-height: auto;
  }

  .div-block-180 {
    justify-content: space-between;
  }
} */

@media screen and (max-width: 1200px) {
  .navbar-link {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu-2 {
    background-color: #000;
  }

  .nav-link-dropdown {
    opacity: 1;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px;
    display: flex;
    position: relative;
  }

  .nav-link-top {
    opacity: 1;
    display: flex;
  }

  .nav-link-top.w--current {
    display: flex;
  }

  .menu-button {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .container-max-width-header-footer {
    max-width: 1760px;
    margin: 0;
  }

  .brand-navbar-dropdown {
    background-color: #000;
    flex-flow: column;
    align-items: flex-start;
    height: 53px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    display: flex;
  }

  .big-picture-navbar {
    height: 25px;
  }

  .top-image {
    display: inline-block;
  }

  .dropdown-image {
    width: auto;
    height: 100%;
    max-height: 14px;
    margin-left: auto;
    display: inline-block;
  }

  .navbar-background-rich-black {
    display: none;
  }

  .bottom-of-navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ciilock-main-navbar---responsive {
    z-index: 5000;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .top-of-navbar {
    order: 0;
    display: flex;
  }

  .header-sides.bottom-h {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    display: none;
    position: static;
    bottom: 6.5vh;
    left: -107px;
    right: auto;
  }

  .header-sides.right-h {
    right: 1.2vw;
  }

  .header-sides.left-h {
    left: 1.2vw;
  }

  .body-text-black {
    font-size: 18px;
    line-height: 24px;
  }

  .cta {
    padding: 20px;
  }

  .section.hero {
    padding-left: 60px;
    padding-right: 60px;
  }

  .link-wrap-hero {
    display: none;
  }

  .container-max-width-no-margin {
    flex-flow: column;
    width: 100%;
    max-width: 1760px;
    margin: 0;
  }

  .hero-section-about-us {
    margin-top: 80px;
  }

  .body-text-2 {
    font-size: 14px;
  }

  .heading-one-white-big {
    font-size: 2em;
  }

  .body-text {
    font-size: 16px;
  }

  .hero-text-container.relative-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 80vw;
    min-height: auto;
  }

  .footer-link-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow:column;
    align-items: flex-start;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow:column;
    align-items: flex-start;
  }

  .footer-link {
    transition: color .2s ease-in;
  }

  .footer-link:hover {
    color: #09a2dd;
  }

  .footer-link.w--current {
    display: none;
  }

  .location-and-social-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .socials-icon-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 40px;
  }

  .social-media-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: flex-start;
  }

  .hardware-main-block {
    max-width: 400px;
    padding-bottom: 0;
  }

  .hardware-information {
    min-height: 316px;
  }

  ._9-hardware-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-us-grid-wrap {
    margin-left: 60px;
    margin-right: 60px;
  }

  .more-like-this-grid-wrap {
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3 {
    width: auto;
  }

  .button-link-view-hardware-main {
    order: -1;
  }

  .tablet-header-sides.bottom {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: static;
    bottom: 6.5vh;
    left: -107px;
    right: auto;
  }

  .service-heading {
    text-align: left;
    font-size: 2.5em;
    line-height: 1.5em;
  }

  .about-us-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-us-individual-section {
    max-width: 1200px; /* initially 991 */
    margin-top: 80px;
  }

  .about-us-individual-container {
    max-width: 1200px; /* initially 991 */
    padding: 40px 60px;
  }

  .body-text-for-dms {
    margin-bottom: 0;
  }

  .content-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-wrap-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-content-center {
    flex-flow: column;
  }

  .wrap-improved-point {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .text-for-point-heading {
    text-align: center;
  }

  .about-videos {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-2 {
    object-fit: contain;
    max-height: 80px;
    overflow: visible;
  }

  .div-block-8 {
    width: 100%;
  }

  .text-for-hardware-preview{
    height:auto;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 50%;
  }

  .introduction-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .introduction-wrap-vertical {
    margin-left: 60px;
    margin-right: 60px;
  }

  .introduction-wrap-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-182 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .image-content-3 {
    flex-flow: column;
  }

  .div-block-185 {
    width: auto;
  }

  .wrap-improved-point-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .text-content-center-vertical {
    grid-template-columns: 1fr;
  }

  .text-content-center-horizontal-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .wrap-improved-point-static {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    min-height: 150px;
  }

  .improved-point-heading-static, .shown-text {
    padding: 20px;
  }

  .wrap-improved-point-static-shorter {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    min-height: 150px;
  }

  .wrap-improved-point-static-shorter-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    min-height: 120px;
  }

  .grid-features {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-horizontal {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 50vw;
    overflow: hidden;
  }

  .hardware-main-block-inner {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-bottom: 0;
  }

  .line {
  display: none;
  }

  /* sustainability */

  .sustainability-title-wrap {
    align-items: flex-start;
    width:100%;
  }

  .navbar-background-green {
    display: none;
  }

  .sustainability-content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
    margin-right: 0;
  }

  .sustainability-image {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .grid-image-left .image-block-wrap {
    object-fit: cover;
    width: 100%;
    height: 350px;
    order: 2;
  }

  .grid-image-right .image-block-wrap {
    object-fit: cover;
    width: 100%;
    height: 350px;
    order: 2;
  }

  .grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.2fr;
    justify-items: start;
  }

  .sustainability-content {
    padding: 40px 60px;
  }

  .grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.2fr;
  }

  .body-text-individual {
    font-size: 16px;
  }

  .header-sides-2.bottom-h {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: flex-start;
    display: flex;
    position: static;
    bottom: 6.5vh;
    left: -107px;
    right: auto;
  }

  .body-text-two {
    font-size: 14px;
  }
  /* sustainability */
}

@media screen and (max-width: 767px) {
  .container-max-width-header-footer {
    max-width: 1760px;
    margin: 0;
  }

  .big-picture-navbar {
    max-width: 100%;
    height: 20px;
  }

  .bottom-of-navbar {
    margin-top: 0;
    padding: 10px 20px 10px 40px;
  }

  .nav-item.bottom {
    width: 60%;
  }

  .body-text-black {
    text-align: left;
    font-size: 16px;
  }

  .container-max-width-no-margin {
    max-width: 1760px;
    margin: 0;
  }

  .hero-section-about-us {
    margin-top: 80px;
  }

  .body-text-2 {
    text-align: right;
    font-size: 14px;
    display: block;
  }

  .heading-one-white-big {
    margin-bottom: 0;
    font-size: 1.5em;
    text-align: left;
  }

  .body-text {
    text-align: left;
    font-size: 1em;
  }

  .hero-text-container.relative-container {
    bottom: auto;
  }

  .footer-link-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-heading {
    justify-content: flex-start;
    display: flex;
  }

  .sustainability-title-wrap .heading {
    text-align: left;
    font-size: 1.75em;
  }

  .hardware-main-block {
    max-width: none;
  }

  ._9-hardware-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-us-grid-wrap {
    margin: 40px;
  }

  .more-like-this-grid-wrap {
    margin: 40px;
  }

  .button-link-view-hardware {
    font-size: 1rem;
  }

  .button-link-view-hardware:hover {
    color: #6941c6;
  }

  .link-text-secondary, .view-hardware-about-us-icon, .view-hardware-about-us {
    font-size: 1em;
    line-height: 1.5em;
  }

  .button-link-view-hardware-main {
    font-size: 1rem;
  }

  .button-link-view-hardware-main:hover {
    color: #6941c6;
  }

  .tablet-header-sides.bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .nav-item-2.bottom {
    width: 80%;
    padding-left: 160px;
  }

  .nav-item-3.bottom {
    width: 100%;
    padding-left: 0;
  }

  .nav-item-4.bottom {
    width: 100%;
    padding-left: 0;
  }

  .back-button-for-sliders {
    height: 45px;
  }

  .service-heading {
    font-size: 2em;
    line-height: 1.5em;
  }

  .about-us-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-us-individual-section {
    width: 100%;
    max-width: 767px;
    padding: 0;
  }

  .about-us-individual-container {
    max-width: 767px;
    padding: 20px 40px;
  }

  .body-text-for-dms {
    text-align: left;
    font-size: 14px;
  }

  .content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-content, .image-content {
    width: 100%;
  }

  .content-wrap-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-for-point-heading {
    font-weight: 300;
  }

  .hidden-text {
    display: flex;
  }

  .text-block-86 {
    display: none;
  }

  .about-videos {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-content-center-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .div-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .text-for-hardware-preview {
    height: auto;
  }

  .introduction-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .introduction-wrap-vertical {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin: 40px;
  }

  .introduction-wrap-2 {
    margin: 0;
  }

  .div-block-179 {
    max-width: none;
  }

  .div-block-180 {
    flex-flow: column;
  }

  .div-block-182 {
    grid-template-columns: 1fr;
    width: auto;
  }

  .content-sticky {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .heading-16 {
    font-size: 2em;
  }

  .heading-center {
    text-align: left;
    font-size: 1.75em;
  }

  .text-content-center-vertical-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-content-center-horizontal-2 {
    grid-template-rows: auto auto;
  }

  .wrap-improved-point-static {
    padding: 20px;
  }

  .improved-point-heading-static {
    padding: 10px;
  }

  .shown-text {
    padding: 10px;
    display: flex;
  }

  .heading-two {
    text-align: left;
    font-size: 1.75em;
  }

  .grid-horizontal {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: auto;
  }

  .hardware-main-block-inner {
    max-width: none;
  }

  /* sustainability */

  .section-sustainability-hero {
    position: static;
  }

  .sustainability-image {
    border-radius: 5px;
  }

  .image-block-wrap {
    height: 250px;
  }

  .grid-image-right {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .sustainability-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-image-left {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .sustainability-point-heading {
    text-align: left;
    font-size: 1.75em;
  }

  .body-text-individual {
    text-align: left;
    font-size: 1em;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .header-sides-2.bottom-h {
    justify-content: flex-start;
    padding-top: 20px;
  }

  .body-text-two {
    text-align: left;
    font-size: 14px;
    display: block;
  }

  /* sustainability */
}

@media screen and (max-width: 479px) {
  .link-big-picture-navbar {
    margin: 0 auto 0 0;
  }

  .navbar-link {
    padding-left: 40px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    justify-content: flex-start;
  }

  .nav-link-dropdown {
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    margin-top: 0;
    padding-left: 18px;
  }

  .container-max-width-header-footer {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .brand-navbar-dropdown {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .big-picture-navbar {
    max-width: 100%;
    height: auto;
    max-height: 18px;
  }

  .dropdown-image {
    margin-left: 0;
  }

  .dropdown-language{
    padding-left: 30px;
  }

  .navbar-container {
    flex-flow: column;
    margin: 0;
  }

  .bottom-of-navbar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    order: 0;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 20px 20px 20px 40px;
  }

  .centered-on-page {
    font-size: 1em;
    line-height: 1.5em;
  }

  .top-of-navbar {
    margin-left: 0;
  }

  .nav-item.bottom {
    width: 100%;
  }

  .body-text-black {
    text-align: left;
  }

  .cta {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .year {
    flex-flow: column;
    align-items: flex-start;
  }

  .section.hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-max-width-no-margin {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .hero-section-about-us {
    margin-top: 100px;
  }

  .body-text-2 {
    text-align: left;
    display: flex;
  }

  .heading-one-white-big {
    box-sizing: border-box;
    object-fit: fill;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.25em;
    text-align: left;
  }

  .body-text {
    text-align: left;
  }

  .icon-socials {
    width: 35px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-logo {
    max-width: 150px;
  }

  .location-wrapper {
    width: 155px;
  }

  .footer-container {
    padding: 40px;
  }

  .ciilock-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sustainability-title-wrap .heading {
    text-align: left;
    align-items: flex-start;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.75em;
  }

  .hardware-main-block {
    max-width: none;
  }

  .about-us-grid-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .more-like-this-grid-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .nav-item-2.bottom, .nav-item-3.bottom {
    width: 100%;
    padding-left: 0;
  }

  .nav-item-4.bottom {
    width: 100%;
    padding-left: 0;
  }

  .back-button-for-sliders {
    display: none;
  }

  .service-heading {
    font-size: 1.75em;
    line-height: 1.25em;
    display: flex;
  }

  .about-us-individual-section {
    min-width: auto;
    max-width: none;
    margin-top: 100px;
    padding: 0;
  }

  .about-us-individual-container {
    min-width: auto;
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: visible;
  }

  .content-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content-wrap-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-content-center {
    align-items: flex-start;
  }

  .improved-point-heading {
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-for-point-heading {
    text-align: left;
    font-weight: 300;
  }

  .hidden-text {
    display: flex;
  }

  .text-block-86 {
    display: none;
  }

  .div-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
    display: flex;
  }

  .about-videos {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .introduction-wrap-vertical {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content-sticky {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .heading-16 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 1.75em;
  }

  .wrap-improved-point-full {
    padding: 5px;
  }

  .heading-center {
    text-align: left;
    align-items: flex-start;
    font-size: 1.5em;
    line-height: 1.75em;
  }

  .text-content-center-vertical-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .improved-point-heading-static {
    justify-content: flex-start;
    padding: 5px;
  }

  .shown-text {
    padding: 5px;
    display: flex;
  }

  .heading-two {
    text-align: center;
    align-items: flex-start;
    font-size: 1.5em;
    line-height: 1.75em;
  }

  .grid-horizontal {
    grid-template-columns: 1fr;
  }

  .hardware-main-block-inner {
    max-width: none;
  }
  /* sustainability */

  .sustainability-bg{
    height:70vh;
  }

  .sustainability-content-wrap {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-sustainability-hero {
    margin-top: 100px;
  }

  .image-block-wrap {
    height: auto;
    max-height: 250px;
  }

  .text-block-wrap {
    box-sizing: border-box;
    width: 100%;
    overflow: clip;
  }

  .grid-image-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .sustainability-content {
    margin-left: 0;
    margin-right: 0;
    padding: 40px;
  }

  .grid-image-left {
    flex-flow: column;
    display: flex;
  }

  .sustainability-point-heading {
    text-align: center;
    align-items: center;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.5em;
  }

  .body-text-individual {
    text-align: center;
    font-size: .8em;
  }

  .small-text {
    aspect-ratio: auto;
    font-size: .75em;
    display: none;
    overflow: visible;
  }

  .paragraph {
    text-align: center;
  }

  .header-sides-2.bottom-h {
    justify-content: center;
    padding-top: 20px;
  }

  .body-text-two {
    text-align: left;
    display: flex;
  }

  .sustainability-title-wrap .paragraph{
    display:none;
    text-align: left;
  }

  .sustainability-title-wrap{
    margin-top:0;
  }
  /* sustainability */
}
