.nav-section {
  display: block;
  padding: 0px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  padding: 100px 80px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: url('..//images/excel-heavy-hero-truck.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.intro-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.brands-section {
  margin-top: 100px;
}

.products-section {
  height: auto;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: transparent;
}

.footer-section {
  display: block;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
}

.footer-left-block {
  width: 35%;
}

.footer-middle-block {
  width: 15%;
}

.footer-right-block {
  width: 30%;
}

.footer-middle-top-menu {
  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;
}

.footer-middle-bottom-menu {
  margin-top: 40px;
}

.footer-right-top-menu {
  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;
}

.footer-right-bottom-menu {
  margin-top: 40px;
}

.footer-top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 82px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom-left-block {
  width: 45%;
}

.footer-bottom-right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.footer-bottom-right-block:hover {
  opacity: 0.7;
}

.heading {
  font-family: antique-olive-nord, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1.2em;
}

.nav-link {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 0.7;
}

.nav-link.main {
  margin-right: 10px;
  margin-left: 10px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
}

.nav-link.main:hover {
  opacity: 0.7;
}

.nav-link.main.w--current:hover {
  opacity: 0.7;
}

.image {
  height: 60px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

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

.image-2 {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.paragraph {
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 1.2em;
  text-decoration: none;
}

.top-nav-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-nav-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6e6e6;
}

.top-nav-left-section {
  width: 30%;
}

.top-nav-middle-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
}

.top-nav-right-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-2 {
  margin-top: 0px;
  font-family: antique-olive-nord, sans-serif;
  color: #000;
  font-size: 3.5em;
  line-height: 1.2em;
  font-weight: 400;
}

.paragraph-2 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 500;
}

.button {
  width: auto;
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #1630ee;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.6em;
  line-height: 1.2em;
  text-align: center;
}

