section.banner__container {
  padding: 0;
}
.banner__container {
  background-color: var(--custom-bg-color);
  display: flex;
  flex-direction: column;
  position: relative;
}
.banner--theme-light .banner__container {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.banner--theme-dark .banner__container {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.banner--theme-blue-light .banner__container {
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 255 / var(--tw-bg-opacity, 1));
}
.banner--theme-blue-dark .banner__container {
  --tw-bg-opacity: 1;
  background-color: rgb(0 67 156 / var(--tw-bg-opacity, 1));
}
.banner--theme-gray .banner__container {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
@media (min-width: 480px) {
  .banner__content {
    max-width: 480px;
  }
}
@media (min-width: 596px) {
  .banner__content {
    max-width: 596px;
  }
}
@media (min-width: 768px) {
  .banner__content {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .banner__content {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .banner__content {
    max-width: 1200px;
  }
}
@media (min-width: 1332px) {
  .banner__content {
    max-width: 1332px;
  }
}
@media (min-width: 1600px) {
  .banner__content {
    max-width: 1600px;
  }
}
.banner__content {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .banner__content {
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  .banner__content {
    max-width: 1332px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.banner__content {
  flex-grow: 1;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.5rem;
  padding-top: 1rem;
  position: relative;
}
.banner__lower-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
}
.banner__background-image {
  display: none;
  height: var(--img-height, 100%);
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .banner__background-image {
    display: block;
  }
}
.banner__background-image .cmp-image {
  height: 100%;
  width: 100%;
}
.banner__background-image .cmp-image__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.banner__background-video {
  height: 100%;
  position: absolute;
  width: 100%;
}
.banner__background-video .video-container {
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.banner__foreground-image {
  display: none;
  height: var(--img-height, 100%);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .banner__foreground-image {
    display: block;
    width: 40%;
  }
}
.banner__foreground-image .cmp-image,
.banner__foreground-image .image {
  height: 100%;
  width: 100%;
}
.banner__foreground-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}
.banner__feature-list,
.banner__par {
  margin-top: 1.75rem;
}
.banner__promo-bar {
  direction: rtl;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  @media (min-width: 480px) {
    .banner__promo-bar {
      max-width: 480px;
    }
  }
  @media (min-width: 596px) {
    .banner__promo-bar {
      max-width: 596px;
    }
  }
  @media (min-width: 768px) {
    .banner__promo-bar {
      max-width: 768px;
    }
  }
  @media (min-width: 992px) {
    .banner__promo-bar {
      max-width: 992px;
    }
  }
  @media (min-width: 1200px) {
    .banner__promo-bar {
      max-width: 1200px;
    }
  }
  @media (min-width: 1332px) {
    .banner__promo-bar {
      max-width: 1332px;
    }
  }
  @media (min-width: 1600px) {
    .banner__promo-bar {
      max-width: 1600px;
    }
  }
  .banner__promo-bar {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  @media (min-width: 992px) {
    .banner__promo-bar {
      max-width: 1300px;
      padding-left: 50px;
      padding-right: 50px;
    }
  }
  @media (min-width: 1600px) {
    .banner__promo-bar {
      max-width: 1332px;
      padding-left: 20px;
      padding-right: 20px;
    }
  }
}
[data-wcm-mode="DISABLED"] .banner__promo-bar {
  height: 100px;
}
@media (min-width: 992px) {
  .banner__promo-bar {
    direction: ltr;
  }
}
.banner--f-img-top-center .banner__foreground-image img {
  -o-object-position: top;
  object-position: top;
}
.banner--f-img-top-left .banner__foreground-image img {
  -o-object-position: top left;
  object-position: top left;
}
.banner--f-img-top-right .banner__foreground-image img {
  -o-object-position: top right;
  object-position: top right;
}
.banner--height-flex .banner__container {
  min-height: -moz-max-content;
  min-height: max-content;
}
.banner--height-med .banner__container {
  min-height: 600px;
}
.banner--height-large .banner__container {
  min-height: 725px;
}
.banner__review-stars {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
  padding-top: 50px;
}
.banner__single-logo {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
.banner--single-logo-left .banner__single-logo {
  margin-right: 24px;
  margin-top: 15px;
}
.banner--single-logo-left .banner__lower-container {
  display: flex;
  flex-direction: row;
}
.banner--single-logo-left.banner--container-v-center .banner__lower-container,
.banner--single-logo-left.banner--container-v-center-mobile
  .banner__lower-container {
  align-items: center;
}
@media (min-width: 992px) {
  .banner--single-logo-left.banner--container-v-center-mobile
    .banner__lower-container {
    align-items: flex-start;
  }
}
.banner__identity-protection-popup {
  padding-bottom: 15px;
}
.banner__general-product-card-layout {
  --padding-l-r: 20px;
}
.banner--col-60-40 .banner__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .banner--col-60-40 .banner__content {
    flex-direction: row;
  }
}
.banner--col-60-40 .banner__primary-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .banner--col-60-40 .banner__primary-column {
    padding-right: 1.25rem;
    width: 60%;
  }
}
.banner--col-60-40 .banner__secondary-column {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .banner--col-60-40 .banner__secondary-column {
    align-items: flex-end;
    padding-left: 1.25rem;
    width: 40%;
  }
}
.banner--col-75-25 .banner__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .banner--col-75-25 .banner__content {
    flex-direction: row;
  }
}
.banner--col-75-25 .banner__primary-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .banner--col-75-25 .banner__primary-column {
    padding-right: 1.25rem;
    width: 75%;
  }
}
.banner--col-75-25 .banner__secondary-column {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .banner--col-75-25 .banner__secondary-column {
    align-items: flex-end;
    padding-left: 1.25rem;
    width: 25%;
  }
}
.banner--col-50 .banner__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .banner--col-50 .banner__content {
    flex-direction: row;
  }
}
.banner--col-50 .banner__primary-column {
  width: 100%;
}
@media (min-width: 768px) {
  .banner--col-50 .banner__primary-column {
    padding-right: 1.25rem;
    width: 50%;
  }
}
.banner--col-50 .banner__secondary-column {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .banner--col-50 .banner__secondary-column {
    align-items: flex-end;
    padding-left: 1.25rem;
    width: 50%;
  }
}
.banner--col-50 .banner__foreground-image {
  width: 100%;
}
@media (min-width: 768px) {
  .banner--col-50 .banner__foreground-image {
    width: 50%;
  }
}
.banner--container-v-center .banner__primary-column {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .banner--container-v-center .banner__primary-column {
    flex-grow: 0;
  }
}
.banner--container-v-center .banner__lower-container {
  height: 100%;
  justify-content: center;
}
.banner--container-v-center-mobile .banner__primary-column {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .banner--container-v-center-mobile .banner__primary-column {
    flex-grow: 0;
  }
}
.banner--container-v-center-mobile .banner__lower-container {
  justify-content: center;
}
@media (min-width: 992px) {
  .banner--container-v-center-mobile .banner__lower-container {
    justify-content: normal;
  }
}
.banner--container-h-center .banner__content {
  display: flex;
  justify-content: center;
}
.banner--center-par .banner__par {
  text-align: center;
}
.banner--foreground-image-mobile-before .banner__container {
  display: flex;
  flex-direction: column;
}
.banner--foreground-image-mobile-before .banner__foreground-image {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .banner--foreground-image-mobile-before .banner__foreground-image {
    position: absolute;
  }
}
.banner--blue-separator:after {
  background-color: #e4f2ff;
  content: "";
  display: block;
  height: 32px;
  width: 100%;
}
.banner--light-overlay .banner__background-image:after {
  background-image: linear-gradient(
    90deg,
    #fff,
    #fff 44%,
    hsla(0, 0%, 100%, 0.82) 55%,
    hsla(0, 0%, 100%, 0.64) 59%,
    hsla(0, 0%, 100%, 0.1) 73%,
    transparent
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.banner--dark-overlay .banner__background-image:after {
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.9) 10%,
    rgba(0, 0, 0, 0.82) 39%,
    rgba(0, 0, 0, 0.64) 55%,
    rgba(0, 0, 0, 0.1) 73%,
    transparent
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.banner--overlap-top .banner__container {
  padding-top: 63px;
}
.banner--overlap-bottom .banner__container,
.banner--overlap-bottom-big .banner__container {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .banner--overlap-bottom-big .banner__container {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .banner--white-bottom {
    --img-height: 75%;
  }
  .banner--white-bottom .banner__container {
    background-image: linear-gradient(
      to bottom,
      transparent var(--img-height),
      #fff calc(100% - var(--img-height))
    );
  }
}
@media (min-width: 768px) {
  .banner--content-p-small .banner__content {
    padding-top: 1rem;
  }
  .banner--content-p-medium .banner__content {
    padding-top: 3rem;
  }
  .banner--content-p-big .banner__content {
    padding-top: 7rem;
  }
}
.banner__signature {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 109 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 480px) {
  .banner__signature {
    margin-bottom: 0.75rem;
  }
}
.banner--signature-white .banner__signature {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 767px) {
  .banner--mobile-video-on-top .banner__background-video {
    height: auto;
    position: static;
    width: auto;
  }
  .banner--mobile-video-on-top .banner__background-video .video-container {
    left: auto;
    top: auto;
    transform: none;
  }
  .banner--mobile-image-on-top .banner__background-image {
    display: block;
    height: auto;
    position: static;
    width: auto;
  }
  .banner--mobile-image-on-top .banner__background-image .cmp-image {
    left: auto;
    position: relative;
    top: auto;
    transform: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner--tablet-video-on-top .banner__background-video {
    height: auto;
    position: static;
    width: auto;
  }
  .banner--tablet-video-on-top .banner__background-video .video-container {
    left: auto;
    top: auto;
    transform: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner--tablet-video-on-top.banner--col-50 .banner__primary-column {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner--tablet-image-on-top .banner__background-image {
    height: auto;
    position: static;
    width: auto;
  }
  .banner--tablet-image-on-top .banner__background-image .cmp-image {
    left: auto;
    position: relative;
    top: auto;
    transform: none;
  }
}
@media (min-width: 992px) {
  .banner--desktop-video-on-top .banner__background-video {
    height: auto;
    position: static;
    width: auto;
  }
  .banner--desktop-video-on-top .banner__background-video .video-container {
    left: auto;
    top: auto;
    transform: none;
  }
  .banner--desktop-image-on-top .banner__background-image {
    height: auto;
    position: static;
    width: auto;
  }
  .banner--desktop-image-on-top .banner__background-image .cmp-image {
    left: auto;
    position: relative;
    top: auto;
    transform: none;
  }
  .banner--desktop-image-right-half .banner__background-image,
  .banner--desktop-video-right-half .banner__background-video {
    right: 0;
    width: 50%;
  }
}
.banner--layout-card .banner__content {
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  .banner--layout-card .banner__content {
    padding-bottom: 3.5rem;
  }
}
.banner--layout-card .banner__content {
  margin-bottom: 1.5rem;
  margin-top: 2.25rem;
}
@media (min-width: 768px) {
  .banner--layout-card .banner__content {
    margin-bottom: 3rem;
  }
}
.banner--layout-card .banner__primary-column,
.banner--layout-card .banner__secondary-column {
  overflow: hidden;
  position: relative;
}
.banner--layout-card .banner__primary-column {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .banner--layout-card .banner__primary-column {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}
.banner--layout-card .banner__primary-column {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
@media (min-width: 992px) {
  .banner--layout-card .banner__primary-column {
    padding-right: 0;
  }
}
.banner--layout-card .banner__secondary-column {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  display: none;
}
@media (min-width: 992px) {
  .banner--layout-card .banner__secondary-column {
    display: block;
  }
}
.banner--layout-card.banner--col-60-40 .banner__primary-column {
  width: 100%;
}
@media (min-width: 992px) {
  .banner--layout-card.banner--col-60-40 .banner__primary-column {
    width: 60%;
  }
}
.banner--layout-card.banner--col-50 .banner__primary-column {
  width: 100%;
}
@media (min-width: 992px) {
  .banner--layout-card.banner--col-50 .banner__primary-column {
    width: 50%;
  }
}
.banner--layout-white-card .banner__primary-column,
.banner--layout-white-card .banner__secondary-column {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.banner--right-width-restricted .banner__secondary-column {
  align-items: center;
}
.banner--right-width-restricted .right-column-container {
  max-width: 360px;
}
@media (max-width: 991px) {
  .banner--right-width-restricted .right-column-container {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner--right-column-under-on-tablet .banner__content {
    flex-direction: column;
  }
  .banner--right-column-under-on-tablet .banner__secondary-column {
    padding-left: 0;
    width: 100%;
  }
  .banner--right-column-under-on-tablet .right-column-container {
    max-width: 100%;
  }
  .banner--right-column-under-on-tablet
    .right-column-container
    > .cmp-container {
    align-items: flex-start;
    display: flex;
    flex-basis: 50%;
    flex-direction: row-reverse;
    gap: 16px;
  }
  .banner--right-column-under-on-tablet
    .right-column-container
    > .cmp-container
    > * {
    flex-basis: 50%;
  }
}
.banner--content-mobile-overlap .banner__content {
  margin-top: -20%;
}
@media (min-width: 992px) {
  .banner--content-mobile-overlap .banner__content {
    margin-top: 0;
  }
  .banner--clickable-video-container-desktop .banner__container {
    z-index: 0;
  }
  .banner--clickable-video-container-desktop
    .banner__container
    .banner__background-video {
    z-index: 10;
  }
  .banner--clickable-video-container-desktop
    .banner__container
    .banner__primary-column {
    z-index: 20;
  }
}
.banner--clickable-video-container-desktop
  .banner__container
  .banner__background-video
  .video__play-button {
  height: 33.333333%;
}
@media (min-width: 992px) {
  .banner--clickable-video-container-desktop
    .banner__container
    .banner__background-video
    .video__play-button {
    height: 188px;
  }
}
@media (max-width: 767px) {
  .banner--video-play-button-left-mobile
    .banner__background-video
    .video__play-button {
    left: 1.25rem;
    top: 33.333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner--video-play-button-left-mobile
    .banner__background-video
    .video__play-button {
    left: 1.25rem;
    top: 33.333333%;
  }
}
.banner--content-on-video:has(.video--desktop-overlay-gradient-show)
  .banner__content {
  margin-top: -250px;
}
@media (max-width: 991px) {
  .banner--content-on-video:has(.video--tablet-overlay-gradient-show)
    .banner__content {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .banner--content-on-video:has(.video--mobile-overlay-gradient-show)
    .banner__content {
    margin-top: -75px;
  }
}
.flexible-hero-banner .gartner-review-widget {
  background: #fff;
  border-radius: 8px;
  max-width: 470px;
  padding: 20px 20px 29px;
  position: relative;
}
.flexible-hero-banner .card-with-blue {
  width: 100%;
}
.flexible-hero-banner:has(.store-layout-tag) .banner__badge-tag {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .flexible-hero-banner:has(.store-layout-tag) .banner__container {
    display: grid;
    grid-template-columns: 1fr 260px;
    padding-left: 260px;
  }
  .flexible-hero-banner:has(.store-layout-tag) .banner__badge-tag {
    order: 1;
  }
}
