/* Add your CSS code here. */

.ebook-sections {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ebook-sections h2 {
  color: #066d6d;
}

.ebook-sections .btn--green {
  background-color: #066d6d;
  color: #fff;
}

.ebook-sections .btn--green:hover {
  background-color: rgb(6 109 109 / 80%);
  color: #fff;
}

.ebook-sections .btn--orange {
  background-color: #ea7f1e;
  color: #fff;
}

.ebook-sections .btn--orange:hover {
  background-color: rgb(234 127 30 / 80%);
  color: #fff;
}

.ebook-masthead-section {
  background: #f8f2ed;
}

.ebook-masthead-section h1 {
  color: #ea7f1e;
  margin: 0 0 8px;
}

.ebook-masthead-section .ebook-section__content {
  max-width: 844px;
  margin-left: auto;
}

.ebook-masthead-section .ebook-section__image {
  margin-top: 30px;
}

.ebook-masthead-section .ebook-section__image img {
  width: 487px;
  height: 381px;
  object-fit: cover;
  border-radius: 47px 47px 170px 47px;
  background: #ea7f1e;
}

.overlay-object {
  position: absolute;
  z-index: 1;
  display: none;
}

.overlay--orange {
  width: 234.08px;
  height: 153.58px;
  border-radius: 39.23px 114.35px 39.23px 39.23px;
  background: #ea7f1e;
  top: 0;
  right: 290px;
}

.overlay--green {
  width: 128.26px;
  height: 101.04px;
  border-radius: 21.88px 21.88px 21.88px 79.16px;
  background: #066d6d;
  right: 526px;
  top: 178px;
}

.overlay--white {
  width: 207px;
  height: 390.68px;
  border-radius: 0 137px 47px 0;
  background: #fff;
  left: -180px;
}

@media (min-width: 1200px) {
  .ebook-sections h2 {
    font-size: 36px;
    margin: 0 0 20px;
  }

  .ebook-masthead-section {
    padding: 66px 0 0;
    position: relative;
    z-index: 2;
  }

  .ebook-masthead-section h1 {
    font-size: 58px;
    line-height: 65px;
  }

  .ebook-masthead-section .ebook-section__content {
    padding-bottom: 130px;
    min-height: 468px;
  }

  .ebook-masthead-section .ebook-section__image {
    margin-top: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
  }

  .ebook-masthead-section .ebook-section__image img {
    margin-bottom: -90px;
  }
}

@media (min-width: 1600px) {
  .overlay-object {
    display: block;
  }
}

@media (min-width: 1800px) {
  .overlay--white {
    left: -75px;
  }
}

@media (min-width: 2000px) {
  .overlay--white {
    left: -15px;
  }
}

.ebook-half-image-text-section {
  background-color: #f8f2ed;
  padding-top: 0;
}

.ebook-half-image-text-section .col-md-9,
.ebook-half-image-text-section .col-md-3 {
  padding: 0;
}

.ebook-half-image-text-section .ebook-section__content {
  border-radius: 0;
  background: #c7e7e7;
  padding: 60px 15px 40px;
}

.ebook-half-image-text-section .ebook-section__image {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.ebook-half-image-text-section .ebook-section__image img {
  width: 100%;
}

.ebook-half-image-text__col-right {
  display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ebook-half-image-text__col-left {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .ebook-half-image-text-section .ebook-section__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .ebook-half-image-text-section {
    padding-bottom: 0;
  }

  .ebook-half-image-text-section .ebook-section__content {
    border-radius: 147px 0px 0px 0px;
    background: #c7e7e7;
    padding: 100px 100px 70px;
    height: 100%;
  }

  .ebook-half-image-text__col-left {
    padding: 0;
  }

  .ebook-half-image-text__col-right {
    display: block;
    padding: 0;
  }

  .ebook-section__content-wrap {
    max-width: 706px;
  }

  .ebook-half-image-text-section .ebook-section__image img {
    height: 60%;
    object-fit: cover;
  }
}

/*
 * Icon Content
 */

.ebook-icon-content__top {
  padding-bottom: 10px;
  text-align: center;
}

.ebook-icon-content__item {
  margin-bottom: 30px;
}

.ebook-icon-content__item-image {
  position: relative;
  min-height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.ebook-icon-content__item-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ebook-icon-content__item-image img {
  position: relative;
  z-index: 2;
  max-width: 70px;
  margin-bottom: 15px;
}

.ebook-icon-content__item-content {
  font-size: 20px;
  text-align: center;
  color: #066d6d;
}

.ebook-icon-content__btn {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .ebook-icon-content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ebook-icon-content__item {
    margin: 0 auto;
  }

  .col-md-4 .ebook-icon-content__item {
    max-width: 154px;
  }
}

/* --------------------------------------------------------------
** Testimonials
** -------------------------------------------------------------
*/
.testimonials {
  position: relative;
}

.testimonials h2 {
  color: var(--color-orange);
}

.testimonials__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  left: 0;
  top: 0;
}

.testimonials__grid .slick-list.draggable {
  padding-inline: 0 !important;
}

.testimonials .container {
  position: relative;
  z-index: 2;
}

.testimonials__grid-item {
  /* width: 406px; */
  object-fit: contain;
  margin: 0 10px;
  position: relative;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: -2px 2px 9px #066d6d40;
  border-radius: 4px;
  display: block;
  border: 2px solid #ffffff;
  /* opacity: .7; */
  /* filter: brightness(0.4); */
}

.slick-current .testimonials__grid-item {
  border: 2px solid #066d6d;
  opacity: 1;
}

.testimonials__grid-item-img {
  height: 99px;
  object-fit: contain;
  padding: 10px 40px;
  z-index: 3;
  position: relative;
  margin-inline: auto;
  transition: all ease-in-out 0.2s;
}

.testimonials__grid-item-content {
  z-index: 1;
  background: #066d6d 0% 0;
  color: #fff;
  padding: 1rem;
  display: none;
  font-size: 14px;
  line-height: 2;
}

.testimonials__item-content-footer {
  display: flex;
  gap: 0.8rem;
  color: #fff;
  align-items: flex-end;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 1rem;
  flex-wrap: wrap;
  font-size: 12px;
}

@media (min-width: 1200px) {
  .testimonials__grid-item-content {
    font-size: calc(16px / 1.25);
  }

  .testimonials__item-content-footer {
    display: flex;
    gap: 3rem;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.testimonials__item-url {
  color: #fff;
  min-width: 90px;
  display: flex;
  flex-grow: 1;
  margin-left: auto;
}

.testimonials__item-url:hover {
  color: #fff;
  text-decoration: underline;
}

.testimonials__arrows {
  position: relative;
  margin-block: 1rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 600px) {
  .testimonials__arrows {
    margin-block: 0 1rem;
  }
}

.testimonials__arrows .slick-arrow {
  border: none;
  background: #066d6d;
  font-size: 0;
  width: 81px;
  height: 31px;
  position: relative;
  transition: all ease-in-out 0.2s;
  background-size: 29%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23' height='13' viewBox='0 0 23 13'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_25' data-name='Rectangle 25' width='23' height='13' transform='translate(0 1275.449)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_3' data-name='Mask Group 3' transform='translate(23 1288.449) rotate(180)' clip-path='url(%23clip-path)'%3E%3Cg id='right-arrow_3_' data-name='right-arrow (3)' transform='translate(0 1276.75)'%3E%3Cg id='Group_52' data-name='Group 52' transform='translate(0 0)'%3E%3Cpath id='Path_5' data-name='Path 5' d='M21.156,252.091h0l-4.368-4.347a.836.836,0,0,0-1.179,1.185l2.933,2.919H.836a.836.836,0,0,0,0,1.672h17.7l-2.933,2.919a.836.836,0,0,0,1.179,1.185l4.368-4.347h0A.837.837,0,0,0,21.156,252.091Z' transform='translate(0 -247.5)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.testimonials__grid-item-wrap {
  align-items: center;
  margin-block: auto;
  transition: all ease-in-out 0.2s;
}

.testimonials .slick-track {
  display: flex;
  align-items: center;
}

@media (min-width: 600px) {
  .testimonials__grid-item-wrap.slick-current {
    transform: scale(1.2);
    z-index: 99;
  }

  .testimonials .slick-track {
    padding-block: 40px 60px;
  }
}

.testimonials__arrows .slick-prev {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 4px;
}

.testimonials__arrows .slick-next {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 4px;
  rotate: 180deg;
}

.testimonials__arrows .slick-arrow:hover {
  background-color: #c7e7e7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23' height='13' viewBox='0 0 23 13'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_25' data-name='Rectangle 25' width='23' height='13' transform='translate(0 1275.449)' fill='%23066d6d'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_3' data-name='Mask Group 3' transform='translate(23 1288.449) rotate(180)' clip-path='url(%23clip-path)'%3E%3Cg id='right-arrow_3_' data-name='right-arrow (3)' transform='translate(0 1276.75)'%3E%3Cg id='Group_52' data-name='Group 52' transform='translate(0 0)'%3E%3Cpath id='Path_5' data-name='Path 5' d='M21.156,252.091h0l-4.368-4.347a.836.836,0,0,0-1.179,1.185l2.933,2.919H.836a.836.836,0,0,0,0,1.672h17.7l-2.933,2.919a.836.836,0,0,0,1.179,1.185l4.368-4.347h0A.837.837,0,0,0,21.156,252.091Z' transform='translate(0 -247.5)' fill='%23066d6d'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.slick-current .testimonials__grid-item .testimonials__grid-item-content {
  display: block;
}

.testimonials__item-url:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21' height='13' viewBox='0 0 21 13'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_14' data-name='Rectangle 14' width='21' height='13' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_1' data-name='Mask Group 1' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cg id='right-arrow_3_' data-name='right-arrow (3)' transform='translate(0 1.301)'%3E%3Cg id='Group_47' data-name='Group 47' transform='translate(0 0)'%3E%3Cpath id='Path_3' data-name='Path 3' d='M21.156,252.091h0l-4.368-4.347a.836.836,0,0,0-1.179,1.185l2.933,2.919H.836a.836.836,0,0,0,0,1.672h17.7l-2.933,2.919a.836.836,0,0,0,1.179,1.185l4.368-4.347h0A.837.837,0,0,0,21.156,252.091Z' transform='translate(0 -247.5)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  position: relative;
  top: 2px;
  left: 4px;
}

.ebook-testimonials-section {
  text-align: center;
  padding-top: 0;
}

.ebook-testimonials-section h2 {
  font-size: 36px;
  color: #ea7f1e;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .ebook-testimonials__btn-container {
    padding-bottom: 100px;
  }
}

/*
 * Author Bio
 */

.ebook-author-bio-section {
  background: #f8f2ed;
}

.ebook-author-bio {
  background: #fff;
  filter: drop-shadow(0px 2px 10px rgba(6, 109, 109, 0.25));
  padding: 25px;
  display: flex;
  align-items: center;
  max-width: 812px;
  margin: 0 auto;
  flex-direction: column;
}

.ebook-author-bio__image {
  flex-shrink: 0;
  width: 145.8px;
  height: 154px;
  background: transparent;
  position: relative;
}

.ebook-author-bio__content {
  text-align: center;
}

.ebook-author-bio__content h4 {
  font-size: 20px;
  color: #066d6d;
  font-weight: normal;
  margin-bottom: 0;
}

.ebook-author-bio__content h3 {
  font-weight: bold;
  font-size: 28px;
  color: #066d6d;
  margin-bottom: 10px;
}

.ebook-author-bio__image svg {
  width: 139.16px;
  height: 146.14px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.ebook-author-bio__image img {
  max-width: none;
}

.ebook-author-bio__image-mask {
  display: flex;
  justify-content: center;
  width: 139.16px;
  margin-left: 6px;
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .ebook-author-bio-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ebook-author-bio {
    padding: 30px 60px;
    flex-direction: row;
  }

  .ebook-author-bio__content {
    padding-left: 28px;
    text-align: left;
  }
}

/* 
 * Form
 */

.ebook-half-image-form-section {
  background-color: #f8f2ed;
  color: #fff;
  padding: 0;
}

.ebook-half-image-form-section .container {
  max-width: 1640px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.ebook-half-image-form__content {
  color: #fff;
  position: relative;
  padding: 30px;
  border-radius: 30px;
  background: #066d6d;
}

.ebook-half-image-form__left {
  display: none;
}

.ebook-half-image-form__thumb {
  width: 100%;
}

.ebook-half-image-form__content h2 {
  margin-bottom: 10px;
  color: #fff;
}

.ebook-half-image-form__content p {
  color: #fff;
}

.ebook-half-image-form__arrow {
  width: 242.23px;
  height: 164.87px;
  transform: rotate(288deg);
  position: absolute;
  top: 295px;
  right: -165px;
  display: none;
  z-index: 9;
}

.ebook-half-image-form__right {
  margin: 30px 0 0;
  background: #ea7f1e;
}

.ebook-sections .gform_wrapper {
  background: #ad5f19;
  box-shadow: 0px 2px 10px #9e551380;
  padding: 2rem 2rem 60px;
  margin: 0;
  border-radius: 0;
  padding-bottom: 60px;
}

.ebook-sections .gform_wrapper .gform_heading .gform_title {
  font-size: 24px !important;
  text-align: center;
  color: #fff;
}

.ebook-sections .gform_wrapper .gform_body .gfield_label,
.ebook-sections .gform_wrapper .gform_body .gfield_label .gfield_required {
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  color: #fff;
}

.ebook-sections .gform_wrapper .gform_body .gform-field-label,
.ebook-sections .gform_wrapper .gform_body .gfield_description,
.ebook-sections
  .gform_wrapper
  .ginput_complex.ginput_container.has_state.has_country.ginput_container_address:before {
  color: #fff;
}
.ebook-sections .gform_wrapper .gform_body input[type="text"],
.ebook-sections .gform_wrapper .gform_body input[type="email"],
.ebook-sections .gform_wrapper .gform_body input[type="tel"],
.ebook-sections .gform_wrapper .gform_body select,
.ebook-sections .gform_wrapper .gform_body textarea {
  border-radius: 4px !important;
  background: rgb(255, 255, 255) !important;
  box-shadow: rgba(6, 109, 109, 0.25) 0px 2px 10px;
  border: none !important;
  padding: 13px 15px !important;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 20px !important;
  color: rgb(0, 0, 0);
  height: auto !important;
}

.ebook-sections .gform_wrapper .gform_body textarea {
  padding: 12px 15px !important;
  margin: 0 !important;
}

.ebook-sections .gform_legacy_markup_wrapper .gform_footer {
  text-align: center;
}

.ebook-sections .gform_legacy_markup_wrapper .gform_footer .gform_button {
  background: #066d6d;
  color: #fff;
  margin: 0 auto;
}

.ebook-sections .gform_legacy_markup_wrapper .gform_footer .gform_button:hover {
  background: rgb(6 109 109 / 80%);
  color: #fff;
}

@media (min-width: 768px) {
  .ebook-half-image-form__right {
    margin: 30px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ebook-half-image-form__content {
    display: flex;
    align-items: center;
  }

  .ebook-half-image-form__content-wrap {
    padding-left: 30px;
  }
}

@media (max-width: 1199px) {
  .ebook-half-image-form__right {
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 1200px) {
  .ebook-half-image-form-section .container {
    flex-direction: row;
  }

  .ebook-half-image-form__left {
    padding-right: 45px;
    display: block;
  }

  .ebook-half-image-form__content {
    padding: 60px 108px 70px;
    border-radius: 47px 47px 170px 47px;
  }

  .ebook-half-image-form__arrow {
    display: block;
  }

  .ebook-half-image-form__right {
    margin-top: 0;
    padding: 100px 120px;
    border-radius: 147px 0px 0px 0px;
  }

  .ebook-sections .gform_wrapper {
    border-radius: 4px;
    padding-bottom: 1rem;
  }

  .ebook-half-image-form__right::after {
    content: "";
    width: 100%;
    left: 100%;
    top: 0;
    height: 100%;
    background: #ea7f1e;
    position: absolute;
  }
}

/*
For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */
