.home-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;

  margin-top: 0;
  margin-bottom: 40px;

  color: #ffffff;
  font-family: Exo2-Light;
  font-size: clamp(4px, calc(0.4vw + 0.5vh), 18px);
  font-weight: 400;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.home-banner-item {
  padding: 8px clamp(2px, calc(0.5vw + 0.6vh), 32px);
}

.dangling-pipe-xxs {
  display: none;
}

.description-container {
  width: 90%;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 2s ease;
}

.home-slide {
  position: relative;
  width: 100vw;
  min-height: 100vh;

  background-image: none;
  background-color: white;
}

.home-display {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.desktop-display {
  display: none;
}

.mobile-display {
  width: 90%;
  max-width: 750px;
}

.mobile-content {
  position: relative;
}

.customer-logo-container {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  display: flex;
  justify-content: center;
}

.customer-logo {
  max-width: 80%;
  max-height: 60px;
}

.home-description {
  line-height: 25px;
  max-height: 70vh;
  overflow-y: auto;
}

.home-description-title {
  font-family: Exo2-Regular;
  font-size: 1em;
  margin-bottom: 20px;
}

.home-description-body {
  font-family: Exo2-Thin;
  font-size: 0.8em;
}

.legal-text-container {
  position: relative;
  width: 100%;
}

.legal-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);

  color: #222;
  text-decoration: none;

  font-size: clamp(4px, calc(0.4vw + 0.5vh), 8px);
  font-family: Exo2-Thin;
  letter-spacing: .3rem;
  text-align: center;
  width: 100%;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px 0;
}

.legal-text a {
  color: #222;
  text-decoration: none;
  margin: 0 6px 6px 6px;
}

.legal-text a:first-child {
  margin: 0 6px 0 0;
}

.legal-text a:hover {
  color: #0f0f0f !important;
}

@media (min-width: 346px) {
  .dangling-pipe-xxs {
    display: inline;
  }

  .dangling-pipe-xs {
    display: none;
  }
}

@media (min-width: 588px) {
  .dangling-pipe-xs {
    display: inline;
  }
}

@media (min-width: 769px) {
  .home-banner {
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .legal-text a {
    margin: 0 30px 6px 30px;
  }
  .legal-text a:first-child {
    margin: 0 30px 0 30px;
  }
  .legal-text a:last-child {
    margin: 0 0 0 30px;
  }
}

@media (min-width: 830px) {
  .customer-logo {
    max-height: 100px;
  }
}

/* Book */
@media (min-width: 1440px) {
  .desktop-display {
    background-image: url(/../../assets/book.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-flow: row wrap;
    width: 100vw;
    height: 100vh;
  }

  .mobile-display {
    display: none;
  }

  .screen-section {
    display: flex;
    height: 100vh !important;
    padding: 0 !important;
    align-items: center;
    flex: 1 1 calc(50%  - .5rem) !important;
  }

  .screen-section:nth-child(1) {
    flex: 0 1;
    justify-content: end;
    padding: 0;
  }

  .screen-section:nth-child(2) {
    justify-content: start;
    align-items: center;
    max-height: 100vh;
  }

  .book-page {
    width: 70%;
    height: 67vh;
  }

  .home-description {
    padding: clamp(16px, 8vh, 80px) 9% clamp(16px, 8vh, 80px) 10% !important;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    display: flex;
    align-items: center;
  }

  .home-description-container {
    position: relative;
  }

  .home-description-title {
    position: absolute;
    top: -32px;
    left: 0;
    transform: translateY(-50%);
  }

  .customer-logo-container {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    right: auto;
    margin-right: 8px;
    width: 100%;
    height: 100%;
  }

  .customer-logo {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    margin-bottom: 20px;
    max-height: 150px;
    max-width: 100%;
  }

  .legal-text {
    position: absolute;
    bottom: 10vh;
  }
}

/*# sourceMappingURL=home.css-e2f63572a45b9faf8bee047641e4cf342a54f8fc2ec40d1f8efa9c974bcb6931.map */
