.view-b2b-blog-home-page__row__field-footer-banner-cta .block-content-footer-cta-full__field-cta a,
.taxonomy-term-category__field-footer-banner-cta .block-content-footer-cta-full__field-cta a,
.taxonomy-term-category-full__field-footer-banner-cta .block-content-footer-cta-full__field-cta a {
  display: inline-block;
  padding: 10px 12px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  background-color: #240F6E;
  cursor: pointer;
}
@media (min-width: 768px) {
  .view-b2b-blog-home-page__row__field-footer-banner-cta .block-content-footer-cta-full__field-cta a,
  .taxonomy-term-category__field-footer-banner-cta .block-content-footer-cta-full__field-cta a,
  .taxonomy-term-category-full__field-footer-banner-cta .block-content-footer-cta-full__field-cta a {
    padding: 11px 25px;
    font-size: 16px;
  }
}
.view-b2b-blog-home-page__row__field-footer-banner-cta .block-content-footer-cta-full__field-cta a:hover,
.taxonomy-term-category__field-footer-banner-cta .block-content-footer-cta-full__field-cta a:hover,
.taxonomy-term-category-full__field-footer-banner-cta .block-content-footer-cta-full__field-cta a:hover {
  text-decoration: underline;
  background-color: #240F6E;
}
.view-b2b-blog-home-page__row__field-footer-banner-cta .block-content-footer-cta-full__field-cta a:focus,
.taxonomy-term-category__field-footer-banner-cta .block-content-footer-cta-full__field-cta a:focus,
.taxonomy-term-category-full__field-footer-banner-cta .block-content-footer-cta-full__field-cta a:focus {
  text-decoration: underline;
  background-color: #7C6CA7;
}
.view-b2b-blog-home-page__row__field-footer-banner-cta .block-content-footer-cta-full__field-cta a:disabled,
.taxonomy-term-category__field-footer-banner-cta .block-content-footer-cta-full__field-cta a:disabled,
.taxonomy-term-category-full__field-footer-banner-cta .block-content-footer-cta-full__field-cta a:disabled {
  text-decoration: underline;
  background-color: #aaa;
}

.check-list li {
  position: relative;
  margin-bottom: 8px;
  padding-inline-start: 20px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
}
.check-list li:after {
  content: "";
  position: absolute;
  top: 2px;
  display: block;
  width: 5px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #240F6E;
  transform: rotate(45deg);
}
[dir=ltr] .check-list li:after {
  left: 2px;
}
[dir=rtl] .check-list li:after {
  right: 2px;
}
.check-list--blue li:after {
  border-color: #00A8E2;
}

.bullet-list li {
  position: relative;
  margin-bottom: 8px;
  padding-inline-start: 21px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
}
.bullet-list li:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #404040;
}
[dir=ltr] .bullet-list li:after {
  left: 3px;
}
[dir=rtl] .bullet-list li:after {
  right: 3px;
}

