.carousel-quote .et_pb_group_carousel_slide > .et_pb_group {
  min-height: 550px;
}
@media (max-width: 768px) {
  .carousel-quote .et_pb_group_carousel_slide > .et_pb_group {
    min-height: 360px;
  }
  .carousel-quote .et_pb_group_carousel_slide > .et_pb_group::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
  }
}
.carousel-quote .et_pb_group_carousel_arrow .et-pb-icon {
  color: var(--gcid-primary-color);
}
.carousel-quote .et_pb_fullwidth_header {
  height: fit-content;
  width: min(100%, 750px) !important;
  align-self: end;
  margin-top: auto !important;
  margin-bottom: auto !important;
  padding: 42px 42px 32px 24px;
  border-radius: 20px 0 0 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .carousel-quote .et_pb_fullwidth_header {
    border-radius: 0;
    padding: 16px 24px 0;
    height: 100%;
    justify-content: center;
    margin-block: 0 !important;
    background: transparent;
  }
}
.carousel-quote .et_pb_fullwidth_header::before {
  content: "";
  width: 100px;
  height: 100px;
  background-color: var(--gcid-primary-color);
  --mask-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg%3E%3Cpath d='M119.472 66.59C53.489 66.59 0 120.094 0 186.1c0 65.983 53.489 119.487 119.472 119.487 0 0-.578 44.392-36.642 108.284-4.006 12.802 3.135 26.435 15.945 30.418 9.089 2.859 18.653.08 24.829-6.389 82.925-90.7 115.385-197.448 115.385-251.8 0-66.006-53.488-119.51-119.517-119.51z'/%3E%3Cpath d='M392.482 66.59c-65.983 0-119.472 53.505-119.472 119.51 0 65.983 53.489 119.487 119.472 119.487 0 0-.578 44.392-36.642 108.284-4.006 12.802 3.136 26.435 15.945 30.418 9.089 2.859 18.653.08 24.828-6.389C479.539 347.2 512 240.452 512 186.1 512 120.094 458.511 66.59 392.482 66.59z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: var(--mask-icon);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--mask-icon);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  position: absolute;
  right: clamp(28px, 3vw, 70px);
  top: -65px;
}
@media (max-width: 768px) {
  .carousel-quote .et_pb_fullwidth_header::before {
    top: 6px;
    width: 60px;
    height: 60px;
    z-index: 0;
  }
}
.carousel-quote .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  width: 100%;
}
.carousel-quote .et_pb_fullwidth_header .header-content {
  flex-direction: column-reverse;
  color: var(--gcid-secondary-color);
  font-size: clamp(18px, 4vw, 20px);
}
.carousel-quote .et_pb_fullwidth_header .et_pb_header_content_wrapper {
  max-width: 610px;
  line-height: 1.2em;
}
.carousel-quote .et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
  font-weight: 400;
  text-align: right;
}