.button:hover {
  background-color: #0014a8;
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.mobile-nav-section {
  display: none;
}

.intro-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding: 40px 0px 0px 81px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.paragraph-3 {
  width: auto;
  margin-top: 20px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 500;
}

.paragraph-3._2 {
  width: 60%;
  margin-top: 20px;
  color: #000;
  text-align: center;
}

.paragraph-3.left {
  width: auto;
}

.paragraph-3.middle {
  width: auto;
  font-weight: 500;
  text-align: center;
}

.brands-contain {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  font-family: antique-olive-nord, sans-serif;
  color: #000;
  font-size: 3.5em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

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

.logo-image {
  max-height: 60px;
  max-width: none;
  margin-right: 40px;
  margin-left: 40px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid #000;
  background-color: #ebebeb;
}

.div-block-4 {
  overflow: visible;
  margin-top: 60px;
}

.div-block-5 {
  overflow: visible;
  margin-top: 40px;
}

.paragraph-4 {
  margin-top: 40px;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

.products-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #000;
  background-color: #fff;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
  background-image: url('..//images/excel-heavy-home-border.png');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-3 {
  margin-bottom: 40px;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 700;
}

.paragraph-5._2 {
  margin-top: 20px;
  font-size: 25px;
}

.paragraph-6 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
}

.paragraph-7 {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.mail-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding: 0px 80px 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mail-section._2 {
  display: none;
}

.div-block-9 {
  width: 300px;
  height: 5px;
  background-color: #000;
}

.div-block-10 {
  width: 35%;
  padding-left: 0px;
}

.paragraph-9 {
  margin-top: 20px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 500;
}

.div-block-11 {
  display: none;
  height: 224px;
  background-image: url('..//images/excel-heavy-top-border.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-12 {
  display: none;
  height: 220px;
  background-image: url('..//images/excel-heavy-bottom-border.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-4 {
  margin-top: 0px;
  font-family: antique-olive-nord, sans-serif;
  color: #000;
  font-size: 3.5em;
  line-height: 1.2em;
  font-weight: 400;
}

.product-row {
  display: none;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-heading-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: antique-olive-nord, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 400;
}

.footer-link {
  display: block;
  margin-top: 10px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.6;
}

.paragraph-10 {
  margin-top: 20px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
}

.paragraph-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
}

.paragraph-11._2 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.div-block-13 {
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.image-4 {
  max-width: 80%;
}

.image-5 {
  position: relative;
  top: 60px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -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/excel-heavy-contact-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-body-section {
  padding-top: 40px;
  padding-bottom: 140px;
}

.heading-7 {
  font-family: antique-olive-nord, sans-serif;
  color: #fff;
  font-size: 76px;
  line-height: 1.2em;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 39px 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-right: 80px;
  padding-left: 80px;
  -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-18 {
  width: 90%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.heading-8 {
  width: 40%;
  margin: 0px auto 40px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

.link {
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 76px;
  line-height: 1.2em;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  opacity: 1;
  color: #1730f0;
  text-decoration: underline;
}

.link.fb {
  font-size: 76px;
}

.heading-9 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}

.div-block-19 {
  text-align: right;
}

.form-block {
  width: 40%;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-right-block {
  width: 48%;
}

.form-left-block {
  width: 48%;
}

.form-2 {
  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;
}

.submit-button {
  background-color: #1730ef;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.submit-button:hover {
  background-color: #0014a8;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-21 {
  width: 50%;
}

.div-block-22 {
  width: 70%;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.paragraph-12 {
  margin-top: 20px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 25px;
  line-height: 1.2em;
}

.paragraph-13 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 700;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-26 {
  width: 300px;
  height: 5px;
  background-color: #000;
}

.div-block-27 {
  width: 250px;
  height: 3px;
  background-color: #000;
}

.image-7 {
  height: 20px;
  margin-left: 10px;
}

.image-8 {
  width: 280px;
  margin: 20px;
  padding: 0px;
  border: 0px solid #000;
  border-radius: 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-8:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  width: 400px;
}

.div-block-36 {
  display: block;
  padding-right: 80px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 400px;
    padding-top: 40px;
    padding-right: 60px;
    padding-left: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0.13))), url('..//images/excel-heavy-hero-truck.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url('..//images/excel-heavy-hero-truck.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .intro-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brands-section {
    margin-top: 60px;
  }

  .products-section {
    margin-top: 60px;
    padding-top: 0px;
  }

  .footer-left-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-middle-block {
    width: auto;
    margin-top: 40px;
  }

  .footer-right-block {
    width: auto;
    margin-top: 40px;
    text-align: center;
  }

  .footer-middle-top-menu {
    text-align: center;
  }

  .footer-middle-bottom-menu {
    text-align: center;
  }

  .footer-right-top-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-bottom-section {
    -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;
  }

  .footer-bottom-left-block {
    width: auto;
  }

  .footer-bottom-right-block {
    width: auto;
    margin-top: 20px;
  }

  .heading {
    font-size: 38px;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-link.main {
    font-size: 16px;
  }

  .image-2 {
    width: 34px;
    height: 34px;
  }

  .paragraph {
    font-size: 16px;
  }

  .top-nav-section {
    padding-right: 60px;
    padding-left: 60px;
  }

  .bottom-nav-section {
    padding-right: 63px;
    padding-left: 63px;
  }

  .paragraph-2 {
    font-size: 25px;
  }

  .button {
    font-size: 25px;
  }

  .intro-contain {
    width: auto;
    padding-right: 60px;
    padding-left: 60px;
  }

  .div-block-2 {
    width: 40%;
    height: 3px;
  }

  .logo-image {
    max-height: 70px;
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-3 {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-5 {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-3 {
    max-width: 80%;
  }

  .paragraph-5 {
    text-align: center;
  }

  .mail-section {
    padding-right: 59px;
    padding-bottom: 100px;
    padding-left: 59px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-9 {
    width: 200px;
    height: 3px;
  }

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

  .div-block-11 {
    height: 140px;
  }

  .div-block-12 {
    height: 140px;
  }

  .heading-4 {
    width: auto;
  }

  .heading-6 {
    font-size: 48px;
  }

  .footer-link {
    font-size: 25px;
  }

  .paragraph-10 {
    width: 80%;
    font-size: 25px;
    text-align: center;
  }

  .paragraph-11 {
    text-align: center;
  }

  .image-4 {
    max-width: none;
  }

  .image-5 {
    top: 20px;
    max-width: 70%;
  }

  .contact-body-section {
    padding-bottom: 100px;
  }

  .div-block-15 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-17 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-8 {
    width: 80%;
  }

  .link {
    font-size: 42px;
  }

  .link.fb {
    font-size: 42px;
  }

  .form-block {
    width: 80%;
  }

  .div-block-21 {
    width: 80%;
  }

  .div-block-22 {
    width: 80%;
  }

  .div-block-24 {
    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;
  }

  .div-block-26 {
    width: 40%;
    height: 3px;
  }

  .div-block-27 {
    width: 40%;
  }

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

  .div-block-29 {
    display: none;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-8 {
    width: 33%;
  }

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

  .div-block-35 {
    width: 80%;
  }

  .image-9 {
    width: 70%;
  }

  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding-right: 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;
  }
}

@media screen and (max-width: 767px) {
  .nav-section {
    display: none;
  }

  .hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('..//images/excel-heavy-hero-truck.jpg');
    background-image: linear-gradient(180deg, null, null), url('..//images/excel-heavy-hero-truck.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .footer-bottom-section {
    padding-right: 61px;
    padding-left: 58px;
  }

  .heading-2 {
    font-size: 3em;
    text-align: center;
  }

  .mobile-nav-section {
    display: block;
  }

  .dropdown-toggle {
    padding: 0px;
  }

  .text-block {
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 32px;
    line-height: 1.2em;
  }

  .dropdown-list.w--open {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('..//images/excel-heavy-hero-truck.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .drop-link {
    margin-top: 20px;
    padding: 0px;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    color: #fff;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
  }

  .drop-link.w--current {
    font-family: 'PT Sans', sans-serif;
  }

  .intro-contain {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block {
    margin-top: 0px;
    -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;
  }

  .paragraph-3 {
    width: auto;
    margin-top: 20px;
    text-align: center;
  }

  .heading-3 {
    color: #000;
    font-size: 3em;
  }

  .logo-image {
    max-height: 50px;
  }

  .products-contain {
    width: 70%;
    margin-top: 40px;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .paragraph-5._2 {
    margin-top: 10px;
  }

  .mail-section {
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-9 {
    width: 100px;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-9 {
    text-align: center;
  }

  .heading-4 {
    font-size: 3em;
    text-align: center;
  }

  .product-row {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-10 {
    width: 90%;
  }

  .image-4 {
    width: 90%;
  }

  .image-5 {
    top: 0px;
  }

  .div-block-15 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-16 {
    padding-right: 41px;
    padding-left: 41px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-17 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-8 {
    width: 90%;
  }

  .link {
    font-size: 48px;
  }

  .link.fb {
    font-size: 48px;
  }

  .div-block-21 {
    width: auto;
    text-align: center;
  }

  .section {
    margin-bottom: 100px;
  }

  .div-block-25 {
    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;
  }

  .div-block-29 {
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .image-6 {
    max-width: 100%;
  }

  .link-block-2 {
    width: 40%;
  }

  .mobile-bottom-nav-contain {
    background-color: #e6e6e6;
  }

  .div-block-32 {
    width: 50%;
    height: 7px;
    margin-top: 20px;
    padding: 0px;
    background-color: #fff;
  }

  .link-block-3 {
    margin-right: 21px;
    margin-left: 21px;
  }

  .dropdown-list-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .div-block-33 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 500px;
    padding: 23px 21px;
  }

  .footer-top-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-bottom-section {
    padding-right: 22px;
    padding-left: 22px;
  }

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

  .bottom-nav-section {
    padding-right: 21px;
    padding-left: 21px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-2 {
    font-size: 2.2em;
  }

  .mobile-nav-section {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dropdown-toggle {
    padding: 0px;
  }

  .text-block {
    font-size: 25px;
    line-height: 1.2em;
  }

  .dropdown-list {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .dropdown-list.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('..//images/excel-heavy-hero-truck.jpg');
    background-position: 53% 50%;
    background-size: cover;
  }

  .drop-link {
    margin: 20px 0px 0px;
    padding: 0px;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    color: #fff;
    font-size: 42px;
    line-height: 1.2em;
    font-weight: 500;
  }

  .intro-contain {
    padding-right: 21px;
    padding-left: 21px;
  }

  .div-block-2 {
    width: 70%;
  }

  .heading-3 {
    font-size: 2.2em;
  }

  .logo-image {
    max-height: 60px;
  }

  .mail-section {
    padding-right: 21px;
    padding-left: 21px;
  }

  .heading-4 {
    font-size: 2.2em;
  }

  .heading-6 {
    font-size: 42px;
  }

  .footer-link {
    font-size: 20px;
  }

  .paragraph-10 {
    font-size: 20px;
  }

  .paragraph-11 {
    font-size: 20px;
  }

  .paragraph-11._2 {
    font-size: 18px;
  }

  .image-4 {
    max-width: 90%;
  }

  .heading-7 {
    font-size: 54px;
  }

  .div-block-15 {
    padding-right: 19px;
    padding-left: 19px;
  }

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

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

  .heading-8 {
    width: 80%;
  }

  .link {
    font-size: 40px;
  }

  .link.fb {
    font-size: 40px;
  }

  .heading-9 {
    color: #000;
    text-align: center;
  }

  .section {
    margin-bottom: 60px;
  }

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

  .div-block-25 {
    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;
  }

  .div-block-30 {
    padding: 30px 20px;
  }

  .div-block-31 {
    display: none;
  }

  .div-block-32 {
    width: 50%;
    height: 5px;
    margin-top: 20px;
    padding: 0px;
    background-color: #fff;
  }

  .link-block-3 {
    max-height: 60px;
    max-width: 60px;
    margin-right: 21px;
    margin-left: 21px;
    opacity: 1;
  }

  .link-block-3:hover {
    opacity: 0.8;
  }

  .image-7 {
    margin-top: 5px;
  }

  .image-8 {
    width: 38%;
    margin-right: 10px;
    margin-left: 10px;
  }
}

