:root {
  --white: white;
  --colour-2: #6e6e6e;
  --colour-3: #837b7c;
  --colour-1: #000;
}

body {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.h1 {
  z-index: 2;
  position: relative;
}

.h1.white-text {
  position: relative;
}

.progress-bar {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: 5px;
}

.hero-content {
  z-index: 6;
  max-width: 1000px;
  min-height: 50vh;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-content.left-align {
  align-items: flex-start;
}

.hero-wrapper-front {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/655384d8141ab7730f2f82e3_cargo101.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: fixed;
}

.image {
  width: 250px;
}

.cta-button-wrap {
  color: #fff;
  text-transform: uppercase;
  background-color: #444;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.progress-bar-wrapper {
  width: 100%;
  height: 20px;
  border: 1px solid var(--white);
  border-radius: 10px;
  align-items: center;
  padding: 5px;
  display: flex;
  overflow: hidden;
}

.hero {
  width: 100vw;
  min-height: 50vh;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero.home {
  min-height: 70vh;
  filter: brightness(162%) saturate(0%);
  background-image: none;
  background-position: 50% 100%;
  background-size: cover;
}

.paragraph._50 {
  width: 50%;
  font-size: 18px;
}

.gradient-overlay {
  z-index: 5;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(108deg, var(--colour-1), var(--colour-2) 49%, var(--colour-3));
  opacity: .43;
  color: #d6d6d6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-overlay.deep {
  background-image: linear-gradient(to bottom, var(--colour-1), var(--colour-2) 49%, var(--colour-3) 103%);
  color: #fff;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.logo {
  width: 350px;
  filter: contrast(200%);
}

.heading {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

@media screen and (max-width: 479px) {
  .h1.white-text._50 {
    width: auto;
  }

  .hero-content.left-align, .hero-wrapper-front {
    height: 90vh;
  }

  .hero.home {
    height: 100%;
  }

  .paragraph._50 {
    width: auto;
  }
}
