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

@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;
  flex-direction: column;
  margin-top: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.branding {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding: 60px 10px;
  display: flex;
}

.hmc {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex: 1;
  align-self: stretch;
}

.hmc.bkgd {
  background-image: url('../images/illus-hmc.svg');
  background-position: 50%;
  background-size: cover;
}

.content {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  justify-content: space-around;
  display: block;
  position: static;
  top: 0;
}

.columns {
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  display: flex;
}

.hmd {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex: 1;
  align-self: stretch;
}

.hmd.bkgd {
  background-color: #1f2731;
  background-image: url('../images/illus-hmd.svg');
  background-position: 50%;
  background-size: cover;
}

.feature {
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.txt-overview {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 60px;
}

.cta {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.btn-cta {
  border-radius: 4px;
  font-size: 18px;
}

.overview-hmc {
  min-height: 120px;
  color: #1f2731;
  text-align: center;
  font-size: 22px;
  line-height: 36px;
}

.overview-hmd {
  min-height: 120px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 36px;
}

.brand-hmd, .brand-hmc {
  min-width: 330px;
}

.body {
  flex-direction: column;
  justify-content: space-around;
  display: block;
}

.image {
  width: 100%;
  max-width: 500px;
  min-width: 300px;
}

.image-2 {
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  margin-top: -7px;
  margin-bottom: -7px;
}

.footer {
  max-width: 800px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #b7bfc7;
  border: 1px solid #d1e0f0;
  border-radius: 2px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph {
  color: #1f2731;
  text-align: left;
  line-height: 24px;
}

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

.separator {
  height: 1px;
  background-color: rgba(82, 95, 112, .2);
  margin-bottom: 18px;
}

.background {
  z-index: -20;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  justify-content: space-around;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-float {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #b7bfc7;
  border: 1px solid #d1e0f0;
  border-radius: 2px;
  margin-bottom: -110px;
  padding: 20px 60px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-old {
  height: 0;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  display: flex;
}

@media screen and (max-width: 991px) {
  .branding {
    justify-content: center;
    display: flex;
  }

  .feature {
    max-width: 300px;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 0;
  }

  .txt-overview {
    margin-bottom: 0;
  }

  .btn-cta {
    border-radius: 4px;
    font-size: 16px;
  }

  .overview-hmc, .overview-hmd {
    min-height: 80px;
    font-size: 16px;
    line-height: 20px;
  }

  .brand-hmd, .brand-hmc {
    min-width: auto;
  }

  .body {
    height: 100%;
  }

  .image, .image-2 {
    max-width: none;
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .branding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hmc {
    height: auto;
    max-height: none;
    min-height: auto;
    background-image: url('../images/illus-hmc.svg');
    background-size: auto;
  }

  .columns {
    height: auto;
    max-height: none;
    min-height: auto;
    display: block;
  }

  .hmd {
    height: auto;
    max-height: none;
    min-height: auto;
    background-image: url('../images/illus-hmd.svg');
    background-position: 50%;
    background-size: cover;
  }

  .cta {
    margin-bottom: 40px;
  }

  .overview-hmc, .overview-hmd {
    min-height: auto;
    text-align: center;
  }

  .background {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .image, .image-2 {
    padding-left: 20px;
  }

  .footer, .footer-float {
    padding-left: 20px;
    padding-right: 20px;
  }
}


