/* Class names use single underscores only (no BEM __). */
.hlc_content_carousel {
  position: relative;
  background-image: url("https://uat.hlc.com/-/media/themes/hoganlovells/site-theme-name/images/common/hlc_content_carousel.svg");
  background-size: cover;
  background-position: bottom;
  padding: 6.5rem 0;
  overflow: hidden;
  transition: background-position 0.84s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media only screen and (min-width: 768px) {
  .hlc_content_carousel {
    padding: 13rem 0;
  }
  .hlc_content_carousel.hlc_bg_reverse {
    position: relative;
    overflow: hidden;
  }
  .hlc_content_carousel.hlc_bg_reverse::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://uat.hlc.com/-/media/themes/hoganlovells/site-theme-name/images/common/hlc_content_carousel.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scaleX(-1);
    z-index: -1;
  }
}
.hlc_content_carousel
  .hlc_content_carousel_cta.cta-fill-arrow
  .hlc_content_carousel_lnk
  span:empty {
  padding: 0.8rem 5rem 0.8rem 2rem !important;
}

.hlc_content_carousel
  .hlc_content_carousel_cta.cta-fill-arrow
  .hlc_content_carousel_lnk::after {
  left: auto;
  right: 14px;
}

@media only screen and (min-width: 992px) {
  .hlc_content_carousel {
    padding: 15rem 0;
  }
}
.hlc_content_carousel_body {
  position: relative;
}

.hlc_content_carousel_slide_inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

/* Only the visible slide: avoids stray :hover on adjacent slick slides + layout pop when becoming .slick-current */
.hlc_content_carousel
  .slick-slide.slick-current
  .hlc_content_carousel_slide_inner:hover
  .hlc_content_carousel_img {
  transform: scale(1.08);
}

@media only screen and (min-width: 992px) {
  .hlc_content_carousel_slide_inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 15.25rem;
  }
}
.hlc_content_carousel_media {
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .hlc_content_carousel_media {
    max-height: 380px;
  }
}
.hlc_content_carousel_media .hlc_content_carousel_figure {
  margin: 0;
}

.hlc_content_carousel_media
  .hlc_content_carousel_figure
  .hlc_content_carousel_img {
  display: block;
  width: 100vw;
  height: auto;
  object-fit: contain;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.4s ease;
}

@media only screen and (min-width: 768px) {
  .hlc_content_carousel_media
    .hlc_content_carousel_figure
    .hlc_content_carousel_img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .hlc_content_carousel_media {
    width: 55%;
  }
  .hlc_content_carousel_copy {
    flex: none;
    min-width: 0;
    padding-top: 0.5rem;
    width: 42%;
  }
}
.hlc_content_carousel_slide_title {
  color: #002236;
  font-family: "roobert_medium";
  font-weight: 750;
  font-size: 3rem;
  line-height: 120%;
  margin: 0 0 1.6rem;
  letter-spacing: -3%;
}

@media only screen and (min-width: 992px) {
  .hlc_content_carousel_slide_title {
    font-size: 3rem;
    margin: 0 0 2rem;
  }
}
.hlc_content_carousel_desc {
  color: #002236;
  font-family: "roobert_regular";
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 130%;
  margin: 0 0 4rem;
}

.hlc_content_carousel_tags {
  list-style: none;
  margin: 0 0 8rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
  font-family: "roobert_regular";
  font-size: 1.4rem;
  color: #002236;
}

.hlc_content_carousel_tags li {
  font-family: "roobert_medium";
  font-size: 2rem;
  font-weight: 750;
  line-height: 110%;
  margin: 0;
}

