.ebook_banner_bg.lp_banner {
  background-image: url(https://propages.fiverr.com/hubfs/Landing%20page%202023/Harvard%20Business%20Review%20Report/Desktop@2x.png);
  /*   background-size: 100% 100%; */
  width:100%;
  height:auto;
  object-fit: cover;
}
.ebook_banner_bg.lp_banner h1 {
  font-family: "Macan";
  font-weight: 700;
  font-size: 40px;
  color: #0D084D;

}

.ebook_banner_bg.lp_banner .ebook_banner_container>div {
  max-width: 527px;
}
.ebook_banner_bg.lp_banner .blue_btn {
  background-color: #584AFF;
  border: 1px solid #fff;
  border-radius: 8px;
  color: white; 
}
.ebook_banner_bg.lp_banner .blue_btn:hover {
  background-color: #333;
  border: 1px solid #fff;
  color: #fff;
}
.ebook_banner_bg.lp_banner h1 span {
  font-family: "domaine-display";
  font-weight: 500;
  font-style: italic;
  font-size: 40px;
}
.ebook_banner_bg.lp_banner>.ebook_banner_container {
  height: initial;
}
.pop_up_form {
  position: fixed;
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
  width: 100vw;
  height: -webkit-fill-available;
  display: block;
  transition: transform .8s cubic-bezier(0.635, 0, 0.71, 0.925) 0s;
  z-index: 100000001;
  background-color: rgba(0,0,0,0);
  transform: translateY(-100%);
  pointer-events: all;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: auto;
}
.pop_up_form.active {
  transform: translateY(0%);
}
.pop_up_form_cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background-color: #FAFAFA;
}
.close_btn {
  border: 0;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background-color: rgba(0,0,0,0);
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  font: inherit;
  margin: 0;
  -webkit-appearance: none;
}
.close_btn svg {
  font-size: 1rem;
  display: block;
  fill: #99afc4;
  line-height: 1rem;
  width: 1.2em;
  height: 1.2em;
}
.pop_up_form_container {
  padding: 4rem;
  min-height: 100vh;
  width: 100%;
}
.pop_up_form h3 {
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  font-family: "domaine-display";
}


.pop_up_form h3+p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 1em;
  text-align: center;
  font-family: "Macan";
  color: #74767E;
}
.pop_up_form .pop_up_form_container {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 811px;
}
.pop_up_form_container fieldset.form-columns-3 {
  grid-template-columns: repeat(3,minmax(0,1fr));
  column-gap: 1.5rem;
  display: grid;
  justify-content: center;
  margin-bottom: 1.5rem;
  row-gap: 1.5rem;
  width: 100%;
  max-width: 100% !important;
} 
.pop_up_form_container fieldset {
  max-width: 100% !important;
  margin-bottom: 60px !important;
  display: flex;
  justify-content: space-between;
}
.pop_up_form_container fieldset>div {
  width: 48% !important;
}
.pop_up_form_container fieldset.form-columns-0>div {
  width: 100% !important;
}

.pop_up_form_container fieldset.form-columns-0>div {
  font-family: "Macan";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #95979D;
}

.pop_up_form_container fieldset.form-columns-0>div a {
  color: #584AFF;
  text-decoration-line: underline;
}
.pop_up_form_container input {
  background-color:#fff;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #C5C6C9;
  border-radius: 4px;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}
.pop_up_form_container .hs_submit {
  text-align: center;
}
.pop_up_form_container .hs_submit input {
  background-color: #2e25ad;
  border: 1px solid #2e25ad;
  border-radius: 0.1875rem;
  color: #fff;
  display: inline-block;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 0;
  min-width: 8.555rem;
  padding: 0.9em 1.388em;
  text-align: center;
  text-decoration: none;
  transition: .3s ease-in-out;
  width: auto;
  margin-top: 20px;
  cursor: pointer;
}
.pop_up_form_container label {
  margin-bottom: 8px;
  display: inline-block;
  color: #404145;
  font-family: "Macan";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%
}
.hs-error-msgs {
  list-style: none;
  padding-left: 0;
}
.pop_up_form_container label.hs-error-msg {
  font-size: 12px;
  color: #F00;
}
.hs_error_rollup {
  display: none;
}
.pop_up_form_container p {
  font-family: "Macan";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #95979D;
  margin-top: 30px;
  text-align: center;
}
.form-columns-1 .hs-input {
    width: auto !important;
    height: auto !important;
    margin-right:10px !important;
    margin-bottom:0px !important;
}

.lp_banner_below_bg {
  background: #0D084D;
  padding: 96px 0;
  color: #FFF;
  text-align: center;
  font-family: "domaine-display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.lp_banner_below_bg>div {
  margin: 0 auto;
  max-width: 1150px;
}
.accordion-item.active span {
  background: #404145 !important;
}
.accordian_container .accordion-content {
  display: none !important;
}

.accordian_title {
  margin: 0 auto;
  max-width: 1150px;
  padding: 150px 0 20px;
}
.accordian_title p {
  color: #74767E;
  font-family: "Macan";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.accordian_title h6 {
  color:  #74767E;
  font-family: "Macan";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin-top: 15px;
}
.accordian_container {
  padding: 64px 0 !important;
}
@media screen and (max-width: 900px) { 
  .pop_up_form_container fieldset.form-columns-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

}
@media screen and (max-width: 599px) { 
  .ebook_banner_bg.lp_banner {
    background-image: url(https://propages.fiverr.com/hubfs/Landing%20page%202023/Harvard%20Business%20Review%20Report/Mobile@2x.png);
    padding: 50px 0;
    padding-bottom: 34em;  }
  
  .ebook_banner_bg.lp_banner>.ebook_banner_container {
    height: initial;
    text-align: center;
}
  .pop_up_form_container {
    padding: 3rem 1rem; 
    min-height: 100vh;
    width: 100%;
  }
  .pop_up_form_container fieldset.form-columns-3 {
    grid-template-columns: repeat(1,minmax(0,1fr))
  }
  .pop_up_form h3 {
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.38;
  }
  .lp_banner_below_bg>div,.accordian_title {
    margin: 0 auto;
    max-width: 92%;
  }
}