/* Case Study Slider Styles */
.case-study-slider-outer {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  max-width: 100vw;
  overflow: visible;
  padding-top: 2rem;
}
.case-study-slider-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  gap: 0.5rem;
}
.case-study-slider-arrow {
  background: var(--accent);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  padding: 0;
  cursor: pointer;
}
.case-study-slider-arrow svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.case-study-slider-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.case-study-slider-arrow:hover:not(:disabled) {
  opacity: 0.8;
}
.case-study-slider-track {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 2.5rem 0 1rem 0;
  margin-right: calc(-50vw + 50%);
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  cursor: default;
}
.case-study-slider-track::-webkit-scrollbar {
  display: none;
}
@media (max-width: 900px) {
  .case-study-slider-track {
    gap: 1rem;
  }
}
@media (max-width: 600px) {
  .case-study-slider-track {
    gap: 0.5rem;
  }
}
/* The slide-specific styles (gb-container-56ed60dd, etc.) are shared and not duplicated here. */ 

.gb-container-56ed60dd {
  min-height: 500px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: all 0.5s ease;
}

.gb-container-56ed60dd:before {
  content: "";
  background-image: var(--background-image);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  pointer-events: none;
  transition: all 0.5s ease;
}

.gb-container-a563263c {
  min-height: 475px;
  position: relative;
  padding: 287px 10px 20px;
}

p.gb-headline-bcb38d4b {
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--base-3);
}

p.gb-headline-082dae70 {
  min-height: 100px;
  font-size: 22px;
  color: var(--base-3);
}

.gb-container-6665cd11 {
  position: relative;
  padding: 10px;
}

.gb-grid-wrapper-f0a4d636 {
  display: flex;
  flex-wrap: wrap;
}

.gb-grid-wrapper-f0a4d636 > .gb-grid-column {
  box-sizing: border-box;
}

.gb-grid-wrapper > .gb-grid-column-908ac40a {
  width: 75%;
}

div.gb-headline-9cc1756e {
  font-size: 22px;
  color: var(--base-3);
}

.gb-grid-wrapper > .gb-grid-column-aa0848c2 {
  width: 25%;
}

.gb-container-aa0848c2 {
  text-align: center;
}

.gb-button-ea68d278 {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5em;
  padding: 5px;
  border-radius: 50%;
  background-color: var(--accent);
  color: var(--contrast);
  text-decoration: none;
}

.gb-button-ea68d278 .gb-icon {
  line-height: 0;
}

.gb-button-ea68d278 .gb-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.case-study-slider-track .gb-container-56ed60dd {
  flex: 0 0 359px;
  min-width: 359px;
  max-width: 359px;
}

@media (max-width: 900px) {
  .case-study-slider-track .gb-container-56ed60dd {
    min-width: 359px;
    max-width: 359px;
    flex-basis: 359px;
  }
}
@media (max-width: 600px) {
  .case-study-slider-track .gb-container-56ed60dd {
    min-width: 359px;
    max-width: 359px;
    flex-basis: 359px;
  }
}