.hlc_content_carousel_nav_row {
  align-items: center;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 2.4rem;
  position: relative;
  min-height: 5.6rem;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hlc_content_carousel_nav_row::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

@media only screen and (min-width: 768px) {
  .hlc_content_carousel_nav_row {
    display: flex;
  }
  .hlc_all_case_studies {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    width: max-content;
    max-width: calc(100% - 1rem);
    transform: translateY(-50%);
    pointer-events: none;
  }
  .hlc_content_carousel_on_last_slide .hlc_all_case_studies,
  .hlc_content_carousel_nav_row.hlc_last_slide_act .hlc_all_case_studies {
    pointer-events: auto;
  }
  .hlc_all_case_studies .cta-fill-arrow {
    display: block;
  }
}
/* Let CTA slide in/out fully during carousel transition (avoids clip) */
@media only screen and (min-width: 768px) {
  .hlc_content_carousel.hlc_carousel_transitioning
    .hlc_content_carousel_nav_row {
    overflow: visible;
  }
}
.hlc_content_carousel_nav_row .cta-fill-arrow span {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 130%;
}

@media only screen and (min-width: 992px) {
  .hlc_content_carousel_nav_row {
    margin-top: 4rem;
    gap: 4rem;
    flex-wrap: nowrap;
    min-height: 6rem;
    width: 48%;
    position: relative;
  }
}
.hlc_content_carousel_cta {
  display: flex;
  justify-content: space-between;
}

.hlc_content_carousel_nav_cell {
  flex: 0 0 auto;
  min-width: 0;
}

.hlc_content_carousel_nav_spacer {
  flex: 1 1 auto;
  min-width: 0;
  display: none;
}

@media only screen and (min-width: 992px) {
  .hlc_content_carousel_nav_spacer {
    display: block;
  }
}
.hlc_all_case_studies .cta-fill-arrow a,
.hlc_content_carousel_all_cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  box-sizing: border-box;
  max-height: 60px;
  padding: 0.8rem 5rem 0.8rem 2rem;
  font-family: "roobert_medium", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 750;
  text-decoration: none;
  color: #002236;
  background-color: #bff355;
  border: none;
  border-radius: 0;
  white-space: nowrap;
  position: relative;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(110%);
  transition:
    opacity 2.1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 2.1s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 2.1s;
  will-change: transform, opacity;
}

.hlc_content_carousel_on_last_slide .hlc_all_case_studies .cta-fill-arrow a,
.hlc_content_carousel_on_last_slide .hlc_content_carousel_all_cta,
.hlc_content_carousel_nav_row.hlc_last_slide_act
  .hlc_all_case_studies
  .cta-fill-arrow
  a {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  transition:
    opacity 2.1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 2.1s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0s;
}

.hlc_content_carousel_nav_row.hlc_last_slide_act
  .hlc_all_case_studies
  .cta-fill-arrow
  a
  span {
  padding-right: 16px !important;
}

.hlc_content_carousel_on_last_slide
  .hlc_all_case_studies
  .cta-fill-arrow
  a:hover,
.hlc_content_carousel_on_last_slide
  .hlc_all_case_studies
  .cta-fill-arrow
  a:focus,
.hlc_content_carousel_nav_row.hlc_last_slide_act
  .hlc_all_case_studies
  .cta-fill-arrow
  a:hover,
.hlc_content_carousel_nav_row.hlc_last_slide_act
  .hlc_all_case_studies
  .cta-fill-arrow
  a:focus {
  opacity: 0.92;
}

.hlc_content_carousel_lnk:focus-visible {
  outline: 2px solid #002236;
  outline-offset: 3px;
}

.hlc_content_carousel_nav_row .hlc_content_carousel_arrow:focus-visible,
.hlc_content_carousel_nav_row .hlc_content_carousel_all_cta:focus-visible,
.hlc_content_carousel_nav_row
  .hlc_all_case_studies
  .cta-fill-arrow
  a:focus-visible {
  outline: 2px solid #002236;
  outline-offset: -2px;
}

.hlc_content_carousel_all_cta_icon {
  font-size: 1.6rem;
  line-height: 1;
}

.hlc_content_carousel_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.hlc_content_carousel_arrow {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 6.5rem 0.8rem 2rem;
  font-family: "roobert_regular";
  font-size: 2.5rem;
  line-height: 130%;
  color: #002236;
  background: transparent;
  border: 1px solid #002236;
  cursor: pointer;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    opacity 0.2s ease;
  position: relative;
}

.hlc_content_carousel_arrow:focus {
  outline: 0;
}

