svg.svg-mask {
  display: block;
}

.banner-ebook {
  background-color: #F0F0F0;
  -webkit-clip-path: url(#bannerEbookMask);
  clip-path: url(#bannerEbookMask);
  padding-bottom: 147px;
  overflow: hidden;
}

.banner-ebook-circle-accents {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  z-index: 1;
}

.banner-ebook-circle-accents svg {
  fill: #E46152;
  position: absolute;
  right: -382px;
  top: -141px;
  width: 1004px;
}

.banner-ebook-circle-image {
  background-color: #CCCCCC;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 111px;
  top: 55px;
  width: 611px;
  z-index: 1;
}

.banner-ebook-circle-image:before {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
  width: 100%;
}

.banner-ebook-circle-image img {
  bottom: 0;
  display: block;
  left: 50%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@supports (object-fit: cover) {
  .banner-ebook-circle-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}

.banner-ebook-logo {
  border-bottom: 3px solid #EDECEC;
  padding: 19px 0 17px;
  line-height: 1;
}

.banner-ebook-logo a {
  display: inline-block;
  vertical-align: top;
}

.banner-ebook-logo img {
  display: block;
}

.banner-ebook-content {
  position: relative;
  z-index: 2;
}

.free-ebook {
  color: #000000;
  font-family: "Eina 03", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
  margin: 0;
  padding-bottom: 84px;
  padding-top: 85px;
  text-transform: uppercase;
}

.free-ebook svg {
  display: inline-block;
  margin-right: 30px;
  width: 30px;
}

.banner-ebook-rich-text {
  margin-bottom: 55px;
}

.banner-ebook-rich-text :first-child {
  margin-top: 0;
}

.banner-ebook-rich-text :last-child {
  margin-bottom: 0;
}

.banner-ebook-rich-text h1,
.banner-ebook-rich-text h2,
.banner-ebook-rich-text h3,
.banner-ebook-rich-text h4,
.banner-ebook-rich-text h5,
.banner-ebook-rich-text h6 {
  color: inherit;
  font-family: "Eina 03", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.802444px;
}

.banner-ebook-rich-text h1 {
  font-size: 48px;
}

.banner-ebook-button {
  background-color: #E46152;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 48 51'%3E%3Cpath fill='%23fff' d='m26.594 24.879-3.887-3.71a.955.955 0 0 0-1.302 0 .855.855 0 0 0-.266.617c0 .23.096.452.267.616L24.65 25.5l-3.245 3.098a.855.855 0 0 0-.267.616c0 .232.096.453.267.617a.953.953 0 0 0 .65.254.953.953 0 0 0 .652-.254l3.886-3.71a.873.873 0 0 0 .2-.284.84.84 0 0 0-.2-.958Z'/%3E%3Cpath stroke='%23fff' stroke-width='.3' d='M.15 0v51'/%3E%3C/svg%3E");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 48px 51px;
  color: #FFFFFF;
  display: inline-block;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 16px;
  padding: 18px 71px 17px 23px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}

.banner-ebook-button:hover,
.banner-ebook-button:focus {
  background-color: #000000;
}

.banner-ebook-popup {
  background: #FFF;
  border-radius: 5px;
  margin: 20px auto;
  max-width: 714px;
  padding: 76px 95px;
  position: relative;
  text-align: left;
}

.banner-ebook-popup h1,
.banner-ebook-popup h2,
.banner-ebook-popup h3,
.banner-ebook-popup h4,
.banner-ebook-popup h5,
.banner-ebook-popup h6 {
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.802444px;
  line-height: 1.2;
  margin: 0 0 40px;
}

.banner-ebook-popup .form-title {
  display: none;
}

.banner-ebook-popup .grecaptcha-badge {
  margin: 0;
}

@media (max-width: 1024px) {
  .banner-ebook {
    -webkit-clip-path: url(#bannerEbookMaskTablet);
    clip-path: url(#bannerEbookMaskTablet);
    min-height: 955px;
  }
  
  .banner-ebook-circle-accents svg {
    right: -22.527%;
    top: 320px;
    width: 77.735%;
  }

  .banner-ebook-circle-image {
    right: 6px;
    top: 384px;
    width: 64.844%;
  }

  .free-ebook {
    padding-bottom: 51px;
    padding-top: 65px;
  }

  .banner-ebook-rich-text {
    margin-bottom: 51px;
  }

  .banner-ebook-rich-text h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .banner-ebook {
    -webkit-clip-path: url(#bannerEbookMaskMobile);
    clip-path: url(#bannerEbookMaskMobile);
    min-height: 663px;
  }

  .banner-ebook-logo {
    padding: 22px 0 21px;
  }

  .banner-ebook-logo .hs_cos_wrapper_type_logo img {
    width: 104px !important;
  }

  .free-ebook {
    padding-bottom: 26px;
    padding-top: 33px;
  }

  .banner-ebook-circle-accents svg {
    right: -40.822%;
    top: 263px;
    width: 95.9%;
  }

  .banner-ebook-circle-image {
    right: 3px;
    top: 329px;
    width: 70.532%;
  }

  .banner-ebook-rich-text {
    margin-bottom: 29px;
  }

  .banner-ebook-rich-text h1 {
    font-size: 28px;
  }

  .banner-ebook-button {
    background-size: 33px 35px;
    font-size: 10px;
    line-height: 14px;
    padding: 11px 44px 10px 11px;
  }

  .banner-ebook-popup {
    padding: 40px;
  }
}
