.WUtuLFSL7T4SmBbBpk6x,
.WUtuLFSL7T4SmBbBpk6x *,
.WUtuLFSL7T4SmBbBpk6x *::before,
.WUtuLFSL7T4SmBbBpk6x *::after {
  box-sizing: border-box;
}

.WUtuLFSL7T4SmBbBpk6x {
  --ind-gap: 16px;
  --space-5: 20px;
  --space-7: 28px;

  display: flex;
  flex-direction: column;
  gap: var(--space-7);
  width: 100%;
  font-family: var(--font-body);
}

/* Controls (arrows + dots) sit BELOW the track (order: 1 in the flex column) */
.eQNumygdRM5qXDjruIg7 {
  display: flex;
  align-items: center;
  gap: var(--space-5);
  order: 1;
}

.XqLuXAN5OIfyor253gCg {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  border: 1px solid var(--color-accent-warm-white);
  background: var(--color-neutral-white);
  color: var(--color-brand-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.XqLuXAN5OIfyor253gCg:hover {
  background: var(--color-brand-blue);
  border-color: var(--color-brand-blue);
  color: #fff;
}

.XqLuXAN5OIfyor253gCg i { font-size: 20px; }

.tomYjOzn4l2ANMZOGbns {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.sC4NaBrJ4D3YMcq014jq {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: rgba(38, 34, 32, 0.22);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: width 0.45s cubic-bezier(0.625, 0.05, 0, 1), background 0.3s;
}

.sC4NaBrJ4D3YMcq014jq.ton72m7Cns4EcGhEXpjy { width: 30px; }

.QRP9JUh8LJioep9y78az {
  position: absolute;
  inset: 0;
  height: 100%;
  border-radius: 999px;
  background: var(--color-brand-blue);
  transform-origin: left center;
  transform: scaleX(0);
  animation: ShYvJp_ixa_hMqSu1Q28 6s linear forwards;
}

@keyframes ShYvJp_ixa_hMqSu1Q28 {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

/* Track */
.qRrxXr_Bf_TrEin15tnr {
  width: 100%;
  overflow: hidden;
}

.cqZauuS16rFOdK8A6nT5 {
  display: flex;
  gap: var(--ind-gap);
  transition: transform 0.55s cubic-bezier(0.625, 0.05, 0, 1);
  will-change: transform;
}

.VXGQuRkscNg0Jmg4OMeQ {
  position: relative;
  flex: 0 0 calc((100% - 2 * var(--ind-gap)) / 3);
  aspect-ratio: 4 / 5;
  border-radius: 2px;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.TsyO1UarnaDN5yuxoEfV {
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: transform 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}

.VXGQuRkscNg0Jmg4OMeQ::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.12) 46%, rgba(0, 0, 0, 0) 72%);
}

.VXGQuRkscNg0Jmg4OMeQ:hover .TsyO1UarnaDN5yuxoEfV { transform: scale(1.05); }

.hsxdfdUY5f6njmntdeDw {
  position: absolute;
  top: var(--space-5);
  left: var(--space-5);
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hsxdfdUY5f6njmntdeDw i { font-size: 22px; color: #fff; }

.mj_WETjmxksKwVKQuPwj {
  position: relative;
  z-index: 2;
  padding: var(--space-5);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--type-h5-size);
  line-height: 1.25;
}

@media (max-width: 767px) {
  .VXGQuRkscNg0Jmg4OMeQ { flex-basis: calc((100% - var(--ind-gap)) / 2); }
}

@media (max-width: 479px) {
  .VXGQuRkscNg0Jmg4OMeQ { flex-basis: 100%; }
}

