/* COLORS */
/* FONTS */
#boxes {
  padding: 200px 0;
  background: url("/themes/custom/images/waves/hero_lightblue_full.svg") center center repeat-x transparent;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: calc(-1 * var(--magic-number));
}
/* COLORS */
/* FONTS */
#ebook {
  padding: 140px 0 240px 0;
  margin-bottom: -80px;
  background: #ecf7fe;
  position: relative;
}
#ebook:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  background: url("/themes/custom/images/waves/bg-wave-top.svg") bottom center no-repeat transparent;
  background-size: 100% auto;
  padding-top: 7%;
  margin-bottom: -1px;
}
#ebook .h1 {
  width: 60%;
}
#ebook .section-content {
  width: 80%;
  padding-right: 130px;
  position: relative;
  z-index: 29;
}
#ebook .section-content .h1 {
  font-size: 85px;
  line-height: 90px;
  white-space: nowrap;
  width: 60%;
}
#ebook .section-content .h1 .typewriter-placeholder .Typewriter__cursor {
  background: #00adef;
}
#ebook .section-content .typewriter-words {
  display: none;
}
#ebook .section-content .text {
  margin-bottom: 70px;
}
#ebook .section-content .links {
  display: inline-block;
}
#ebook .section-content .links .app-container {
  margin-right: 10px;
  float: left;
}
#ebook .section-content .links .app-container .dropdown-content {
  right: auto;
  left: 0;
  margin: 10px 0 0 0;
  padding: 30px;
  border-radius: 12px;
}
#ebook .section-content .links .app-container .dropdown-content .downloads {
  white-space: nowrap;
  font-size: 0px;
  line-height: 0px;
}
#ebook .section-content .links .app-container .dropdown-content .downloads a {
  display: inline-block;
}
#ebook .section-content .links .app-container .dropdown-content .downloads a img {
  height: 50px;
  width: auto;
  max-width: none;
}
#ebook .section-content .links .app-container .dropdown-content .downloads a:first-child {
  margin-right: 20px;
}
#ebook .section-content .links .app-container .dropdown-content .downloads a:hover {
  opacity: 0.5;
}
#ebook .section-content .links .app-container .dropdown-content:before {
  right: auto;
  left: 30px;
}
#ebook .section-content .links a.request {
  float: left;
}
#ebook .section-content .links .certificates {
  margin-top: 7px;
  border-left: 1px solid #d1d1da;
  margin-left: 30px;
  padding-left: 30px;
  float: right;
}
#ebook .section-content .links .certificates a {
  display: block;
}
#ebook .section-content .links .certificates a img {
  height: 32px;
  width: auto;
}
#ebook .image {
  width: 50%;
  height: 130%;
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  z-index: 19;
  border-radius: 12px;
  overflow: hidden;
  text-align: right;
}
#ebook .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#ebook .image .lottie {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#ebook .image .lottie svg {
  width: 100%;
}
/* <= 1699px */
@media all and (max-width: 1699px) {
  #ebook .section-content {
    width: 60%;
    padding-right: 130px;
  }
  #ebook .image {
    margin-right: 0;
  }
}
/* <= 1599px */
@media all and (max-width: 1599px) {
  #ebook {
    padding: 140px 0 240px 0;
  }
  #ebook .section-content {
    padding-right: 100px;
  }
  #ebook .section-content .h1 {
    font-size: 60px;
    line-height: 70px;
  }
  #ebook .section-content .text {
    margin-bottom: 50px;
  }
}
/* <= 1439px */
@media all and (max-width: 1439px) {
  #ebook {
    padding: 140px 0 240px 0;
  }
  #ebook .h1 {
    margin-bottom: 50px;
  }
  #ebook .section-content {
    padding-right: 70px;
  }
}
/* <= 1247px */
@media all and (max-width: 1247px) {
  #ebook .section-content {
    padding-right: 50px;
  }
  #ebook .section-content .links .certificates {
    border-left: 0;
    padding-left: 0;
  }
}
/* <= 1023px */
@media all and (max-width: 1023px) {
  #ebook {
    padding: 220px 0 100px 0;
  }
  #ebook .section {
    display: flex;
    flex-direction: column;
  }
  #ebook .section .subtitle {
    order: 1;
  }
  #ebook .section .h1 {
    order: 2;
  }
  #ebook .section .image {
    order: 3;
  }
  #ebook .section .section-content {
    order: 4;
  }
  #ebook .section-content {
    width: auto;
    padding-right: 0;
  }
  #ebook .image {
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin: 0 0 50px 0 !important;
  }
  #ebook .image img {
    top: auto;
    transform: none;
  }
  #ebook .logos-wrapper {
    margin-top: 100px;
  }
}
/* <= 812px */
@media screen and (max-width: 812px) {
  #ebook {
    padding: 100px 0;
  }
  #ebook .h1 {
    width: 100%;
  }
  #ebook .section-content {
    width: 100%;
    padding-right: 0;
    float: right;
  }
  #ebook .section-content .text {
    margin-bottom: 30px;
  }
  #ebook .image {
    float: none;
    margin-bottom: 30px;
    width: 80%;
  }
}
/* <= 599px */
/* <= 599px */
@media screen and (max-width: 599px) {
  #ebook {
    padding: 60px 0 120px 0;
  }
  #ebook .section-content .links .certificates a img {
    height: 28px;
  }
  #ebook .section-content .links .app-container .dropdown-content {
    padding: 20px 20px 10px 20px;
  }
  #ebook .section-content .links .app-container .dropdown-content .downloads a {
    float: left;
    clear: left;
    margin: 0 0 10px 0 !important;
  }
  #ebook .section-content .links .app-container .dropdown-content .downloads a img {
    height: 40px;
  }
}
/* <= 374px */
@media screen and (max-width: 374px) {
  #ebook .section-content .links #documentation-button {
    margin-right: 10px;
  }
}
/*# sourceMappingURL=ebook.css.map */