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

.section {
  display: none;
  height: 20vh;
  border-radius: 7px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}

.section.hero {
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.service-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -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;
  background-image: url('../images/grey-lines.jpg');
  background-position: 100% 0%;
  background-size: cover;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Minelock-Hero2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  text-align: center;
}

.footer-flex-container {
  display: none;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: grey;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #8a8a8a;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/White-Background.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2 {
  margin-right: 0px;
  padding-right: 0px;
}

.div-block-3 {
  width: 70vw;
  height: 90vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #d4d4d4;
  box-shadow: 1px 1px 20px 5px rgba(54, 54, 54, 0.36);
}

.body {
  background-color: #fff;
}

.button {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 2px;
  background-color: #444;
}

.div-block-4 {
  height: 7.5vh;
  border-radius: 0px;
}

.grid-2 {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

.top-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.column {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/world.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  border: 1px none #000;
  background-image: url('../images/schema.png');
  background-position: 0% 50%;
  background-size: cover;
}

.column-3 {
  height: 100%;
}

.column-4 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-top-right-radius: 20px;
  background-image: url('../images/crane.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  border-top-right-radius: 20px;
  background-color: #d4d4d4;
  background-image: url('../images/schema.png');
  background-position: 100% 50%;
  background-size: cover;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  border-bottom-left-radius: 20px;
  background-image: url('../images/schema.png');
  background-position: 0px 0px;
  background-size: cover;
}

.column-7 {
  overflow: hidden;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom-right-radius: 20px;
  background-image: url('../images/liner1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-5 {
  width: 5vw;
  height: 2px;
  background-color: #bbb;
}

.heading {
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #737373;
  font-size: 40px;
}

.paragraph {
  width: 407px;
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #737373;
  font-size: 15px;
  text-align: justify;
}

.paragraph.mobile {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  color: #1f1947;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 20px #fff;
}

.paragraph._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  border-radius: 0px;
  opacity: 0.8;
  font-family: 'Nunito Sans', sans-serif;
  color: #1f1947;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.paragraph._3 {
  width: auto;
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}

.phone {
  position: relative;
  left: 0%;
  top: 0px;
  right: auto;
  bottom: 0%;
  overflow: visible;
  width: auto;
  height: 200%;
  background-image: url('../images/MINELOCK-PHONE.png');
  background-position: 50% 0%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.register-button {
  border-style: solid;
  border-width: 2px;
  border-color: #1f1947;
  border-radius: 5px;
  background-color: transparent;
  font-family: 'Nunito Sans', sans-serif;
  color: #1f1947;
  font-weight: 700;
}

.register-button.login {
  margin-top: 10px;
  margin-bottom: 20px;
  border-color: #fff;
  color: #fff;
}

.container {
  max-width: 60vw;
}

.companies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-blok {
  width: 25%;
  margin-top: 9px;
  margin-bottom: 9px;
}

.container-2 {
  max-width: 70vw;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  border-top-right-radius: 20px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -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;
}

.div-block-9 {
  display: block;
  width: 60%;
  border-radius: 0px;
}

.image {
  border-radius: 360px;
  opacity: 1;
}

.div-block-10 {
  width: 100%;
  background-color: #90c84b;
}

.div-block-11 {
  width: 100%;
  background-color: #2977bc;
}

.image-2 {
  opacity: 0.8;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-12 {
  width: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: hsla(0, 0%, 98.7%, 0.15);
  box-shadow: 3px 2px 20px 0 #252047;
  opacity: 1;
}

.heading-2 {
  color: #fff;
  text-align: center;
}

.textfield {
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.image-3 {
  margin-right: 0px;
  padding-bottom: 81px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link {
  color: #646464;
  font-weight: 600;
  text-decoration: none;
}

.bottom {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/schema.png');
  background-position: 0px 0px;
  background-size: auto;
}

.lottie-animation {
  display: block;
  width: 15%;
  color: #f1f1f1;
}

.paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  color: rgba(31, 25, 71, 0.8);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.lottie-animation-2 {
  width: 15%;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero-image-mask {
    margin-left: 0px;
  }

  .about {
    padding-bottom: 54px;
  }

  .paragraph.mobile {
    width: 60%;
  }

  .paragraph._2 {
    width: 60%;
  }

  .paragraph._3 {
    width: auto;
  }

  .div-block-12 {
    width: auto;
  }

  .bottom {
    border-top-left-radius: 20px;
  }

  .paragraph-2 {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer {
    height: 70vh;
    padding: 40px 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    margin-top: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 479px) {
  .section.service-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer {
    height: 70vh;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .about {
    background-position: 100% 50%;
  }

  .paragraph {
    width: auto;
  }

  .paragraph._2 {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph._3 {
    width: auto;
  }

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

#w-node-e386e4c6-bd62-d2a1-958b-ad6954428ba6-cf873b19 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

