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

body {
  color: #000;
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

.hero {
  color: #fff;
  background-image: linear-gradient(#4b9cd6, #015479);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  padding: 150px;
  display: flex;
  position: relative;
}

.hero.four-four {
  height: 100vh;
}

.banner__lrg {
  width: 100%;
  height: 450px;
}

.full__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.full__image.top__pos {
  object-position: 50% 0%;
}

.full__image.custom__pos__1 {
  object-position: 50% 50%;
}

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

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 150px;
  display: flex;
  position: relative;
}

.container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.container.split {
  justify-content: space-between;
}

.container__header {
  width: 100%;
  max-width: 500px;
}

.container__body {
  margin-top: 12px;
}

.container__footer {
  width: 100%;
  max-width: 800px;
  margin-top: 50px;
}

.container__split {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container__split__block {
  width: auto;
  height: auto;
}

.container__split__block.grow {
  flex: 1;
  width: auto;
}

.banner__auto {
  background-color: #e7e8e2;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 100px 150px;
  display: flex;
}

.icon__grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  justify-items: start;
  width: 100%;
  max-width: 800px;
  height: 100%;
}

.icon__item {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon__img {
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 35px;
  height: 35px;
  margin-right: 16px;
  display: block;
}

.icon__heading {
  color: #55544e;
  font-size: 20px;
  line-height: 30px;
}

.banner__sml {
  width: 100%;
  height: 250px;
}

.footer {
  color: #fff;
  background-color: #006cb7;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 150px;
  display: flex;
}

.footer__logos {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer__content {
  flex-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

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

.hero__content.four-four {
  align-items: center;
}

.hero__heading {
  font-size: 63px;
  line-height: 83px;
}

.hero__sub__headings {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.hero__heading__logo {
  height: 50px;
  margin-right: 10px;
  display: block;
}

.hero__subheading {
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}

.hero__subheading.four-four {
  font-style: normal;
}

.container__graphic {
  z-index: -1;
  object-fit: contain;
  object-position: 50% 0%;
  height: 25vw;
  max-height: 300px;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 50px 50px 0% 0%;
}

.footer__logo {
  object-position: 50% 0%;
  width: 200px;
  height: 100%;
  display: block;
}

.footer__line {
  background-color: #fff;
  align-self: stretch;
  width: 1px;
  height: 100%;
  margin-left: 50px;
  margin-right: 50px;
}

.footer__text {
  letter-spacing: .5px;
  max-width: 300px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.footer__block {
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: auto;
  display: flex;
}

.footer__block.bottom {
  justify-content: flex-end;
}

.hero__section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero__graphic {
  object-fit: contain;
  object-position: 50% 0%;
  background-image: url('../images/victron-horizontal_texture.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -32vw;
}

.hero__direct__text {
  color: #fff;
  letter-spacing: .75px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
  position: absolute;
}

.hero__direct__text.scroll {
  bottom: 50px;
  left: 50px;
}

.hero__direct__text.contact {
  top: 50px;
  right: 50px;
}

.hero__direct__text.static.w--current {
  font-weight: 700;
  position: static;
}

.body__copy {
  color: #000;
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.body__copy.link {
  display: block;
}

.body__copy.four-four {
  color: #fff;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 15px;
}

.sub__heading {
  color: #000;
  font-size: 20px;
  line-height: 30px;
}

.sub__heading._1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.sub__heading._2 {
  letter-spacing: .5px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 300;
}

.display__link {
  color: #000;
  letter-spacing: .5px;
  margin-top: 25px;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
  text-decoration: none;
  display: block;
}

.container__footer__block {
  border-top: 1px solid #000;
  width: 50%;
  height: auto;
  padding-top: 25px;
}

.footer__link {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  display: block;
}

.main__heading {
  letter-spacing: .5px;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
}

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

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

@media screen and (max-width: 991px) {
  .hero, .section {
    padding: 100px;
  }

  .container__header {
    max-width: 450px;
  }

  .banner__auto {
    padding: 75px 100px;
  }

  .icon__img {
    width: 30px;
    height: 30px;
  }

  .icon__heading {
    font-size: 17px;
    line-height: 27px;
  }

  .footer {
    padding: 100px;
  }

  .hero__heading__logo {
    height: 38px;
  }

  .hero__subheading {
    font-size: 20px;
    line-height: 20px;
  }

  .footer__logo {
    width: 100px;
  }

  .footer__text {
    font-size: 17px;
    line-height: 27px;
  }

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

  .body__copy, .sub__heading._1, .sub__heading._2 {
    font-size: 17px;
    line-height: 27px;
  }

  .display__link {
    font-size: 30px;
    line-height: 50px;
  }

  .footer__link {
    font-size: 12px;
    line-height: 12px;
  }

  .main__heading {
    font-size: 30px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 75px 50px;
  }

  .banner__lrg {
    height: 350px;
  }

  .section {
    padding: 75px 50px;
  }

  .container__header {
    max-width: 300px;
  }

  .container__body {
    max-width: 275px;
  }

  .banner__auto {
    padding: 50px;
  }

  .icon__grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .icon__img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }

  .icon__heading {
    font-size: 14px;
    line-height: 24px;
  }

  .banner__sml {
    height: 150px;
  }

  .footer {
    padding: 75px 50px;
  }

  .footer__content {
    flex-flow: column;
    width: auto;
    margin-right: auto;
  }

  .hero__heading {
    font-size: 40px;
    line-height: 50px;
  }

  .hero__heading__logo {
    height: 30px;
  }

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

  .footer__line {
    width: 100%;
    height: 1px;
    margin: 15px 0;
  }

  .footer__text {
    font-size: 14px;
    line-height: 24px;
  }

  .footer__block {
    order: 1;
  }

  .footer__block.bottom {
    order: -1;
    margin-bottom: 25px;
  }

  .hero__direct__text {
    font-size: 12px;
    line-height: 12px;
  }

  .body__copy, .sub__heading._1 {
    font-size: 14px;
    line-height: 24px;
  }

  .sub__heading._2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .display__link {
    margin-top: 15px;
    font-size: 20px;
    line-height: 40px;
  }

  .container__footer__block {
    padding-top: 15px;
  }

  .footer__link {
    font-size: 10px;
  }

  .main__heading {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero, .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container__header {
    max-width: 230px;
  }

  .container__body {
    max-width: 200px;
  }

  .container__split {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .banner__auto {
    padding: 30px 30px 75px;
  }

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

  .icon__img {
    width: 20px;
    height: 20px;
  }

  .icon__heading {
    font-size: 12px;
    line-height: 22px;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero__heading__logo {
    height: 25px;
    margin-right: 5px;
  }

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

  .footer__logo {
    width: 80px;
  }

  .footer__text {
    font-size: 12px;
    line-height: 20px;
  }

  .hero__direct__text.scroll {
    bottom: 20px;
    left: 30px;
  }

  .hero__direct__text.contact {
    top: 30px;
    right: 30px;
  }

  .body__copy, .sub__heading._1, .sub__heading._2 {
    font-size: 12px;
    line-height: 22px;
  }

  .display__link {
    font-size: 16px;
    line-height: 36px;
  }

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


