.home-grantees {
  padding-bottom: 60px;
}

.home-grantees__wrap {
}

.home-grantees__headline-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0;
}

.home-grantees__headline {
}

.home-grantees__nav-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}

.home-grantees__nav-button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.home-grantees__nav-button svg path {
  transition: all 0.2s ease-in-out;
  stroke-width: 0;
  fill: var(--ltf-color-gray);
  stroke: var(--ltf-color-primary);
  stroke-miterlimit: 10;
}

.home-grantees__nav-button:hover svg path {
  stroke-width: 1.5;
}

.home-grantees__buckets {
  max-width: 336px;
  overflow: unset;
}

.home-grantees__buckets-wrap {
}

.home-grantees__bucket {
  transform-origin: top center;
}

.home-grantees__bucket.swiper-slide-active .home-grantees__bucket-content {
  opacity: 1;
}

.home-grantees__bucket-image-wrap {
}

.home-grantees__bucket-picture {
  display: block;
}

.home-grantees__bucket-image {
  width: 100%;
  aspect-ratio: 9/12;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
}

.home-grantees__bucket-content {
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.home-grantees__bucket-content-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: 20px;
}

.home-grantees__bucket-content-row h3 {
  margin: 0;
}

.home-grantees__bucket-headline {
}

.home-grantees__bucket-description {
}

.home-grantees__bucket-button {
  white-space: nowrap;
}
