.download-div {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  min-height: 100%;
  padding: 1rem 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border: 2px solid #ececec;
  border-radius: 5px;
}

.zip-image-wrapper {
  width: 66px;
  height: 69px;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.zip-general-info {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #6a6c7e;
}

.download-button {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
  padding: 0.825rem 1.625rem;
  border-radius: 3px;
  background-color: #2d3262;
  font-size: 1rem;
  font-weight: 600;
}

.wrap-all {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-width: 100%;
  padding-top: 3.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.image-4 {
  margin-top: -50px;
  margin-bottom: 50px;
}

.navbar-section {
  width: 100%;
  height: 3.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2d3262;
}

.navbar-section.login-nav {
  position: relative;
  z-index: 1;
}

.site-container {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.75rem;
  -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;
}

.large-logo-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3.75rem;
  -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;
}

.nav-logo {
  position: static;
  width: 100%;
  height: 50%;
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  background-color: #fafafa;
}

@media screen and (max-width: 767px) {
  .zip-image-wrapper {
    width: 66px;
    height: 69px;
  }

  .image-3 {
    width: 100%;
  }

  .navbar-section {
    height: 7rem;
  }

  .navbar-section.login-nav {
    height: 3.75rem;
  }

  .site-container {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .download-div {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .zip-image-wrapper {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .zip-general-info {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}

