@font-face {
  font-family: Geist Variable;
  src: url('../fonts/Geist-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #1a74fd;
  --global: "Geist Variable", Arial, sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-vflex {
  flex-direction: column;
  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;
  }
}

body {
  color: #333;
  margin-top: 100px;
  font-family: Geist Variable, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  letter-spacing: -3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6vw;
  font-weight: 900;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a74fd;
  font-weight: 700;
  text-decoration: none;
}

.menu-link-block {
  line-height: 1;
  text-decoration: none;
  transition: transform .4s;
  display: block;
  overflow: hidden;
}

.menu-link-block:hover {
  transform: scale(.8);
}

.menu-link-block.w--current {
  height: auto;
  line-height: 1;
  display: block;
}

.heading-2 {
  color: #f8f8f8;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-2 {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

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

.primary-button.cc-contact-us {
  z-index: 5;
  border-radius: 4px;
  position: relative;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
  color: var(--blue);
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  padding-right: 20px;
  display: flex;
}

.flex-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.flex-block.vertical {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.flex-block.vertical.connect {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 600px;
}

.flex-block.vertical.roi {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.flex-block.vertical.roi.total {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  flex: 1;
  justify-content: space-around;
  align-items: center;
}

.flex-block.hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}

.container.herosticky {
  background-color: #fff;
  background-image: url('../images/bg-dot.png');
  background-position: 0 0;
  background-size: 24px;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.aboutheading {
  color: #000;
  text-align: left;
  text-transform: none;
  font-family: Geist Variable, Arial, sans-serif;
  font-size: 7vw;
  font-weight: 900;
  line-height: 1;
  display: block;
}

.aboutheading.about {
  margin-bottom: 80px;
}

.section {
  border-top: 1px dashed #887858;
  border-bottom: 0 dashed #887858;
  padding: 5vh 3%;
  position: relative;
}

.section.dark {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #000000e6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30vh;
  padding-bottom: 0;
  display: flex;
}

.section.dark.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  letter-spacing: 0;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.section.dark.about {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #000;
  background-image: url('../images/calloutBG.svg');
  background-position: 167%;
  background-repeat: no-repeat;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.section.dark.home {
  padding-top: 10vh;
}

.section.hero {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.section.hero.subhead {
  border-top-width: 0;
  border-bottom-width: 0;
  max-width: 1000px;
  padding-top: 2vh;
  padding-bottom: 0;
  padding-left: 0%;
  line-height: 1.2;
  display: inline-block;
}

.section.hero.primary-button {
  vertical-align: baseline;
  background-color: #1a74fd;
  border-radius: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 60px;
  padding: 15px 30px;
  font-weight: 700;
  display: inline-block;
}

.section.hero.bg {
  background-image: url('../images/uprightarrows.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-top-width: 0;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section.connect {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heroblock {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 80vw;
  display: flex;
}

.heroblock.roi {
  max-width: 100%;
}

.heroblock.roi.lower {
  max-width: 80%;
}

.body {
  color: #1b1c1d;
  letter-spacing: -.5px;
  background-image: url('../images/bg-dot.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 24px;
  font-family: Geist Variable, Arial, sans-serif;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.calltext {
  color: #fff;
  text-align: center;
  max-width: 80vw;
  font-size: 3.75vw;
  font-weight: 100;
  line-height: 1.2;
}

.callsection {
  max-width: 1100px;
  position: relative;
}

.subhead {
  max-width: 80vw;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

.subhead.light {
  text-align: center;
}

.valueprop {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.valueprop.accordion {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.heading-5 {
  line-height: 1;
}

.light {
  text-align: center;
}

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

.bulletgrid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  letter-spacing: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5vh;
  padding-bottom: 20vh;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
  display: grid;
}

.div-block-5 {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
  position: absolute;
  bottom: 0;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 3fr 1fr 4fr 1fr 4.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.logos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: .75;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.roiblock {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.keypoint {
  font-weight: 300;
  line-height: 1.4;
}

.keypoint.heading-5 {
  font-size: 18px;
  font-weight: 700;
}

.roi.mustache {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.roi.cost {
  color: #1a74fd;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 48px;
  font-weight: 900;
}

.roi.detail {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 300;
}

.yearspan {
  color: #1b1c1d;
  font-size: 18px;
  font-weight: 300;
}

.flexgrow {
  flex: 1;
}

.flexwide {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flexwide.footerrow {
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.footerleft {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.linkcoloroverride {
  color: #fff;
}

.footerright {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.form {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footeremail {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.footeremail.text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  letter-spacing: .2px;
  font-weight: 300;
}

.footeremail.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.heading-6 {
  margin-bottom: 0;
  font-size: 32px;
}

.text-field.footer {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff80;
  border-radius: 4px;
}

.text-field.footer::placeholder {
  color: #fff;
  font-weight: 300;
}

.form-block {
  width: 100%;
}

.submit-button {
  background-color: #0000;
  border: 1px solid #ffffff80;
  border-radius: 4px;
  padding-top: 8px;
  padding-bottom: 7px;
}

.textarea {
  border-radius: 4px;
  height: 450px;
}

.submit-button-2 {
  background-color: #1a74fd;
  border-radius: 4px;
  width: 100%;
}

.connectform {
  align-self: center;
  width: 100%;
}

.connectform.heading-2 {
  color: #1b1c1d;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 4rem;
  font-weight: 800;
}

.illustration {
  margin-top: 0;
  margin-bottom: 0;
}

.illustration.block {
  border: 3px solid #cfcac7;
  padding: 15px;
}

.illustration.block.log {
  background-color: #e5dfdd;
  border-width: 0;
}

.div-block-10 {
  grid-column-gap: 2.25vw;
  grid-row-gap: 2.25vw;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.truckname {
  background-color: #e5dfdd;
  padding: 10px 20px;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

.image-5 {
  width: 100%;
}

.code-embed {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
}

.image-15, .image-16, .image-17 {
  display: none;
}

.main-illustration {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
}

.l1-line {
  max-width: 40vw;
}

.lines {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: block;
}

.image-19 {
  max-width: 40vw;
  position: relative;
}

.l2image {
  max-width: 27vw;
}

.l3 {
  max-width: 13vw;
  display: inline-block;
  position: absolute;
  bottom: 30%;
  transform: translate(-100%);
}

.r2 {
  max-width: 27vw;
  display: inline-block;
  position: absolute;
  bottom: 25%;
}

.image-20 {
  max-width: 13vw;
  position: relative;
}

.image-21 {
  z-index: 1;
  width: 12vw;
  max-width: 160px;
  position: absolute;
  transform: translate(-50%, 80%);
}

.image-22 {
  display: inline-block;
  position: relative;
}

.illu-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  line-height: 1.2;
  display: flex;
  position: absolute;
}

.illu-item.offset-1 {
  display: flex;
  top: -110px;
  left: -71px;
}

.illu-item.map {
  inset: -110px -73px auto auto;
}

.illu-item.box {
  display: flex;
  top: -110px;
  right: -63px;
}

.illu-item.warning {
  display: flex;
  top: -110px;
  right: -70px;
}

.illu-item.forklift {
  top: -110px;
  left: -73px;
}

.illu-item.spedometer {
  top: -110px;
  left: -60px;
}

.illu-item.tools {
  display: flex;
  top: -140px;
  left: -48px;
}

.heroscrolltrack {
  background-color: #fff;
  background-image: url('../images/bg-dot.png');
  background-position: 0 0;
  background-size: 24px;
  position: relative;
}

.section-2 {
  z-index: 10;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.calltrack {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: block;
  position: relative;
}

.time {
  color: #d8f024;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.time.blue {
  color: #1a74fd;
}

.time.name {
  font-weight: 200;
}

.lottie-animation {
  width: 80px;
}

.flextime {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  letter-spacing: 1px;
  text-transform: none;
  font-size: 16px;
}

.text-span-9 {
  color: #1a74fd;
  font-weight: 700;
}

.ticket {
  grid-column-gap: 4vh;
  grid-row-gap: 4vh;
  border: 1px dashed #887858;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 4vh;
  padding-bottom: 4vh;
  display: flex;
}

.div-block-11 {
  border-bottom: 1px dashed #887858;
  width: 100%;
}

.r1 {
  display: inline-block;
  position: absolute;
  bottom: 20%;
}

.r3 {
  display: inline-block;
  position: absolute;
  bottom: 30%;
}

.l2 {
  display: inline-block;
  position: absolute;
  bottom: 25%;
  transform: translate(-100%);
}

.l1 {
  display: inline-block;
  position: absolute;
  bottom: 20%;
  transform: translate(-100%);
}

.illu-text {
  font-size: 18px;
  font-weight: 300;
}

.lottie-animation-2 {
  aspect-ratio: 1;
  width: 40%;
}

.lottie-animation-3 {
  aspect-ratio: 1;
  order: -9999;
  width: 40%;
}

.lottie-animation-4 {
  aspect-ratio: 1;
  width: 40%;
}

.text-field-2, .text-field-3, .text-field-4, .text-field-5, .select-field {
  border-radius: 4px;
  height: 50px;
}

.paragraph-light {
  opacity: .6;
}

.paragraph-bigger {
  opacity: 1;
  text-align: left;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.section-heading-wrap {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.section-heading-wrap.about {
  justify-content: flex-start;
  align-items: center;
}

.section-heading-wrap.resourceswrapper {
  max-width: 1000px;
}

.mustache {
  font-family: Geist Variable, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.call-divider {
  padding-right: 6px;
  font-weight: 300;
}

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

.section-5 {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-5.about {
  margin-top: 10vh;
  display: flex;
}

.body-2 {
  font-family: Geist Variable, Arial, sans-serif;
}

.grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
}

.grid.aboutgrid {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.resourceswrapper.newshead {
  color: #000;
  font-size: 7vw;
  line-height: 1.2;
}

.blogitem {
  text-align: left;
  border: 1px solid #e5e5e599;
  border-radius: 10px;
  flex-flow: column;
  align-self: auto;
  padding: 35px;
  font-family: Geist Variable, Arial, sans-serif;
  display: flex;
  box-shadow: 0 1px 3px #0000001a;
}

.blogcontainer {
  margin-top: 5vh;
}

.aboutcontent {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  width: 100%;
  max-width: 1300px;
  display: grid;
  position: relative;
}

.teamimage {
  width: 100%;
  max-width: 600px;
  position: relative;
}

.teampic {
  width: 100%;
  max-width: 560px;
  position: absolute;
}

.aboutheadingsection {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  padding-bottom: 20vh;
}

.teambgright {
  position: absolute;
  inset: auto -5% -1% auto;
}

.teambgleft {
  position: absolute;
  inset: -5% auto auto -5%;
}

.aboutcontenttext {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
}

.bold {
  font-weight: 700;
}

.aboutcallout {
  text-align: center;
  max-width: 830px;
  font-size: 38px;
  font-weight: 200;
  line-height: 1.2;
}

.centered {
  align-self: center;
}

.code-embed-2 {
  align-self: flex-start;
  width: 100%;
}

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

.customers {
  padding-bottom: 40px;
}

.ppolicy {
  margin-left: 10vw;
  margin-right: 10vw;
  padding-top: 10vw;
}

.tosandppheading {
  letter-spacing: 0;
  font-size: 18px;
}

.link-block, .link-block-2 {
  align-self: center;
}

.image-23 {
  vertical-align: text-top;
}

.collection-list-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.blogcategory {
  border-radius: 20px;
  padding: 4px 12px;
  font-weight: 500;
  display: inline-block;
}

.blogdate {
  color: #525252;
  display: inline-block;
}

.blogmetadata {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-5 {
  color: #1a74fd;
  font-weight: 500;
}

.blogtags {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #e5e5e5;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
}

.blogsummary {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.blogheading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
}

.tag {
  color: #404040;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 4px 8px;
}

.newssub {
  color: #5f5f5f;
  padding-left: 5px;
  font-size: 16px;
  line-height: 24px;
}

.link-block-3 {
  display: block;
  position: absolute;
  inset: 0%;
}

.collection-item {
  position: relative;
}

.blogwrap {
  max-width: 720px;
}

.blogheader {
  text-align: center;
  background-image: linear-gradient(#eff6ff, #fff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vh;
  padding-top: 5vh;
  display: flex;
}

.blogheader.content {
  max-width: 720px;
}

.blogdivider {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.text-block-6 {
  color: #525252;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.heading-11 {
  line-height: 1.2;
}

.rich-text-block {
  background-color: #dbeafe;
  border: 1px solid #b6d6ff;
  border-radius: 4px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.rich-text-block.note {
  color: #1e40af;
  margin-bottom: 10px;
  padding: 10px 10px 0;
}

.rich-text-block.note h1 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
}

.rich-text-block.note h2 {
  letter-spacing: 0;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.blogcopy {
  color: #404040;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.blogcopy h1 {
  margin-top: 40px;
}

.blogcopy h2 {
  letter-spacing: 0;
  margin-top: 40px;
  font-size: 3.5vw;
  font-weight: 700;
}

.blogcopy p {
  color: #404040;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.blogcopy h3 {
  margin-top: 40px;
}

.subtlehighlight {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #0000000d;
  border-radius: 10px;
  flex-flow: column;
  margin-bottom: 5vw;
  padding: 2.5vw 1.5vw 2.5vw 2.5vw;
  display: flex;
}

.subtleheading {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.2;
}

.aboutcustomer h1 {
  margin-top: 0;
  font-size: 24px;
}

.aboutcustomer h2 {
  letter-spacing: 0;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}

.aboutcustomer h3 {
  margin-top: 0;
}

.bookdemo {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vw;
  padding: 5vw;
  display: flex;
}

.btndemo {
  margin-top: 5vw;
}

.text-block-7 {
  font-size: 16px;
  line-height: 1.4;
}

.text-block-8 {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  padding: 14px 32px;
  font-size: 16px;
}

.rich-text-block-2 {
  border-top: 1px solid #d8dbe2;
  margin-bottom: 10vw;
  padding-top: 20px;
}

.resourceslist {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  display: flex;
}

.headerannouncement {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1vw;
  padding-right: 1vw;
  position: relative;
  top: 10px;
}

.section-6 {
  margin-left: 30px;
  margin-right: 30px;
}

.image-24 {
  color: #f12020;
}

.r1-line {
  max-width: 40vw;
}

@media screen and (max-width: 991px) {
  .menu-icon {
    display: block;
  }

  .navigation {
    color: #fff;
    padding: 25px 30px;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .menu-2 {
    margin-left: 30px;
    position: static;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-button {
    padding: 0;
  }

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

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .navigation-item {
    color: #fff;
    text-align: center;
    padding: 30px;
    font-size: 16px;
    font-weight: 300;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    object-fit: fill;
    background-color: #000;
  }

  .navigation-item:active {
    background-color: #000;
  }

  .navigation-item:focus {
    color: var(--blue);
  }

  .navigation-item.w--current {
    color: #fff;
    font-weight: 400;
  }

  .navigation-items {
    color: #fff;
    background-color: #1b1c1d;
    font-size: 18px;
  }

  .section.hero.subhead {
    padding-right: 0%;
  }

  .section.hero.bg {
    background-size: 50%;
  }

  .subhead.light {
    text-align: left;
    max-width: 100vw;
  }

  .light {
    text-align: left;
  }

  .div-block-5 {
    justify-content: stretch;
  }

  .logos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .flexwide.footerrow {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .image-14 {
    overflow: visible;
  }

  .main-illustration {
    display: block;
  }

  .image-21 {
    bottom: 62%;
    transform: translate(-50%, 120px);
  }

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

  .teamimage {
    width: 100%;
  }

  .teampic {
    position: relative;
  }

  .teambgright {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: -1px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-item {
    border-bottom: 1px solid #ffffff40;
  }

  .navigation-item:hover {
    background-color: #000;
  }

  .navigation-items {
    background-color: #000;
    padding-left: 0;
    padding-right: 0;
  }

  .aboutheading {
    font-size: 15vw;
  }

  .aboutheading.about {
    font-size: 10vw;
  }

  .section.dark {
    justify-content: center;
    align-items: flex-start;
  }

  .section.dark.footer, .section.dark.callcentered {
    justify-content: center;
    align-items: center;
  }

  .section.hero.bg {
    background-size: 75%;
  }

  .heroblock.roi.lower {
    max-width: 100%;
  }

  .calltext {
    font-size: 8vw;
    font-weight: 200;
  }

  .subhead.light {
    text-align: left;
  }

  .valueprop {
    flex-flow: column;
  }

  .valueprop.accordion {
    width: 100%;
  }

  .light {
    text-align: left;
  }

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

  .div-block-5 {
    position: static;
    bottom: auto;
  }

  .logos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .roiblock {
    grid-column-gap: 6vh;
    grid-row-gap: 6vh;
    flex-flow: column;
  }

  .roi.cost {
    color: #1a74fd;
  }

  .yearspan {
    color: #1b1c1d;
  }

  .footerleft {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .main-illustration {
    align-self: center;
    display: flex;
  }

  .l1-line {
    display: none;
  }

  .lines {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: flex-start stretch;
    width: 100%;
    height: auto;
    margin-top: 10vh;
    display: grid;
  }

  .image-19, .l2image {
    display: none;
  }

  .l3 {
    max-width: none;
    position: static;
    transform: none;
  }

  .r2 {
    max-width: none;
    position: static;
    bottom: auto;
  }

  .image-20 {
    display: none;
  }

  .image-21 {
    width: 25%;
    max-width: none;
    position: absolute;
    bottom: 10%;
    transform: translate(-50%);
  }

  .illu-item {
    position: relative;
  }

  .illu-item.offset-1 {
    flex-flow: row;
    position: static;
    top: auto;
    left: auto;
  }

  .illu-item.map {
    flex-flow: row;
    position: static;
    top: auto;
    right: auto;
  }

  .illu-item.box {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: static;
    top: auto;
    right: auto;
  }

  .illu-item.warning {
    flex-flow: row;
    position: static;
    top: auto;
    right: auto;
  }

  .illu-item.forklift {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    position: static;
    top: auto;
    left: auto;
  }

  .illu-item.spedometer {
    flex-flow: row;
    position: static;
    top: auto;
    left: auto;
  }

  .illu-item.tools {
    flex-flow: row;
    position: static;
  }

  .ticket {
    flex-flow: column;
  }

  .r1 {
    position: static;
    bottom: auto;
  }

  .r2-line {
    display: none;
  }

  .r3 {
    position: static;
  }

  .l3image {
    display: none;
  }

  .l2, .l1 {
    position: static;
    transform: none;
  }

  .illu-text {
    text-align: left;
    width: 100%;
  }

  .lottie-animation-2 {
    order: -9999;
    width: 100%;
  }

  .lottie-animation-3 {
    width: 100%;
  }

  .lottie-animation-4 {
    order: -9999;
    width: 100%;
  }

  .heading-8, .heading-9 {
    letter-spacing: -1px;
  }

  .paragraph-light, .paragraph-light.mobile {
    text-align: left;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .container-4 {
    text-align: center;
  }

  .section-5 {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .resourceswrapper.newshead {
    margin-left: 10px;
  }

  .blogitem {
    margin-left: 10px;
    margin-right: 10px;
  }

  .aboutcontent {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .teampic {
    position: relative;
  }

  .teambgright {
    display: block;
  }

  .teambgleft {
    display: none;
  }

  .blogheading {
    line-height: 1.2;
  }

  .newssub {
    margin-left: 10px;
  }

  .blogwrap, .blogheader.content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .r1-line {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    letter-spacing: -1px;
    font-size: 13vw;
    font-weight: 800;
  }

  h3 {
    font-size: 13vw;
    font-weight: 800;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-2 {
    margin-left: 15px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 75%;
  }

  .navigation-items {
    width: 100%;
  }

  .flex-block.vertical {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
  }

  .container {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .aboutheading {
    font-size: 20vw;
  }

  .aboutheading.mobile {
    font-size: 14vw;
  }

  .section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .section.dark {
    padding-top: 5vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section.dark.callcentered {
    padding-top: 25vh;
    padding-bottom: 5vh;
  }

  .section.dark.home {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.hero.subhead {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.2;
    display: inline-block;
  }

  .section.customers {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .heroblock {
    max-width: 100vw;
  }

  .heroblock.lower {
    margin-bottom: 5vh;
  }

  .subhead {
    max-width: 100vw;
    margin-bottom: 10px;
  }

  .valueprop {
    flex-flow: column;
    margin-bottom: 30px;
  }

  .valueprop.accordion {
    width: 100%;
  }

  .bulletgrid {
    grid-template-columns: 1fr;
    padding-bottom: 5vh;
  }

  .div-block-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .div-block-6 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 4fr;
  }

  .logos {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    display: grid;
  }

  .roiblock {
    flex-flow: column;
  }

  .roi.cost {
    padding-bottom: 15px;
    line-height: 25px;
  }

  .yearspan {
    white-space: nowrap;
  }

  .flexwide.footerrow {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
  }

  .footerleft {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .footerright {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .footeremail.form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 3fr;
    grid-auto-flow: column;
  }

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

  .text-field.footer {
    text-align: center;
  }

  .textarea {
    min-height: 100px;
  }

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

  .connectform.heading-2 {
    font-size: 13vw;
    line-height: 1;
  }

  .image-5 {
    display: none;
  }

  .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .code-embed {
    width: 100%;
  }

  .image-13 {
    display: none;
  }

  .image-14 {
    display: none;
    transform: rotate(0);
  }

  .image-15, .image-16, .image-17 {
    display: block;
  }

  .lines {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
    margin-bottom: 5vh;
  }

  .image-21 {
    width: 50vw;
  }

  .image-22 {
    padding-top: 30px;
  }

  .illu-item.offset-1, .illu-item.map, .illu-item.box, .illu-item.warning, .illu-item.forklift, .illu-item.spedometer, .illu-item.tools {
    flex-flow: column;
  }

  .time {
    color: #d8f024;
    font-size: 16px;
  }

  .time.name {
    font-size: 14px;
  }

  .lottie-animation.mobilehide {
    display: none;
  }

  .illu-text {
    width: auto;
  }

  .lottie-animation-4 {
    order: -9999;
  }

  .lottie-animation-4.circle {
    padding-top: 90px;
  }

  .section-5 {
    padding-top: 0;
  }

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

  .list-item {
    padding-left: 0;
  }

  .resourceswrapper.newshead {
    padding-left: 10px;
    font-size: 9vw;
  }

  .blogitem {
    padding: 20px;
  }

  .aboutcontent {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .teamimage {
    width: 100%;
    max-width: 600px;
  }

  .blogsummary {
    font-size: 14px;
    line-height: 1.4;
  }

  .blogheading {
    font-size: 21px;
  }

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

  .aboutcustomer h3 {
    font-size: 24px;
  }

  .section-6 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

#w-node-f9009dde-29b4-711a-4ee5-a4a2dbead985-907280a8 {
  justify-self: stretch;
}

#w-node-_8895efae-826f-a2ea-2b2e-942db226d934-907280a8 {
  justify-self: start;
}

#w-node-_56b6c5c4-2876-0ac9-a640-0c1befc81d95-50459e2d, #w-node-_56b6c5c4-2876-0ac9-a640-0c1befc81d9b-50459e2d, #w-node-_56b6c5c4-2876-0ac9-a640-0c1befc81da1-50459e2d, #w-node-_56b6c5c4-2876-0ac9-a640-0c1befc81dad-50459e2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_56b6c5c4-2876-0ac9-a640-0c1befc81da1-50459e2d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_56b6c5c4-2876-0ac9-a640-0c1befc81dad-50459e2d {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cb7dbb1b-dcbc-f9a2-ec05-56410902b883-907280a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_56b6c5c4-2876-0ac9-a640-0c1befc81d9b-50459e2d, #w-node-_56b6c5c4-2876-0ac9-a640-0c1befc81da1-50459e2d, #w-node-_56b6c5c4-2876-0ac9-a640-0c1befc81dad-50459e2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ead7cf5f-fa1c-6bd2-00ba-a32bc54a04f6-907280a8, #w-node-_937b6062-c7b4-8164-42dc-1c73f4de84a5-907280a8, #w-node-_4ae8803e-7b55-694c-507a-5949c9777bb6-907280a8, #w-node-_97cbd095-a29a-f6f2-78d9-13266b992ea2-907280a8 {
    justify-self: center;
  }

  #w-node-cb7dbb1b-dcbc-f9a2-ec05-56410902b883-907280a8 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Geist Variable';
  src: url('../fonts/Geist-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}