:root {
  --white: white;
  --black: black;
}

.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;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.navbar-no-shadow {
  z-index: 10;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  max-width: 1200px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.nav-link:hover {
  color: #0067a0;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 40px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0c0a3e;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #0067a0;
  border-radius: 20px;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-stack {
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.mastercontainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sectionh1 {
  color: #000;
  font-size: 34px;
  line-height: 1.2;
}

.sectionh1.centered {
  text-align: center;
}

.sectionh2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.sectionhdiv {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
}

.sectionhdiv.blured {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logos-quote-block {
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-two {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #f5f7fa;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding-bottom: 40px;
  display: flex;
}

.clients-quote {
  color: #000;
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.sections {
  padding: 40px;
}

.sections.products {
  padding-bottom: 20px;
}

.servicesheadingwrapper {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.servicesgrid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  padding-left: 0;
  padding-right: 0;
}

.bigheading {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 1.2;
}

.serviceswrapper {
  background-color: #0c0a3e;
  border-radius: 10px;
  flex-flow: column;
  place-content: center;
  align-items: center;
  padding: 40px 20px;
  transition: transform .5s;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px #0003;
}

.serviceimg {
  margin-bottom: 5px;
}

.servicesinfo {
  color: #fff;
  text-align: center;
  letter-spacing: .1px;
  align-items: center;
  max-width: 220px;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
}

.mastercontainer-2 {
  justify-content: center;
  max-width: 1200px;
  display: flex;
}

.mastercontainer-2.ver {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  overflow: visible;
}

.biggergraybox {
  background-color: #f2f2f7;
  border-radius: 20px;
  flex-flow: column;
  width: 1400px;
  padding: 40px;
}

.focusspan {
  color: #ff9f1c;
  font-weight: 600;
}

.bigpragraphwrapper {
  text-align: center;
  max-width: 900px;
  padding-bottom: 20px;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.accordionitem {
  width: 100%;
  height: 100%;
}

.faq-2 {
  color: #000;
  letter-spacing: .15px;
  min-width: 0;
  max-width: 800px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.faqheading {
  color: #ff9f1c;
  letter-spacing: 0;
  text-indent: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.downarrow {
  margin-bottom: -10px;
  margin-left: 5px;
}

.accordionitemcontent {
  justify-content: center;
  height: 100%;
  overflow: hidden;
}

.accordionwrapper {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordionitemtrigger {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordionitemtrigger.left {
  justify-content: flex-start;
  align-items: center;
}

.footergrid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .5fr .5fr;
  margin-bottom: 20px;
}

.copyright {
  color: #000;
  margin-top: 55px;
}

.footer-heading {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.footer-flex-container {
  text-align: center;
  justify-content: space-between;
  min-width: 100%;
}

.footercontainer {
  max-width: 1200px;
  padding-bottom: 10px;
}

.footer-link-2 {
  color: #0009;
  text-align: left;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: color .5s;
  display: block;
}

.footer-link-2:hover {
  color: #000;
  text-decoration: underline;
}

.footer {
  opacity: 1;
  text-align: center;
  border: 1px #000;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 5px;
}

.footerdiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mailphone {
  text-align: left;
  padding-left: 5px;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
}

.div-block-53 {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-53._10 {
  margin-bottom: 10px;
}

.socialfootergrid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: .5fr;
  grid-auto-flow: column;
  place-items: center start;
  display: grid;
}

.text-block-7 {
  text-align: left;
  max-width: 270px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.squarevid {
  width: 500px;
  height: 500px;
}

.masterrectang {
  background-color: #f7f7f7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  padding: 40px;
  display: flex;
}

.masterrectang.lr {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.masterrectang.margin {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.masterrectang.proucts {
  padding: 20px 10px;
}

.image-16 {
  border-radius: 20px;
}

.products {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-self: center;
}

.productsdiv {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  min-height: 400px;
  padding: 10px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.productsdiv:hover {
  transform: scale(1.04);
}

.sectionh3 {
  z-index: 2;
  color: #ff9f1c;
  text-align: center;
  margin-top: 10px;
}

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

.body {
  background-color: #fff;
  font-family: MontserratSH, sans-serif;
}

.text-block-8 {
  color: #000;
}

.image-17 {
  min-width: 100px;
}

.contactdiv {
  max-width: 500px;
  display: flex;
}

.socialsgridcu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: .5fr;
  grid-auto-flow: row;
  align-self: flex-start;
  place-items: center;
  display: grid;
}

.div-block-55 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.secback {
  z-index: 1;
  filter: grayscale() blur(3px);
  border-radius: 10px;
  transition: all .5s;
  position: absolute;
  inset: 0%;
}

.secback:hover {
  filter: grayscale(0%) blur();
}

.clientcradinfo {
  background-color: #0c0a3e;
  border-radius: 10px;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.sectionh4 {
  z-index: 2;
  color: #ff9f1c;
  text-align: center;
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}

.mask, .slides {
  border-radius: 20px;
}

.slider {
  border-radius: 20px;
  min-height: 820px;
}

.sectionh1-slide {
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
}

.sectionh2-slide {
  color: #fff;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.product-grid {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product-grid.ups {
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.product-grid.lv {
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-grid.mining {
  grid-template-columns: 1fr 1fr 1fr;
  align-self: center;
}

.product-grid.mining2 {
  grid-template-columns: 1fr 1fr;
  align-self: center;
  margin-top: 5px;
}

.productname {
  color: #000;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  color: #000;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 16px;
  line-height: 1;
}

.nav-dropdown-toggle-2:hover {
  color: #0067a0;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:hover {
  color: #0067a0;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.aboutdiv {
  background-color: #fff;
  border-radius: 20px;
  margin-left: 10px;
  padding: 40px 20px;
}

.aboutprag {
  color: #000;
  letter-spacing: .15px;
  max-width: 800px;
  font-family: MontserratSH, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.productimgs {
  border-radius: 10px;
}

.lb1 {
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .mastercontainer-2 {
    max-width: 1200px;
  }

  .footergrid {
    grid-template-columns: .5fr 1fr .5fr .5fr .5fr;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .mastercontainer {
    max-width: 728px;
  }

  .sectionh1 {
    font-size: 24px;
  }

  .sectionh2 {
    font-size: 16px;
  }

  .sectionhdiv.blured {
    padding: 10px;
  }

  .container {
    max-width: 728px;
  }

  .clients-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bigheading {
    font-size: 30px;
  }

  .serviceimg {
    width: auto;
    height: 7vw;
  }

  .mastercontainer-2, .mastercontainer-2.ver {
    max-width: 94vw;
  }

  .biggergraybox {
    flex-direction: column;
    align-items: stretch;
    width: 94vw;
  }

  .bigpragraphwrapper {
    max-width: 580px;
  }

  .bigpragraphwrapper.bottom {
    padding-bottom: 10px;
  }

  .section-7 {
    justify-content: center;
  }

  .accordionitemcontent {
    padding-right: 0;
  }

  .footergrid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footercontainer {
    max-width: 95vw;
  }

  .text-block-7 {
    max-width: 340px;
  }

  .squarevid {
    display: none;
  }

  .masterrectang {
    width: 728px;
  }

  .image-16 {
    width: 300px;
    height: 300px;
  }

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

  .slider {
    min-height: 497px;
    max-height: none;
  }

  .slideimg {
    max-height: 497px;
  }

  .sectionh1-slide {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .sectionh2-slide {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .productname {
    font-size: 16px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .productimgs {
    width: 200px;
    height: 300px;
  }

  .productimgs._700 {
    width: 350px;
    height: 225px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .mastercontainer {
    max-width: 580px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .sections {
    padding: 20px;
  }

  .servicesheadingwrapper {
    font-size: 14px;
  }

  .servicesgrid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bigheading {
    font-size: 20px;
  }

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

  .serviceimg {
    height: 9vw;
  }

  .servicesinfo {
    font-size: 12px;
  }

  .mastercontainer-2 {
    max-width: 94vw;
  }

  .mastercontainer-2.ver {
    max-width: 92vw;
  }

  .biggergraybox {
    padding: 20px;
  }

  .bigpragraphwrapper {
    padding-bottom: 10px;
  }

  .faq-2 {
    font-size: 12px;
    line-height: 1.5;
  }

  .faqheading {
    font-size: 15px;
    line-height: 1.2;
  }

  .accordionwrapper {
    padding: 10px;
  }

  .footergrid {
    grid-column-gap: 10px;
    grid-template-columns: 1.25fr 1.25fr 1fr;
  }

  .copyright {
    font-size: 12px;
  }

  .footer-heading {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .footer-link-2 {
    font-size: 12px;
  }

  .footer {
    padding-top: 20px;
  }

  .mailphone {
    max-width: none;
    font-size: 12px;
  }

  .div-block-53 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .squarevid {
    display: none;
  }

  .masterrectang {
    width: auto;
    max-width: 580px;
  }

  .masterrectang.lr {
    flex-flow: column;
  }

  .masterrectang.margin, .masterrectang.proucts {
    align-self: stretch;
  }

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

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

  .contactdiv {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .slider {
    min-height: 396px;
  }

  .slideimg {
    max-height: 396px;
  }

  .sectionh1-slide {
    font-size: 20px;
  }

  .sectionh2-slide {
    font-size: 14px;
  }

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

  .product-grid.ups {
    grid-template-columns: 1fr;
  }

  .product-grid.lv, .product-grid.mining {
    grid-template-columns: 1fr 1fr;
  }

  .productname {
    font-size: 12px;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .productimgs {
    width: 200px;
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero-stack {
    padding: 0;
  }

  .mastercontainer {
    max-width: 355px;
  }

  .sectionh1 {
    text-align: center;
    font-size: 24px;
    line-height: 1.1;
  }

  .sectionh2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.1;
  }

  .sectionhdiv, .container {
    max-width: none;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .servicesheadingwrapper {
    font-size: 12px;
  }

  .bigheading {
    font-size: 20px;
  }

  .serviceswrapper {
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .serviceimg {
    width: 40px;
    height: 40px;
  }

  .servicesinfo {
    font-size: 11px;
  }

  .mastercontainer-2.ver {
    max-width: 94vw;
  }

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

  .bigpragraphwrapper {
    max-width: 280px;
  }

  .faq-2 {
    font-size: 12px;
    line-height: 1.5;
  }

  .faqheading {
    font-size: 16px;
    line-height: 1.2;
  }

  .downarrow {
    width: 15px;
    height: 15px;
  }

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

  .copyright {
    text-align: center;
  }

  .footer-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .footer-flex-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-link-2 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .footer {
    text-align: left;
    padding: 20px;
  }

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

  .div-block-53 {
    justify-content: center;
  }

  .socialfootergrid {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

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

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

  .masterrectang {
    width: 340px;
    padding: 20px;
  }

  .masterrectang.margin {
    align-self: auto;
    max-width: 355px;
  }

  .masterrectang.proucts {
    align-self: auto;
  }

  .products {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: center;
  }

  .sectionh3 {
    font-size: 20px;
  }

  .socialsgridcu {
    flex-direction: row;
    grid-auto-columns: 1fr;
  }

  .slider {
    min-height: auto;
    max-height: 256px;
  }

  .slideimg {
    max-height: 256px;
  }

  .sectionh1-slide {
    font-size: 16px;
    line-height: 1.1;
  }

  .sectionh2-slide {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.1;
  }

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

  .product-grid.ups, .product-grid.lv, .product-grid.mining {
    grid-template-columns: 1fr;
  }

  .product-grid.mining2 {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .productimgs {
    width: 150px;
    height: 225px;
  }

  .productimgs._700 {
    width: 300px;
    height: 193px;
  }
}

#w-node-_9f83688e-d81d-3b41-2142-9afd51b8dca2-51b8dc9e, #w-node-_9f83688e-d81d-3b41-2142-9afd51b8dcad-51b8dc9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f83688e-d81d-3b41-2142-9afd51b8dcb6-51b8dc9e, #w-node-_9f83688e-d81d-3b41-2142-9afd51b8dcb7-51b8dc9e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1a385d47-789b-5d13-30a0-35f49bae25f9-9bae25de, #w-node-_1a385d47-789b-5d13-30a0-35f49bae25fa-9bae25de, #w-node-_1a385d47-789b-5d13-30a0-35f49bae25fb-9bae25de, #w-node-_1a385d47-789b-5d13-30a0-35f49bae25fc-9bae25de, #w-node-_1a385d47-789b-5d13-30a0-35f49bae25fd-9bae25de, #w-node-_1a385d47-789b-5d13-30a0-35f49bae25fe-9bae25de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbce710b-683a-d23e-d401-8443cc6c2856-44e2b721 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-_937f6224-73a2-51ce-229c-01f6d1f5791a-44e2b721 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ee15a930-9efb-10b0-6688-08eda3b908d4-44e2b721 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ee15a930-9efb-10b0-6688-08eda3b908d8-44e2b721, #w-node-_9a873d20-82c0-3949-57d4-9cff9b8f700a-44e2b721 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4f6e7c0d-384b-de2e-33a4-e5e898593df9-44e2b721 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-ea7ef2db-5fd8-6b43-ff16-e1000180a751-44e2b721, #w-node-ea7ef2db-5fd8-6b43-ff16-e1000180a755-44e2b721, #w-node-ea7ef2db-5fd8-6b43-ff16-e1000180a74e-44e2b721, #w-node-ea7ef2db-5fd8-6b43-ff16-e1000180a74d-44e2b721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1194492d-e0c5-81b4-d45b-817ef618ea16-f618ea10 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1194492d-e0c5-81b4-d45b-817ef618ea17-f618ea10, #w-node-_1194492d-e0c5-81b4-d45b-817ef618ea19-f618ea10, #w-node-_1194492d-e0c5-81b4-d45b-817ef618ea1d-f618ea10, #w-node-_1194492d-e0c5-81b4-d45b-817ef618ea23-f618ea10, #w-node-_1194492d-e0c5-81b4-d45b-817ef618ea29-f618ea10, #w-node-_1194492d-e0c5-81b4-d45b-817ef618ea2f-f618ea10, #w-node-_1194492d-e0c5-81b4-d45b-817ef618ea35-f618ea10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93cdf1bd-aea4-f698-c635-23bfb2ccf304-1e5682b2, #w-node-cd8860c5-dedd-174c-e89d-338571de2ab5-1e5682b2 {
  justify-self: center;
}

#w-node-a07d0765-0a1b-d82d-1551-c8f259f81c4b-59f81c42 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-a07d0765-0a1b-d82d-1551-c8f259f81c4d-59f81c42 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a07d0765-0a1b-d82d-1551-c8f259f81c4e-59f81c42 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a07d0765-0a1b-d82d-1551-c8f259f81c56-59f81c42, #w-node-a07d0765-0a1b-d82d-1551-c8f259f81c5a-59f81c42 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a07d0765-0a1b-d82d-1551-c8f259f81c5f-59f81c42 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-a07d0765-0a1b-d82d-1551-c8f259f81c61-59f81c42, #w-node-a07d0765-0a1b-d82d-1551-c8f259f81c63-59f81c42, #w-node-a07d0765-0a1b-d82d-1551-c8f259f81c65-59f81c42, #w-node-a07d0765-0a1b-d82d-1551-c8f259f81c66-59f81c42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_153db516-73cb-a81f-e35d-e06c7dcf9f0f-b62c23ff {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-_153db516-73cb-a81f-e35d-e06c7dcf9f11-b62c23ff {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_153db516-73cb-a81f-e35d-e06c7dcf9f12-b62c23ff {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_153db516-73cb-a81f-e35d-e06c7dcf9f1a-b62c23ff, #w-node-_153db516-73cb-a81f-e35d-e06c7dcf9f1e-b62c23ff {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_153db516-73cb-a81f-e35d-e06c7dcf9f23-b62c23ff {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_153db516-73cb-a81f-e35d-e06c7dcf9f25-b62c23ff, #w-node-_153db516-73cb-a81f-e35d-e06c7dcf9f27-b62c23ff, #w-node-_153db516-73cb-a81f-e35d-e06c7dcf9f29-b62c23ff, #w-node-_153db516-73cb-a81f-e35d-e06c7dcf9f2a-b62c23ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7101b897-c7e2-acb2-0b95-e43868908599-e3267703 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-_7101b897-c7e2-acb2-0b95-e4386890859b-e3267703 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7101b897-c7e2-acb2-0b95-e4386890859c-e3267703 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7101b897-c7e2-acb2-0b95-e438689085a4-e3267703, #w-node-_7101b897-c7e2-acb2-0b95-e438689085a8-e3267703 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7101b897-c7e2-acb2-0b95-e438689085ad-e3267703 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_7101b897-c7e2-acb2-0b95-e438689085af-e3267703, #w-node-_7101b897-c7e2-acb2-0b95-e438689085b1-e3267703, #w-node-_7101b897-c7e2-acb2-0b95-e438689085b3-e3267703, #w-node-_7101b897-c7e2-acb2-0b95-e438689085b4-e3267703 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f792976a-ef65-b2c3-3b9e-acb871afa29a-b4fd2605, #w-node-f792976a-ef65-b2c3-3b9e-acb871afa29b-b4fd2605 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fff05ebc-bc2d-e8f9-2505-4ecfe4da4a71-eb8e15a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_7101b897-c7e2-acb2-0b95-e43868908599-a09d7c19 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-_7101b897-c7e2-acb2-0b95-e4386890859b-a09d7c19 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7101b897-c7e2-acb2-0b95-e4386890859c-a09d7c19 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7101b897-c7e2-acb2-0b95-e438689085a4-a09d7c19, #w-node-_7101b897-c7e2-acb2-0b95-e438689085a8-a09d7c19 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7101b897-c7e2-acb2-0b95-e438689085ad-a09d7c19 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_7101b897-c7e2-acb2-0b95-e438689085af-a09d7c19, #w-node-_7101b897-c7e2-acb2-0b95-e438689085b1-a09d7c19, #w-node-_7101b897-c7e2-acb2-0b95-e438689085b3-a09d7c19, #w-node-_7101b897-c7e2-acb2-0b95-e438689085b4-a09d7c19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7101b897-c7e2-acb2-0b95-e43868908599-2a4dbbb9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-_7101b897-c7e2-acb2-0b95-e4386890859b-2a4dbbb9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7101b897-c7e2-acb2-0b95-e4386890859c-2a4dbbb9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7101b897-c7e2-acb2-0b95-e438689085a4-2a4dbbb9, #w-node-_7101b897-c7e2-acb2-0b95-e438689085a8-2a4dbbb9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7101b897-c7e2-acb2-0b95-e438689085ad-2a4dbbb9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_7101b897-c7e2-acb2-0b95-e438689085af-2a4dbbb9, #w-node-_7101b897-c7e2-acb2-0b95-e438689085b1-2a4dbbb9, #w-node-_7101b897-c7e2-acb2-0b95-e438689085b3-2a4dbbb9, #w-node-_7101b897-c7e2-acb2-0b95-e438689085b4-2a4dbbb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9f83688e-d81d-3b41-2142-9afd51b8dcad-51b8dc9e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9f83688e-d81d-3b41-2142-9afd51b8dcd8-51b8dc9e, #w-node-_1a385d47-789b-5d13-30a0-35f49bae25fc-9bae25de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1194492d-e0c5-81b4-d45b-817ef618ea16-f618ea10 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1194492d-e0c5-81b4-d45b-817ef618ea17-f618ea10, #w-node-_1194492d-e0c5-81b4-d45b-817ef618ea1d-f618ea10, #w-node-_1194492d-e0c5-81b4-d45b-817ef618ea23-f618ea10, #w-node-_1194492d-e0c5-81b4-d45b-817ef618ea29-f618ea10, #w-node-_1194492d-e0c5-81b4-d45b-817ef618ea2f-f618ea10, #w-node-_1194492d-e0c5-81b4-d45b-817ef618ea35-f618ea10 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1cba083a-fbb6-6507-7b79-90a981090d15-b62c23ff, #w-node-_9946a4a3-9b58-1b19-2713-1a30bfc99796-b62c23ff, #w-node-_1cba083a-fbb6-6507-7b79-90a981090d1f-b62c23ff, #w-node-ff162240-c5a3-f0b1-4c01-5bc9ea6a0a30-e3267703, #w-node-_86e2ed96-b9a1-7b8a-3aab-ced5dbcf55d3-4c3b2dfd, #w-node-c67f64e4-be0b-f1d2-0af1-40f6d11fbe33-4c3b2dfd, #w-node-_9db59e17-7b26-b317-a175-d178083a50f1-4c3b2dfd, #w-node-_02fa50a0-62c7-1b0e-ef82-9e93d5f86416-7bff6da7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-fff05ebc-bc2d-e8f9-2505-4ecfe4da4a71-eb8e15a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5a3ff8d4-7d01-ca1b-0acf-9fef4a23112e-eb8e15a5, #w-node-_054ce446-9905-30f4-479a-d437e010238c-eb8e15a5, #w-node-_4032b6a3-129e-17e2-1309-d4f02ac2a319-a52cf41e, #w-node-_4032b6a3-129e-17e2-1309-d4f02ac2a2f3-a52cf41e, #w-node-a096c466-0050-a1dd-0457-65aa4bdbbc65-2a4dbbb9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9f83688e-d81d-3b41-2142-9afd51b8dca2-51b8dc9e {
    justify-self: center;
  }

  #w-node-_9f83688e-d81d-3b41-2142-9afd51b8dcad-51b8dc9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_9f83688e-d81d-3b41-2142-9afd51b8dcb4-51b8dc9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1cba083a-fbb6-6507-7b79-90a981090d15-b62c23ff, #w-node-_9946a4a3-9b58-1b19-2713-1a30bfc99796-b62c23ff, #w-node-_1cba083a-fbb6-6507-7b79-90a981090d1f-b62c23ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-f792976a-ef65-b2c3-3b9e-acb871afa298-b4fd2605 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9db59e17-7b26-b317-a175-d178083a50f1-4c3b2dfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'MontserratSH';
  src: url('../fonts/Montserrat-Bold-S.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MontserratSH';
  src: url('../fonts/Montserrat-Regular-S.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}