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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fontfabric, sans-serif;
  color: #072f33;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fontfabric, sans-serif;
  color: #535555;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fontfabric, sans-serif;
  color: #072f33;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fontfabric, sans-serif;
  color: #072f33;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Fontfabric, sans-serif;
  color: #535555;
}

li {
  margin-bottom: 7px;
  font-family: Fontfabric, sans-serif;
  text-align: left;
  text-transform: none;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12px;
  margin-top: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #072f33;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 60px 140px;
  -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;
  background-color: #072f33;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.11);
}

.container {
  height: 100%;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.brand {
  width: 300px;
  height: 80%;
  margin-top: 9px;
  background-image: url('../images/eas-logo-color.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-link {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #7b7d7d;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #072f33;
}

.nav-link.w--current {
  color: #072f33;
}

.top-bar-col {
  width: 40%;
  height: 100%;
  background-color: #a1741e;
}

.slider {
  height: 700px;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide {
  background-image: url('../images/slide1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/slide2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.38))), url('../images/slider-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.38)), url('../images/slider-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-4 {
  background-image: url('../images/slide4-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.38))), url('../images/slider-2.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.38)), url('../images/slider-2.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.38))), url('../images/slider-3.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.38)), url('../images/slider-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.logo-footer {
  width: 200px;
  margin-bottom: 20px;
}

.contact-data-footer {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.copyright-footer {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.copyright-footer.green {
  margin-top: 20px;
  color: #027c88;
  font-size: 12px;
}

.content {
  padding-top: 80px;
  padding-bottom: 0px;
}

.div-content {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-content.services {
  margin-bottom: 100px;
}

.logo-home {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading {
  font-size: 43px;
  line-height: 50px;
  font-weight: 700;
}

.heading-2 {
  font-size: 27px;
  line-height: 32px;
}

.division-one {
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #7b7d7d;
}

.grid-one {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-grid-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #dadcdc;
}

.div-grid-one.no-line {
  border-right-style: none;
}

.gird-one-image {
  width: 140px;
  height: 140px;
  border-radius: 1000px;
}

.heading-3 {
  font-size: 30px;
}

.paragraph {
  font-size: 17px;
  line-height: 23px;
}

.paragraph.left {
  text-align: left;
}

.paragraph.left.contact {
  margin-top: 62px;
}

.heading-4 {
  font-size: 19px;
}

.footer-pic {
  height: 300px;
  background-image: url('../images/Especialized-Assembly-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #dadcdc;
}

.about-us-col {
  padding: 100px 30px 30px;
}

.about-us-col.gray {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #c6c9c9;
}

.heading-5 {
  text-align: left;
}

.text-span {
  text-decoration: underline;
}

.text-span-2 {
  color: #072f33;
}

.heading-6 {
  text-align: left;
}

.heading-6.gold {
  color: #a1741e;
}

.list-item {
  text-align: left;
}

.grid-2 {
  grid-column-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block {
  width: 100%;
  height: 200px;
  background-image: url('../images/services1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.list {
  padding-left: 14px;
  text-transform: none;
}

.list-capital {
  text-transform: uppercase;
}

.div-services-col {
  padding-right: 40px;
  padding-left: 40px;
}

.div-services-col.lines {
  border-right: 1px solid #7b7d7d;
  border-left: 1px solid #7b7d7d;
}

.grid-4 {
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  margin-top: 24px;
  background-color: #a1741e;
  font-weight: 700;
  text-transform: uppercase;
}

.div-col-services {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.linkedin {
  width: 100px;
}

.link-block {
  margin-top: 40px;
}

.link-block:hover {
  opacity: 0.55;
}

.slide-7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.7))), url('../images/slider-4.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.7)), url('../images/slider-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.html-embed {
  height: 700px;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .top-bar {
    height: 10px;
  }

  .nav-menu {
    background-color: #072f33;
  }

  .nav-link {
    color: #a1741e;
  }

  .nav-link:hover {
    color: #fff;
  }

  .slider {
    height: 500px;
  }

  .menu-button {
    height: 100%;
    padding-top: 36px;
  }

  .menu-button.w--open {
    background-color: #072f33;
  }

  .content {
    padding-top: 60px;
  }

  .div-content {
    width: auto;
  }

  .div-content.services {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-one {
    margin-right: 20px;
    margin-left: 20px;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-grid-one {
    padding-right: 40px;
    padding-left: 40px;
  }

  .footer-pic {
    height: 200px;
  }

  .grid-2 {
    grid-column-gap: 24px;
  }

  .div-services-col {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-4 {
    -ms-grid-columns: 1.25fr 1.25fr;
    grid-template-columns: 1.25fr 1.25fr;
  }

  .html-embed {
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .top-bar {
    height: 10px;
    margin-top: 80px;
  }

  .navbar {
    height: 80px;
  }

  .container {
    padding-left: 10px;
  }

  .brand {
    height: 80%;
    margin-top: 7px;
    padding-left: 0px;
    background-position: 0% 50%;
  }

  .slider {
    height: 400px;
  }

  .menu-button {
    padding-top: 29px;
  }

  .content {
    padding-top: 60px;
  }

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

  .heading {
    font-size: 35px;
  }

  .heading-2 {
    font-size: 19px;
  }

  .div-grid-one {
    padding-right: 20px;
    padding-left: 20px;
    border-right-style: none;
  }

  .paragraph.left.contact {
    margin-top: 10px;
  }

  .footer-pic {
    height: 140px;
  }

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

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-services-col.lines {
    border-right-style: none;
    border-left-style: none;
  }

  .grid-4 {
    width: 100%;
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .div-contact-col {
    width: 100%;
  }

  .html-embed {
    height: 550px;
  }
}

@media screen and (max-width: 479px) {
  .top-bar {
    height: 10px;
  }

  .brand {
    width: 190px;
  }

  .nav-link {
    color: #fff;
  }

  .nav-link:hover {
    color: #fff;
  }

  .nav-link.current {
    color: #fff;
  }

  .logo-footer {
    width: 150px;
  }

  .copyright-footer.green {
    line-height: 16px;
  }

  .heading-2 {
    font-size: 24px;
  }

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

  .div-grid-one {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-grid-one.no-line {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph.left.contact {
    margin-top: 10px;
  }

  .about-us-col {
    padding-top: 40px;
  }

  .about-us-col.gray {
    padding-top: 40px;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .html-embed {
    height: 550px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_533fd801-66d3-a86a-3583-b2aef831dbc8-bca2f181 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Fontfabric';
  src: url('../fonts/Fontfabric---GloberBlack.otf') format('opentype'), url('../fonts/Fontfabric---GloberHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric';
  src: url('../fonts/Fontfabric---GloberBold.otf') format('opentype'), url('../fonts/Fontfabric---GloberxBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric';
  src: url('../fonts/Fontfabric---GloberBoldItalic.otf') format('opentype'), url('../fonts/Fontfabric---GloberxBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric';
  src: url('../fonts/Fontfabric---GloberBookItalic.otf') format('opentype'), url('../fonts/Fontfabric---GloberRegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric';
  src: url('../fonts/Fontfabric---GloberHeavyItalic.otf') format('opentype'), url('../fonts/Fontfabric---GloberBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric';
  src: url('../fonts/Fontfabric---GloberLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric';
  src: url('../fonts/Fontfabric---GloberLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric';
  src: url('../fonts/Fontfabric---GloberRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric';
  src: url('../fonts/Fontfabric---GloberSemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric';
  src: url('../fonts/Fontfabric---GloberSemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric';
  src: url('../fonts/Fontfabric---GloberThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontfabric';
  src: url('../fonts/Fontfabric---GloberThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}