.view-b2b-blog-home-page__row__field-footer-banner-cta,
.taxonomy-term-category__field-footer-banner-cta,
.taxonomy-term-category-full__field-footer-banner-cta {
  position: fixed;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: auto;
  max-width: 360px;
  color: #fff;
  transform: translateY(100%);
  transition: transform 250ms linear;
}
[dir=rtl] .view-b2b-blog-home-page__row__field-footer-banner-cta,
[dir=rtl] .taxonomy-term-category__field-footer-banner-cta,
[dir=rtl] .taxonomy-term-category-full__field-footer-banner-cta {
  right: auto;
  left: 0;
}
.view-b2b-blog-home-page__row__field-footer-banner-cta.open,
.taxonomy-term-category__field-footer-banner-cta.open,
.taxonomy-term-category-full__field-footer-banner-cta.open {
  transform: translate(0);
}
.view-b2b-blog-home-page__row__field-footer-banner-cta.close .block-content-footer-cta-full__field-title-content, .view-b2b-blog-home-page__row__field-footer-banner-cta.animated .block-content-footer-cta-full__field-title-content,
.taxonomy-term-category__field-footer-banner-cta.close .block-content-footer-cta-full__field-title-content,
.taxonomy-term-category__field-footer-banner-cta.animated .block-content-footer-cta-full__field-title-content,
.taxonomy-term-category-full__field-footer-banner-cta.close .block-content-footer-cta-full__field-title-content,
.taxonomy-term-category-full__field-footer-banner-cta.animated .block-content-footer-cta-full__field-title-content {
  transform: translate(0, 0);
}
.view-b2b-blog-home-page__row__field-footer-banner-cta .webform-wrapper,
.taxonomy-term-category__field-footer-banner-cta .webform-wrapper,
.taxonomy-term-category-full__field-footer-banner-cta .webform-wrapper {
  display: none;
}
.view-b2b-blog-home-page__row__field-footer-banner-cta .block-content-footer-cta-full__field-title-content,
.taxonomy-term-category__field-footer-banner-cta .block-content-footer-cta-full__field-title-content,
.taxonomy-term-category-full__field-footer-banner-cta .block-content-footer-cta-full__field-title-content {
  position: absolute;
  bottom: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background-color: #240F6E;
  cursor: pointer;
  transition: transform 250ms linear;
  transform: translate(0, 100%);
}
.view-b2b-blog-home-page__row__field-footer-banner-cta .block-content-footer-cta-full__field-title-content::after,
.taxonomy-term-category__field-footer-banner-cta .block-content-footer-cta-full__field-title-content::after,
.taxonomy-term-category-full__field-footer-banner-cta .block-content-footer-cta-full__field-title-content::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../../images/icon/blog-cta-arrow.svg") center/contain no-repeat;
  transform: rotate(180deg);
  transition: transform 250ms linear;
}
.view-b2b-blog-home-page__row__field-footer-banner-cta .block-content-footer-cta-full__field-title-content.open::after,
.taxonomy-term-category__field-footer-banner-cta .block-content-footer-cta-full__field-title-content.open::after,
.taxonomy-term-category-full__field-footer-banner-cta .block-content-footer-cta-full__field-title-content.open::after {
  transform: rotate(0deg);
}
.view-b2b-blog-home-page__row__field-footer-banner-cta .block-content-footer-cta-full__btn-text,
.taxonomy-term-category__field-footer-banner-cta .block-content-footer-cta-full__btn-text,
.taxonomy-term-category-full__field-footer-banner-cta .block-content-footer-cta-full__btn-text {
  display: block;
  flex: 1 1 auto;
  flex-basis: fit-content;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-inline-end: 10px;
  text-overflow: ellipsis;
  text-align: start;
}
.view-b2b-blog-home-page__row__field-footer-banner-cta .block-content-footer-cta-full__field-main,
.taxonomy-term-category__field-footer-banner-cta .block-content-footer-cta-full__field-main,
.taxonomy-term-category-full__field-footer-banner-cta .block-content-footer-cta-full__field-main {
  visibility: hidden;
  max-height: 70vh;
  padding: 15px 20px 20px;
  border-top: 1px solid #fff;
  background-color: #240F6E;
  transition: visibility 0ms linear 250ms;
  overflow: auto;
}
.view-b2b-blog-home-page__row__field-footer-banner-cta .block-content-footer-cta-full__field-main.open,
.taxonomy-term-category__field-footer-banner-cta .block-content-footer-cta-full__field-main.open,
.taxonomy-term-category-full__field-footer-banner-cta .block-content-footer-cta-full__field-main.open {
  visibility: visible;
  transition: visibility 0ms linear 0ms;
}
.view-b2b-blog-home-page__row__field-footer-banner-cta .block-content-footer-cta-full__field-description,
.taxonomy-term-category__field-footer-banner-cta .block-content-footer-cta-full__field-description,
.taxonomy-term-category-full__field-footer-banner-cta .block-content-footer-cta-full__field-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-b2b-blog-home-page__row__field-footer-banner-cta .block-content-footer-cta-full__field-description p,
.taxonomy-term-category__field-footer-banner-cta .block-content-footer-cta-full__field-description p,
.taxonomy-term-category-full__field-footer-banner-cta .block-content-footer-cta-full__field-description p {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  letter-spacing: -0.28px;
}
.view-b2b-blog-home-page__row__field-footer-banner-cta .block-content-footer-cta-full__field-cta,
.taxonomy-term-category__field-footer-banner-cta .block-content-footer-cta-full__field-cta,
.taxonomy-term-category-full__field-footer-banner-cta .block-content-footer-cta-full__field-cta {
  text-align: center;
  margin-top: 30px;
}
.view-b2b-blog-home-page__row__field-footer-banner-cta .block-content-footer-cta-full__field-cta a,
.taxonomy-term-category__field-footer-banner-cta .block-content-footer-cta-full__field-cta a,
.taxonomy-term-category-full__field-footer-banner-cta .block-content-footer-cta-full__field-cta a {
  width: 100%;
  text-align: center;
}

/*# sourceMappingURL=blog-cta-popup.css.map */