.hlc_content_carousel_arrow:focus-visible {
  outline: 2px solid #002236;
  outline-offset: -2px;
}

.hlc_content_carousel_arrow.hlc_content_carousel_arrow_prev {
  padding: 0.8rem 2rem 0.8rem 6.5rem;
}

.hlc_content_carousel_arrow.hlc_content_carousel_arrow_prev::after {
  left: 10px;
  transform: scaleX(-1);
  top: 25%;
}

.hlc_content_carousel_arrow:not(.slick-disabled):hover {
  background: #bff355;
}

.hlc_content_carousel_arrow:hover:not(.slick-disabled) {
  border-color: #bff355;
}

.hlc_content_carousel_arrow:hover::before {
  width: 100%;
}

.hlc_content_carousel_arrow:hover::after {
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.hlc_content_carousel_arrow.hlc_content_carousel_arrow_prev:hover::after {
  transform: scaleX(-1) rotate(45deg);
  top: 25%;
}

.hlc_content_carousel_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: width 0.3s ease-in-out;
  z-index: 1;
  box-sizing: border-box;
}

.hlc_content_carousel_arrow::after {
  content: "";
  position: absolute;
  left: calc(100% - 40px);
  top: 50%;
  transform: translateY(-50%);
  transition: transform 200ms linear;
  width: 32px;
  height: 32px;
  background-image: url(../images/Common/cta-transform-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
}

.hlc_content_carousel_arrow_icon_wrap {
  display: inline-grid;
  place-items: center;
  min-width: 1.6rem;
  min-height: 1em;
}

.hlc_content_carousel_arrow_icon {
  grid-area: 1/1;
  font-size: 1.6rem;
  line-height: 1;
}

.hlc_content_carousel_arrow_icon_down {
  display: none;
}

.hlc_content_carousel_arrow_text {
  position: relative;
  top: 0.1rem;
}

/* Desktop: at first/last slide hide the unusable arrow (smooth), not dimmed disabled */
@media (min-width: 768px) {
  .hlc_content_carousel_nav_row .hlc_content_carousel_nav {
    gap: 0;
  }

  .hlc_content_carousel_nav_row
    .hlc_content_carousel_nav
    .hlc_content_carousel_arrow:not(.slick-disabled)
    ~ .hlc_content_carousel_arrow:not(.slick-disabled) {
    margin-left: 3rem;
  }

  .hlc_content_carousel_nav_row
    .hlc_content_carousel_nav
    .hlc_content_carousel_arrow {
    overflow: hidden;
    flex-shrink: 1;
    box-sizing: border-box;
  }

  .hlc_content_carousel_nav_row
    .hlc_content_carousel_nav
    .hlc_content_carousel_arrow:not(.slick-disabled) {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    cursor: pointer;
    max-width: min(50vw, 22rem);
    min-height: 60px;
    transition:
      opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
      visibility 0s linear 0s,
      max-width 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
      min-height 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
      padding 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
      margin 0.35s ease,
      border-width 0.35s ease,
      color 0.25s ease,
      border-color 0.25s ease,
      background 0.25s ease;
  }

  .hlc_content_carousel_nav_row
    .hlc_content_carousel_nav
    .hlc_content_carousel_arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    cursor: default;
    max-width: 0;
    min-width: 0;
    min-height: 0;
    padding: 0 !important;
    margin: 0 !important;
    border-width: 0 !important;
    color: transparent;
    border-color: transparent;
    background: transparent;
    transition:
      opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
      visibility 0s linear 0.4s,
      max-width 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
      min-height 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
      padding 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
      margin 0.35s ease,
      border-width 0.35s ease,
      color 0.25s ease,
      border-color 0.25s ease,
      background 0.25s ease;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .hlc_content_carousel_nav_row
    .hlc_content_carousel_nav
    .hlc_content_carousel_arrow,
  .hlc_content_carousel_nav_row
    .hlc_content_carousel_nav
    .hlc_content_carousel_arrow.slick-disabled {
    transition-duration: 0.01ms;
    transition-delay: 0s !important;
  }
}

.hlc_content_carousel .slick-list {
  overflow: hidden;
}

.hlc_content_carousel .slick-track {
  display: flex;
  align-items: stretch;
}

.hlc_content_carousel .slick-slide {
  height: auto;
}

/* =========================
   MOBILE: arrows hidden; "All case studies" always visible (desktop: last slide only)
========================= */
@media (max-width: 767px) {
  .hlc_content_carousel_nav_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 2.4rem;
    min-height: 0;
    overflow: visible;
    position: absolute;
    bottom: 27px;
    right: 15px;
  }

  .hlc_content_carousel_nav_row .hlc_content_carousel_nav_cell {
    display: none;
  }

  .hlc_content_carousel_nav_row .hlc_all_case_studies {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .hlc_content_carousel_nav_row .hlc_all_case_studies .cta-fill-arrow {
    display: flex;
    justify-content: center;
  }

  .hlc_content_carousel_arrow_prev,
  .hlc_content_carousel_arrow_next {
    display: none !important;
  }

  .hlc_content_carousel .hlc_all_case_studies .cta-fill-arrow a,
  .hlc_content_carousel .hlc_content_carousel_all_cta {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition:
      opacity 0.35s ease,
      transform 0.35s ease,
      visibility 0s linear 0s;
  }

  .hlc_content_carousel .hlc_all_case_studies .cta-fill-arrow a:hover,
  .hlc_content_carousel .hlc_all_case_studies .cta-fill-arrow a:focus,
  .hlc_content_carousel .hlc_content_carousel_all_cta:hover,
  .hlc_content_carousel .hlc_content_carousel_all_cta:focus {
    opacity: 0.92;
  }
}

/* Mobile: slide row = arrow/case link (left) + injected All case study link (right); hide nav dup */
@media (max-width: 767px) {
  .hlc_content_carousel--mobile_all_case_in_slides
    .hlc_content_carousel_nav_row {
    position: static;
    bottom: auto;
    right: auto;
    width: 100%;
    margin-top: 2.4rem;
  }

  .hlc_content_carousel--mobile_all_case_in_slides
    .hlc_content_carousel_nav_row
    .hlc_all_case_studies {
    display: none !important;
  }

  .hlc_content_carousel--mobile_all_case_in_slides .hlc_content_carousel_tags {
    margin-bottom: 8rem;
  }

  .hlc_content_carousel--mobile_all_case_in_slides .hlc_content_carousel_cta {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    margin-top: 0;
    box-sizing: border-box;
  }

  .hlc_content_carousel--mobile_all_case_in_slides
    .hlc_content_carousel_cta
    .hlc_content_carousel_lnk {
    /* flex: 0 0 auto; */
  }

  .hlc_content_carousel--mobile_all_case_in_slides
    .hlc_content_carousel_cta
    .hlc_content_carousel_all_slide_dup {
    /* flex: 1 1 auto; */
    /* min-width: 0; */
  }

  .hlc_content_carousel--mobile_all_case_in_slides
    .hlc_content_carousel_cta
    .hlc_content_carousel_all_slide_dup
    span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* padding-right: 16px !important; */
  }

  .hlc_content_carousel_copy .hlc_content_carousel_all_slide_dup:focus-visible {
    outline: 2px solid #002236;
    outline-offset: 3px;
  }
}
/* =========================
   DOTS STYLING
========================= */
.hlc_content_carousel_slider_root .slick-dots {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.hlc_content_carousel_slider_root .slick-dots li {
  height: 1rem;
  margin: 0px;
  width: 1rem;
}

.hlc_content_carousel_slider_root .slick-dots button {
  background-color: transparent;
  border: 1px solid #002236;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
}

.hlc_content_carousel_slider_root .slick-dots button::before {
  content: "" !important;
}

.hlc_content_carousel_slider_root .slick-dots .slick-active button {
  background: #002236;
}

/* ===================================
   DESKTOP (768px+): custom transitions, anim layer
=================================== */
@media only screen and (min-width: 768px) {
  .hlc_content_carousel.hlc_carousel_transitioning .slick-list {
    position: relative;
    overflow: hidden;
    transition: min-height 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .hlc_content_carousel.hlc_carousel_transitioning
    .slick-track.hlc_track_frozen {
    transition: none !important;
  }
  .hlc_content_carousel.hlc_carousel_transitioning .slick-slide.slick-current {
    position: relative;
    z-index: 2;
  }
  .hlc_content_carousel.hlc_carousel_transitioning
    .slick-slide.hlc_anim_hide_track_slide {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none;
  }
  .hlc_carousel_anim_layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    pointer-events: none;
    overflow: hidden;
  }
  .hlc_carousel_anim_layer .hlc_carousel_anim_clone {
    width: 100%;
  }

  /* Nav "All case studies" / all_cta: match destination immediately (no 2.1s wait for slide anim). */
  .hlc_content_carousel.hlc_carousel_transitioning.hlc_content_carousel_on_last_slide
    .hlc_all_case_studies
    .cta-fill-arrow
    a,
  .hlc_content_carousel.hlc_carousel_transitioning.hlc_content_carousel_on_last_slide
    .hlc_content_carousel_nav_row.hlc_last_slide_act
    .hlc_all_case_studies
    .cta-fill-arrow
    a,
  .hlc_content_carousel.hlc_carousel_transitioning.hlc_content_carousel_on_last_slide
    .hlc_content_carousel_all_cta {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition: none;
  }

  .hlc_content_carousel.hlc_carousel_transitioning:not(
      .hlc_content_carousel_on_last_slide
    )
    .hlc_all_case_studies
    .cta-fill-arrow
    a,
  .hlc_content_carousel.hlc_carousel_transitioning:not(
      .hlc_content_carousel_on_last_slide
    )
    .hlc_content_carousel_all_cta {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(110%);
    transition: none;
  }

  /* Outgoing slide case link inactive; incoming is in the anim clone above the track. */
  .hlc_content_carousel.hlc_carousel_transitioning
    .slick-slide.slick-current
    .hlc_content_carousel_cta
    a {
    pointer-events: none;
  }

  .hlc_content_carousel.hlc_carousel_transitioning
    .hlc_carousel_anim_layer
    .hlc_carousel_anim_clone
    .hlc_content_carousel_cta
    a,
  .hlc_content_carousel.hlc_carousel_transitioning
    .hlc_carousel_anim_layer
    .hlc_carousel_anim_clone
    .hlc_content_carousel_lnk,
  .hlc_content_carousel.hlc_carousel_transitioning
    .hlc_carousel_anim_layer
    .hlc_carousel_anim_clone
    .hlc_content_carousel_all_slide_dup {
    pointer-events: auto;
  }

  .hlc_content_carousel:not(.hlc_carousel_transitioning)
    .slick-slide:not(.slick-current)
    .hlc_content_carousel_slide_inner {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
  .hlc_content_carousel:not(.hlc_carousel_transitioning)
    .slick-slide.slick-current
    .hlc_content_carousel_slide_inner {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  /*
   * Do not transition transform on the generic slide inner: when .slick-current moves, the
   * cascade jumps from transform:none (non-current) to translate3d+scale(1) (current) and a 2.1s
   * transform transition reads as a slight zoom/jump on first advance. Shrink/slide-in rules
   * below set their own transform transitions where needed (!important).
   */
  .hlc_content_carousel_slide_inner {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
    transition: opacity 0.84s ease;
    backface-visibility: hidden;
  }
  .hlc_content_carousel_slide.hlc_slide_shrink_out.hlc_dir_next
    .hlc_content_carousel_slide_inner {
    transform: translate3d(0, 0, 0) scale(0) !important;
    opacity: 0;
    transform-origin: top left;
    transition:
      transform 2.1s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.84s ease !important;
  }
  .hlc_content_carousel_slide.hlc_slide_slideout.hlc_dir_prev
    .hlc_content_carousel_slide_inner {
    transform: translate3d(100%, 0, 0) scale(1) !important;
    opacity: 0;
    transform-origin: top right;
    transition:
      transform 2.1s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.84s ease !important;
  }
  .hlc_content_carousel_slide.hlc_slide_slidein_ready.hlc_dir_next
    .hlc_content_carousel_slide_inner
    .hlc_content_carousel_media,
  .hlc_content_carousel_slide.hlc_slide_slidein_ready.hlc_dir_next
    .hlc_content_carousel_slide_inner
    .hlc_content_carousel_copy
    > :not(.hlc_content_carousel_cta),
  .hlc_content_carousel_slide_inner
    .hlc_content_carousel_media.hlc_slide_slidein_ready.hlc_dir_next,
  .hlc_content_carousel_slide_inner
    .hlc_content_carousel_copy
    > :not(.hlc_content_carousel_cta).hlc_slide_slidein_ready.hlc_dir_next {
    transition: none !important;
    transform: translate3d(100%, 0, 0) scale(1) !important;
    opacity: 0 !important;
    transform-origin: top left;
  }
  .hlc_content_carousel_slide.hlc_slide_slidein_active.hlc_dir_next
    .hlc_content_carousel_slide_inner
    .hlc_content_carousel_media,
  .hlc_content_carousel_slide.hlc_slide_slidein_active.hlc_dir_next
    .hlc_content_carousel_slide_inner
    .hlc_content_carousel_copy
    > :not(.hlc_content_carousel_cta),
  .hlc_content_carousel_slide_inner
    .hlc_content_carousel_media.hlc_slide_slidein_active.hlc_dir_next,
  .hlc_content_carousel_slide_inner
    .hlc_content_carousel_copy
    > :not(.hlc_content_carousel_cta).hlc_slide_slidein_active.hlc_dir_next {
    transform: translate3d(0, 0, 0) scale(1) !important;
    opacity: 1 !important;
    transition:
      transform 2.1s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.84s ease !important;
  }
  .hlc_content_carousel_slide_inner
    .hlc_content_carousel_media.hlc_slide_grow_ready,
  .hlc_content_carousel_slide_inner
    .hlc_content_carousel_copy
    > :not(.hlc_content_carousel_cta).hlc_slide_grow_ready {
    transition: none !important;
    transform: translate3d(0, 0, 0) scale(0) !important;
    opacity: 0 !important;
    transform-origin: top left;
  }
  .hlc_content_carousel_slide_inner
    .hlc_content_carousel_media.hlc_slide_grow_active,
  .hlc_content_carousel_slide_inner
    .hlc_content_carousel_copy
    > :not(.hlc_content_carousel_cta).hlc_slide_grow_active {
    transform: translate3d(0, 0, 0) scale(1) !important;
    opacity: 1 !important;
    transition:
      transform 2.1s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.84s ease !important;
    transform-origin: top left;
  }
}
@media only screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .hlc_content_carousel_slide_inner {
    transition: opacity 0.2s ease !important;
  }
  .hlc_content_carousel_slide.hlc_slide_shrink_out
    .hlc_content_carousel_slide_inner,
  .hlc_content_carousel_slide.hlc_slide_slideout
    .hlc_content_carousel_slide_inner,
  .hlc_content_carousel_slide.hlc_slide_slidein_ready
    .hlc_content_carousel_slide_inner
    .hlc_content_carousel_media,
  .hlc_content_carousel_slide.hlc_slide_slidein_ready
    .hlc_content_carousel_slide_inner
    .hlc_content_carousel_copy
    > :not(.hlc_content_carousel_cta),
  .hlc_content_carousel_slide_inner
    .hlc_content_carousel_media.hlc_slide_slidein_ready,
  .hlc_content_carousel_slide_inner
    .hlc_content_carousel_copy
    > :not(.hlc_content_carousel_cta).hlc_slide_slidein_ready,
  .hlc_content_carousel_slide_inner
    .hlc_content_carousel_media.hlc_slide_grow_ready,
  .hlc_content_carousel_slide_inner
    .hlc_content_carousel_copy
    > :not(.hlc_content_carousel_cta).hlc_slide_grow_ready {
    transform: none;
    opacity: 0;
  }
}
 