body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.body {
  margin-right: auto;
  margin-left: auto;
  background-color: #424242;
  font-family: 'Work Sans', sans-serif;
  color: #7e7a7a;
  font-size: 0.875em;
  line-height: 1;
  font-weight: 300;
}

.container {
  position: absolute;
  left: 0%;
  top: 440px;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-top: 16px;
}

._5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

._3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
}

.image {
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
}

.gear {
  position: absolute;
  left: -124%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 60%;
  max-width: 200%;
  margin-right: auto;
  margin-left: auto;
}

.container-3 {
  -o-object-fit: fill;
  object-fit: fill;
}

.body-2 {
  background-color: #424242;
}

.image-2 {
  max-width: 20%;
}

.section {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 7em;
  padding: 1em;
}

.heading {
  margin-top: 0px;
  font-size: 4.5em;
  line-height: 1.6;
  font-weight: 100;
  text-align: center;
  text-shadow: 0 20px 20px #000;
}

.unlock {
  overflow: visible;
}

.paragraph {
  color: #000;
  font-size: 2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 3em;
  }

  .paragraph {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 1.5em;
  }

  .paragraph {
    font-size: 1em;
  }
}

