/*Banner section*/
.banner-main-container {
  padding: 8rem 0 15rem;
  background: radial-gradient(12958.41% 141.42% at 0% 100%, #093033 0%, #0C4145 100%);
}
.banner-parent-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-ls-wrapper {
  width: 50%;
}
.header-section {
  font-family: 'Epilogue-Medium';
  font-size: 8.5rem;
  letter-spacing: -0.51rem;
  margin-top: 10rem;
  margin-bottom: 5rem;
  line-height: 1.05;
}
.header-section span {
  display: block;
}
.banner-description .header-section .primary-text {
  color: #FFF;
}
.header-section .secondary-text {
  color: #02BECC;
  font-style: italic;
}
.banner-para {
  color: #FFF;
  font-family: 'Epilogue-Light';
  font-size: 3rem;
  line-height: 1.33;
  letter-spacing: -0.12rem;
  margin-bottom: 10rem;
  opacity: 0.7;
  max-width: 109rem;
}
.bullet-point {
  color: #FFF;
  font-family: 'Epilogue-Medium';
  font-size: 3rem;
  letter-spacing: -0.12rem;
  margin-left: 5rem;
  list-style: none;
}
.bullet-point li {
  position: relative;
  line-height: 1.29;
  margin-bottom: 2rem;
  opacity: 0.7;
}
.bullet-point li::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0.7rem;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 50%;
}
/*Banner form css - star */
.lp-email-form {
  min-width: 585px;
  height: 100%;
  min-height: 360px;
  border-radius: 4rem;
  margin-top: 10rem;
}
/*@media screen and (max-width: 1760px) and (min-width: 1601px) {
  .lp-email-form {
    min-height: 355px
  }
}*/
@media screen and (min-width: 961px) and (max-width: 1299px) {
  .lp-email-form {
    min-height: 380px;
    min-width: 480px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {  
  .banner-description .header-section .secondary-text {
    min-width: 100rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-email-form {
    min-width: -webkit-fill-available;
    min-width: 100%;
    min-height: 390px;
    margin-bottom: 3rem;
  }
}
/*Banner form css - end */
.ebook-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13rem 0;
  max-width: 200rem;
  margin: auto;
}
.ebook-img-wrapper {
  width: 50%;
  max-width: 80rem;
  height: 85rem;
}
.ebook-img-wrapper img {
  width: 100%;
  height: 100%;
}
.ebook-key-points {
  width: 50%;
  max-width: 100rem;
  color: #333;
  line-height: 1.29;
}
.ebook-key-points h3 {
  font-family: 'Epilogue-Medium';
  font-size: 7.5rem;  
  letter-spacing: -0.3rem;
  margin-bottom: 8rem;
  position: relative;
}
.ebook-key-points h3:before {
  content: "";
  display: block;
  width: 12rem;
  height: 1rem;
  background-color: var(--color-neonYellow) !important;
  position: absolute;
  bottom: -3rem;
}
.bullet-point-wrapper {
  font-family: 'Epilogue-Light';
  font-size: 3rem;
  list-style: none;
}
.bullet-point-wrapper li {
  letter-spacing: -0.12rem;
  padding-top: 0.8rem;
  margin-bottom: 5rem;
  padding-left: 5rem;
  position: relative;
}
.bullet-point-wrapper li::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-color: #00BCD4;
  border-radius: 50%;
  margin-top: 0.1rem;
}
.bullet-point-wrapper li::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 1.25rem;
  height: 0.625rem;
  border-left: 0.4rem solid #fff;
  border-bottom: 0.4rem solid #fff;
}
@media screen and (min-width: 1101px) and (max-width: 1320px) {
  .header-section {
    font-size: 9.5rem;
  }
}
@media screen and (max-width: 1100px) {  
  .header-section {
    font-size: 7.2rem;
  }
  .banner-para {
    font-size: 2.5rem;  
  }
  .banner-para,
  .bullet-point {
    margin-bottom: 7rem;
  }
  @media screen and (min-width: 961px) {
    .lp-email-form {
      min-width: 440px;
    }
    .banner-ls-wrapper {
      width: 45%;
    }    
  }
}
@media screen and (max-width: 960px) {
  .banner-main-container {
    padding: 0;
  }
  .banner-parent-wrapper,
  .ebook-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  .banner-ls-wrapper,
  .banner-rs-wrapper,  
  .ebook-key-points {
    width: 100%;
    max-width: 100%;
  }
  .banner-ls-wrapper,
  .ebook-key-points {
    padding-top: 8rem;
  }  
  .banner-para,
  .bullet-point {
    max-width: 100%;
  }
  .ebook-img-wrapper {
    width: 100%;
    max-width: 85rem;
  }
  .lp-email-form {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .banner-rs-wrapper {
    margin-bottom: 5rem;
  }  
}
@media screen and (max-width: 767px) {
  .on-mobile #page-wrap {
    padding-top: 0;
  }
  .ebook-img-wrapper {
    height: 55rem;
  }
}

/*Hide New Footer*/
div#copyright {
 display: block;
 background: #112326 !important;
}
div#copyright.new-copyright-main {
 display: none !important;
}